Jamal751 / wifijammer

Automatically exported from code.google.com/p/wifijammer
0 stars 0 forks source link

I do not have an issue. I have simply updated the source code for this program to accept command line arguments and made the source easier to read. #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have taken the liberty of editing this script to use command line arguments 
instead of input from the user (except for the scan option). I have also 
cleaned up the code so it is easier to read (it might have a few bugs, but I 
doubt it). My updated code is attached.

The reason I did this is so I can run the code like so in a bash script:

for i in {1..11}; do
    ../wifijammer_0.1.sh -w $wireless_interface -c $i
    sleep 1 
done

Thanks,
Timothy

Original issue reported on code.google.com by tjmullic...@gmail.com on 18 Jan 2013 at 3:50

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Awesome! Do you mind if I add it to my downloads section? 

Original comment by esmith2...@gmail.com on 18 Jan 2013 at 3:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks man!

Original comment by esmith2...@gmail.com on 18 Jan 2013 at 3:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Its cool, that allows it to be used in a command line only environment like 
cellphones and tablets. 

Original comment by esmith2...@gmail.com on 18 Jan 2013 at 4:02