Wifi Enum
Enumeration
# IP addresses
ip addr
# specific interface
ip addr show eth0
ip addr show eth1
ip addr show tun0
# IPv4/6 only
ip -4 addr
ip -6 addr
# Static route
ip route
# Get the currently connected WiFi router's IP address (see the 'Default gateway' line in the output)
ipconfig
# Find any wireless devices
iw dev
# Display information of the specified device
iw dev <interface> info
# Scan wifi networks nearby the specified device
iw dev <interface> scan
# Find another computer's IP address/MAC address on the network
arp -av
# Get public IP address
curl https://api.ipify.orgUsing WiGLE
Delete Network Interfaces From Your Devices
Crack WiFi Passwords
Default Router Credentials
Crack from A Packet Capture File
MAC Address Spoofing
Deauthentication Attack
Other Useful Tools
Last updated