Skip to content

Check On learning

--- primaryColor: steelblue shuffleQuestions: false shuffleAnswers: true --- ### LSA 4-1: Host scanning can also be defined as which of the following? - [ ] Sniffing - [x] Enumeration - [ ] CNE - [ ] CNA ### LSA 4-2 Which of the following is NOT a type of NOOP we discussed this lesson? - [ ] Multi-byte - [x] Bungee Sled - [ ] Single-byte - [ ] Trampoline Sled ### LSA 4-3 ***(TRUE of FALSE)*** A Single-Byte NOOP Sled will typically utilizes unconditional jumps or calls. - [ ] True - [x] False ### LSA 5-1 What type of shell code attempts to establish a connection FROM the victim TO the malicious actor? - [x] Connect-Back - [ ] Port Bind - [x] Reverse Shell - [ ] Buffer Overflow ### LSA 5-2 What device could potentially stop a Port Bind Shell from establishing? - [ ] Switch - [ ] Router - [x] Firewall - [ ] Windows Defender ### LSA 5-3 Port Bind is also known as what exploitation? - [ ] Connect-Back - [x] Bind_TCP - [ ] Reverse Shell - [ ] Buffer Overflow