Security Tools Flashcards
Windows diagnostic command for displaying possible routes and measuring transit delays of packets across a network
tracert
Linux diagnostic command for displaying possible routes and measuring transit delays of packets across a network
traceroute
Windows utility used to determine the IP address associated with a domain name and other DNS information
nslookup
Linux utility used to determine the IP address associated with a domain name and other DNS information
dig
Displays all network configurations and can modify DHCP and DNS settings. List windows then linux
ipconfing / ifconfig
Open source network scanner
nmap
Used to determine if a host is reachable on a network
ping / pathping
Open source packet generator and analyzer for the TCP/IP protocol that is used for security auditing and test of firewalls and networks
hping
Displays the network connections for TCP, routing tables and a number of network interface and network protocol statistics
netstat
Utility for reading from and writing to network connections
netcat
utility for viewing and modifying the local ARP cache
Arp
utility that is used to view and manipulate the IP routing table
route
Command line tool to transfer data to or from a server using any of the IP protocols
curl
A python script that is used to gather emails, subdomains, hosts, employee names, open ports etc
the harvester
automated scanner that can be used during a pen test to enumerate and scan vulnerabilities
sn1per
Utility that can perform open port scans in a stealth like manner
Scanless
Utility that is used for DNS enumeration to locate all DNS servers and DNS entries for a given organization
DNSenum
Proprietary vulnerability scanner that can remotely scan. Computer or network for vulnerabilities
Nessus
Software for malware analysis in a sandbox environment
Cuckoo
Linux Command line utility for outputting the first ten lines of a file
head
Linux Command line utility for outputting the last ten lines of a file
tail
Linux Command line utility for outputting all of the contents of a file to the screen
cat
Linux Command line utility for searching plain text data for lines that match a string, regular expression or pattern
grep
Linux Command line utility used to change the access permissions of file system objects
chmod