-
Who's up for making a very useful script?
To get my card in monitor mode I made a script, (Xpolitz) actually has the same script.
I did: nano m | inserted this:
airmon-ng stop ath0
ifconfig wifi0 down
macchanger --mac 00:11:22:33:44:55 wifi0
airmon-ng start wifi0
chmod 777 m
then all I have to do this run: ./m
This works great for getting my card up in monitor mode - real fast. Very easy script.
I was thinking if there are any scripters here that might be able/want to make a script so you don't have to type in ALL of your info again and again when running airodump, aireplay etc.
Example: ./wep
Insert AP-MAC
Insert AP-name
Insert AP-channel
Insert write-file
Then there can be a "menu"
1. Airodump
2. Auth - easy
3. Auth - hard
4. Aireplay-ng + type of attack (3,4,5 etc)
5. Packetforge
Each of the different inputs will open a new window with the given command all filled in.
so it will fill in: airodump-ng -c <channel> -w <write-file> --bssid <AP> <interface>
aireplay-ng -1 0 -e <network-name> -a <AP> -h <configured in script - mac of card> <configured in script - interface of card>
Anyone here that would want to make a script like this?
Thanks,
Beamen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules