4.1 Tools to Assess Security Flashcards
3 things Nmap can identify
- open ports on a device
- OS
- services running
curl
Used to retrieve the actual text HTML returned from a website (URL)
Define hping and 2 capabilities
- A more robust version of ping that provides more detailed information
- Can be used to scan for ports
- Allows crafting of custom data packets
theHarvester
OSINT tool that gathers information from a website, such as finding email addresses for specific domain
sn1per
Combines capabilities of many tools to provide useful summaries of vulnerabilities
scanless
Intelligence gathering tool that allows running port scans through a proxy to mask the identity of the source
dnsenum
A scanning tool that runs against DNS servers to gather information, such as discovering sub-domains
Nessus
A scanning tool that uses a list of known vulnerabilities to identify device vulnerabilities
Cuckoo
Allows testing of executables in a sandbox environment to determine if there are any vulnerabilities or malware built into it
netstat
Identifies executables/services that are using the network on a device
Define netcat tool and 4 capabilities
Allows one to read, write, redirect, encrypt communications across a network
logger
Logs information to the system logs, useful for adding debug information from a script as it runs
chmod
changes permissions on a file
Capabilities of OpenSSL (3)
- Create X.509 certificates, CSRs, CRLs
- Hashing
- Encryption/Decryption
Wireshark uses (3)
- Capture wired/wireless packets
- View traffic to find unknown packets or verify security controls
- Decode traffic