QuestionQ229
Post-exploitation and Lateral MovementA tester gains access to an endpoint subnet and wants to move laterally through the network. Given the following output:

Which command and attack technique is most appropriate for reducing the likelihood of detection?
- A responder -I eth0 -dwvntlmrelayx.py -smb2support -tf <target>
- B msf > use exploit/windows/smb/ms17_010_psexecmsf > <set options>msf > run
- C hydra -L administrator -P /path/topasswdlist smb: //<target>
- D nmap --script smb-brute.nse -p 445 <target>
Community Discussion