diff options
Diffstat (limited to 'network.md')
-rw-r--r-- | network.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -37,3 +37,11 @@ Begin scan (no output), list networks, connect: station <device> scan station <device> get-networks station <device> connect SSID + +## MAC spoofing + + sudo ip link set dev eth0 down + sudo ip link set dev eth0 address 00:00:00:00:00:01 + sudo ip link set dev eth0 up + +Or use `macchanger` utility, where you can specify the vendor, device type, etc. |