QuestionQ217
Reconnaissance and EnumerationA tester is conducting an engagement with evasion and stealth requirements. Which of the following enumeration methods is least likely to be detected by the IDS?
- A curl https://api.shodan.io/shodan/host/search?key=&query=hostname:
- B proxychains nmap -sV -T2
- C for i in ; do curl -k $i; done
- D nmap -sV -T2
Community Discussion