Tools/Commands Flashcards
tracert
Windows
Shows route to remote host + latency
traceroute
Linux
Shows route to remote host + latency
nslookup
Windows
Verify IP address of hostname in DNS database
set type=(record type)
dig
Linux equivalent of nslookup
ipconfig
Windows
Display IP configuration
ifconfig
Linux
Display IP configuration
nmap
Open-source
Create inventory of devices on network
Banner grabbing
pathping
Windows
Displays route to remote host + packet loss at each hop
hping
Open-source
Packet generator/analyzer
Firewall/network audits
netstat
Windows
Display active connections/listening ports/running services
Disappears on reboot
netcat (nc)
Linux
Display connections
Port scanning
File transfer
arp -a
Displays ARP cache
route print / route add
Display local routing table
Add route
cURL
Command-line tool to transfer data using several supported protocols
HTTP, FTP, IMAP, POP3, SCP, SFTP, SMTP, TFTP, TELNET, LDAP, FILE
TheHarvester
Harvest email addresses of an organization
Sn1per
Pen test + recon tool for automated tests
Vulnerability/port scanning
Dynamic code analysis
Scanless
Open-Source
Pen test tool
Anonymous port scans
dnsenum
Automatically identifies basic DNS records
Reverse DNS resolution
Brute force IP address of subdomains/host domains
nessus
Vulnerability scanner (plug-ins)
Alerts to found vulnerabilities
Cuckoo
Creates sandbox for file/malware inspection
cat
Linux
create/concatenate files
head
Linux
Display first lines in log/text files
tail
Linux
Display last lines in log/text file
grep
Linux
Search for string in file/repository
- i removes case sensitivity
- v find files without specified value
- c count occurrences of specified value