[Release] Deauth-Bomb v0.1 - My first script...
Ahh, the vast world of programming.
This morning I sat down to try to learn some bash scripting. I've come up with a little tool utilizing the aircrack-ng suite to help automate deauth attacks on access points.
Let me be perfectly clear...
This is a VERY... very rough build. I'm VERY new to this.
I'm really open to all criticism, but do me a favour and follow it up with some actual advice to improve my code, style or whatever.
I'm really hoping to learn, and with a little help along the way, I'm sure I will.
So far, I've started this little project page:
http://code.google.com/p/deauth-bomb/
CURRENT VERSION: 0.1mk2
So far, this script performs the following:
Select WIFI device, spoof MAC.
Find AP to target, change channel to match.
Attack AP with selected number of Deauth packets.
It dosn't sound like much, but it's great for learning. I hope I can get some useful tips here and on other boards I post this on.
Thanks.
Re: [Release] Deauth-Bomb v0.1 - My first script...
And see, I specifically didn't put it in the experts section because it's my first script, and I understand my noobdom. I'll make note for next time.
Re: [Release] Deauth-Bomb v0.1 - My first script...
Working fine for me good way to learn.
Looking at your bash script kind of reminds me of using basic, I shall have to have a go at this bashfoo it looks simple enough.
Re: [Release] Deauth-Bomb v0.1 - My first script...
Thanks for the download Impono... I just wanted to see if it was working for anyone else... turns out I really like that whole process. Now just to come up with something original.
Re: [Release] Deauth-Bomb v0.1 - My first script...
Hey pr013, why not make it allow for fake connectivity as well. Sort of AP-spoofing. That way, when the client is deauthed, he'll join our rogue AP and maybe give us some useful info...