Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
onny:notizen:hacking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

onny:notizen:hacking [2020/08/08 09:15] – created 10.25.0.1onny:notizen:hacking [2021/10/31 10:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== arp ===== 
 +Arp scanning 
 +<code>arp-scan --interface=wlp3s0 --localnet</code> 
 +===== networking ===== 
 +change mac 
 +<code bash> 
 +ip link set dev wlan0 down 
 +ip link set dev wlan0 address XX:XX:XX:XX:XX:XX 
 +ip link set dev wlan0 up 
 +ip link show wlan0 
 +</code>