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?
Printable View
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.
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
Thankyou that worked out great, I made a llink to app shortcut as well.
hey, his learning,