nerdexam
CompTIA

PT0-002 · 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…

Post-exploitation and lateral movement

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

(44 responses)
  • A
    2% (1)
  • B
    7% (3)
  • C
    2% (1)
  • D
    89% (39)

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

#Metasploit#Pivoting#Post-exploitation#SOCKS proxy

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice