Vulnerability Scanning Flashcards
What is vulnerability discovery?
Vulnerability discovery is an integral part of any security assessment.
What most automated scanners are doing?
- Detect if a target is up and running.
- Conduct a full or partial port scan, depending on the configuration.
- Identify the operating system using common fingerprinting techniques.
- Attempt to identify running services with common techniques such as banner grabbing,
service behavior identification, or file discovery. - Execute a signature-matching process to discover vulnerabilities.
What is WMI?
Windows Management Instrumentation
What is UAC?
User Account Control
What is Nessus?
Vulnerability scanner.
Nessus Basic Network Scan
Basic Network Scan: Generic scan with various checks that are suitable to be used against various target types.
Nessus Credentialed Patch Audit
Credentialed Patch Audit: Authenticated scan that enumerates missing patches.
Nessus Web Application Tests
Web Application Tests: Specialized scan for discovering published vulnerabilities in Web Applications.
Nessus Spectre and Meltdown
Spectre and Meltdown: Targeted scan for the Spectre and Meltdown vulnerabilities.
How to check the nmap script database?
kali@kali:~$ cd /usr/share/nmap/scripts/
kali@kali:/usr/share/nmap/scripts$ head -n 5 script.db
kali@kali:/usr/share/nmap/scripts$ cat script.db | grep ‘“vuln”|“exploit”’