A penetration tester needs to quickly transfer an exploit from a Linux system to a Windows 10 system within the network. Which of the following is the best way to accomplish this task?
- Anc -lvp 8080
- Bnc -lnvp 443
- Cpython3 -m http.server 80 (correct answer)
- Dneat -lvp 8080
Reveal answer & explanationHide answer
The correct answer is C. Option C: python3 -m http.server 80



