Solved

A Penetration Tester Is Performing a Remote Internal Penetration Test

Question 106

Multiple Choice

A penetration tester is performing a remote internal penetration test by connecting to the testing system from the Internet via a reverse SSH tunnel. The testing system has been placed on a general user subnet with an IP address of 192.168.1.13 and a gateway of 192.168.1.1. Immediately after running the command below, the penetration tester's SSH connection to the testing platform drops: A penetration tester is performing a remote internal penetration test by connecting to the testing system from the Internet via a reverse SSH tunnel. The testing system has been placed on a general user subnet with an IP address of 192.168.1.13 and a gateway of 192.168.1.1. Immediately after running the command below, the penetration tester's SSH connection to the testing platform drops:   Which of the following ettercap commands should the penetration tester use in the future to perform ARP spoofing while maintaining a reliable connection? A)  # sudo ettercap -Tq -w output.cap -M ARP /192.168.1.0/ /192.168.1.255/ B)  # proxychains ettercap -Tq -w output.cap -M ARP /192.168.1.13/ /192.168.1.1/ C)  # ettercap -Tq -w output.cap -M ARP 00:00:00:00:00:00//80 FF:FF:FF:FF:FF:FF//80 D)  # ettercap --safe-mode -Tq -w output.cap -M ARP /192.168.1.2-255/ /192.168.1.13/ E)  # ettercap -Tq -w output.cap -M ARP /192.168.1.2-12;192.168.1.14-255/ /192.168.1.1/ Which of the following ettercap commands should the penetration tester use in the future to perform ARP spoofing while maintaining a reliable connection?


A) # sudo ettercap -Tq -w output.cap -M ARP /192.168.1.0/ /192.168.1.255/
B) # proxychains ettercap -Tq -w output.cap -M ARP /192.168.1.13/ /192.168.1.1/
C) # ettercap -Tq -w output.cap -M ARP 00:00:00:00:00:00//80 FF:FF:FF:FF:FF:FF//80
D) # ettercap --safe-mode -Tq -w output.cap -M ARP /192.168.1.2-255/ /192.168.1.13/
E) # ettercap -Tq -w output.cap -M ARP /192.168.1.2-12;192.168.1.14-255/ /192.168.1.1/

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions