InterviewSolution
Saved Bookmarks
| 1. |
______________ is a common tool used for doing OS fingerprinting.(a) Hping(b) Wireshark(c) Nmap(d) NessusThis question was posed to me during an online interview.My question comes from Fingerprinting in division Cyber Security of Cyber Security |
|
Answer» CORRECT OPTION is (c) Nmap The best explanation: Nmap is a common tool that is used for PERFORMING OS fingerprinting. Before targeting any system for the attack, it is necessary to know what OS the website is HOSTING, which can be found out using some simple command of this tool. |
|