m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/network.md
diff options
context:
space:
mode:
Diffstat (limited to 'network.md')
-rw-r--r--network.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/network.md b/network.md
index 392db86..1720cb3 100644
--- a/network.md
+++ b/network.md
@@ -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.