The following should work nicely
Code:#!/bin/bash airmon-ng stop wlan0 ifconfig wlan0 down macchanger --mac 00:11:22:33:44:55 wlan0 airmon-ng start wlan0
Can anyone post a script that would do the following commands.
airmon-ng stop wlan0
ifconfig wlan0 down
macchanger --mac 00:11:22:33:44:55 wlan0
airmon-ng start wlan0
and end with terminal displayed with all results of each process?
The following should work nicely
Code:#!/bin/bash airmon-ng stop wlan0 ifconfig wlan0 down macchanger --mac 00:11:22:33:44:55 wlan0 airmon-ng start wlan0
That is sad.
Man there are only like a thousand examples of that very thing on the inturwub.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Its to bad we don't have a thread called the Learning Disabled section because that's where this would go.
put it in a file call script.sh and run
sh script.sh
I would rather be hated for what i am,
Then loved for what i am not.
Thankyou that worked out great, I made a llink to app shortcut as well.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
hey, his learning,
I would rather be hated for what i am,
Then loved for what i am not.