PT0-001 · Question #127
Which of the following commands would allow a penetration tester to access a private network from the Internet in Metasploit?
The correct answer is D. use auxiliary/servet/aocka^a. Metasploit is a tool for the development of exploits and the testing of them on live targets. The socks4a auxiliary is a module from within the framework. This auxiliary module provides a proxy server that uses Metasploit Framework routing to relay connections. So, using the…
Question
Which of the following commands would allow a penetration tester to access a private network from the Internet in Metasploit?
Options
- Aset rhost 192.168.1.10
- Brun autoroute -a 192.168.1.0/24
- Cdb_nmp -iL /tmp/privatehoots . txt
- Duse auxiliary/servet/aocka^a
How the community answered
(37 responses)- A19% (7)
- B3% (1)
- C8% (3)
- D70% (26)
Explanation
Metasploit is a tool for the development of exploits and the testing of them on live targets. The socks4a auxiliary is a module from within the framework. This auxiliary module provides a proxy server that uses Metasploit Framework routing to relay connections. So, using the use auxiliary/server/socks4a module allows a tester to access a private network from the Internet.
Topics
Community Discussion
No community discussion yet for this question.