Skip to content

Check On learning

--- primaryColor: steelblue shuffleQuestions: false shuffleAnswers: true --- ### LSA 1-1: What scanning speed is the default for NMAP? - [ ] `nmap -T5` - [ ] `nmap -T2` - [x] `nmap -T3` ### LSA 1-2 There are two NMAP scan types we discussed that send SYN flags, what are they? - [ ] SYN/Stealth, Xmas - [x] Connect, SYN/Stealth - [ ] Null, UDP - [ ] Fin, TCP ACK ### LSA 1-3 ***(TRUE of FALSE)*** All scripts used by the NMAP Scripting Engine (NSE) are stored in the scripts subdirectory: /usr/share/nmap/scripts/$SCRIPT_NAME.nse - [x] True - [ ] False ### LSA 2-1 What tool establishes a connection between two computers and allows data to be written transported across encrypted? - [ ] Netcat - [ ] Nmap - [x] Cryptcat - [ ] Blowfish ### LSA 2-2 What option would you use with the 'nc' command to produce a more verbose output? - [ ] `-p` - [ ] `-V` - [x] `-v` - [ ] `-l` ### LSA 3-1 When a firewall blocks a probe and no response is returned from your scan, the port is in what state? - [ ] Open - [ ] Closed - [ ] Unfiltered - [x] Filtered ### LSA 3-2 What is the default scan for unprivileged users? - [ ] UDP Scan - [X] Connect Scan - [ ] SYN/Stealth Scan - [ ] Null Scan