Misceláneos
Tratar shell para obtener shell interactiva
Python
python -c 'import pty; pty.spawn("/bin/bash")'
python3 -c 'import pty; pty.spawn("/bin/bash")'Perl
perl -e 'exec "/bin/bash";'
# Opción dentro de Perl
perl: exec "/bin/bash";System
echo os.system('/bin/bash')
/bin/bash -i
/bin/sh -iRuby
ruby: exec "/bin/bash"Lua
os.execute('/bin/bash')IRB
# Opción dentro de IRB
exec "/bin/bash"Vi
NMAP
Networking
Cracking
MiTM
ARP Poisoning
ARPspoof
Descargar Archivos
Windows
Servidores Web
Last updated