What are WiFi Analyzers?
WiFi Analyzers are used for WiFi surveys, analyzing the wireless coverage and allow to detect unwanted overlapping of access points.
What is the IP Configuration command for Windows and the most important arguments?
ipconfig:
- ipconfig /all
- ipconfig /release (release the current assigned local IP address)
- ipconfig /renew (request a new IP address)
What is the legacy IP Configuration command for Unix/OSX and the most important arguments? (5)
ifconfig:
- ifconfig -a
- ifconfig eth0
- ifconfig -v
- ifconfig eth0 down/up
- ifconfig eth0 192.168.1.200 netmask 255.255.255.0
What is the newer IP Configuration command for Unix/OSX and the most important arguments (5)?
ip:
- ip a
- ip addr add/del 192.168.1.200 dev eth0
- ip link set eth0 down/up
- ip link set dev eth0 address :Mac address:
- ip link set dev eth0 promisc on
What is the command to see current connections and what are the most important arguments?
Its netstat, the most important arguments are:
all: -a
no name resolving: -n
show PID: -o
statistics: -s
show routes: -r
What is the command to show the arp cache and what are the most important arguments?
And how long is the TTL of cached arp entries?
Its arp, the most important arguments are:
all: -a
delete an entry: -d (ip address of entry)
add static entry: -s (ip address) (mac address)
The time to live is 21.600 seconds.
How to change the nameserver and the record type with nslookup in interactive mode?
Change nameserver: server (nameserver)
Change record type: set q=A,MX,CNAME etc (for UNIX its set type=MX)
What are the most important ping arguments?
-n/-c: Number of pings for Windows/Linux
-t: Infinite pings on windows
-6: force IPv6
What are the 5 troubleshooting steps with ping?
What are the important nmap arguments?
-sn: ping scan to see which hosts in a network are live
-sS: SynScan
-sV: Version Scan
-O: OS scan
-p: only scan specific port
What are the 3 basic network device commands and what are they for?
What are the 4 more advanced network device commands and what are they for?
What are the 2 discovery protocols and what are the 3 main benefits?
The benefits are:
- Network Security
- Network Performance
- Network Reliability