Shell Stable et Reverse Shell
Shell Stable
1. Utilisation de rlwrap
rlwraprlwrap /bin/bash2. Méthode Bash (sans Python)
/bin/bash -i3. Méthode Python
python -c 'import pty; pty.spawn("/bin/bash")'4. Méthode Python3
python3 -c 'import pty; pty.spawn("/bin/bash")'5. Méthode avec socat (si disponible)
socat (si disponible)6. Méthode Netcat et /dev/tcp
/dev/tcp7. Utilisation de SSH
Reverse Shell
1. Bash
2. Python
3. Python3
4. PowerShell
Bind Shell
1. Bash
2. Python
3. PowerShell
Web Shell
1. PHP
2. JSP
3. ASP
Bonnes Pratiques
Mis à jour