From 29194a8ef1ecfad7cb461bf4bb9096476e4cfe05 Mon Sep 17 00:00:00 2001 From: Th1b4ud Date: Mon, 13 Apr 2020 19:06:01 +0200 Subject: [PATCH] Add others shell on reverse shell cheatsheet Add others shell on reverse shell cheatsheet --- Methodology and Resources/Reverse Shell Cheatsheet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Methodology and Resources/Reverse Shell Cheatsheet.md b/Methodology and Resources/Reverse Shell Cheatsheet.md index 9eb5efc6..67d626fb 100644 --- a/Methodology and Resources/Reverse Shell Cheatsheet.md +++ b/Methodology and Resources/Reverse Shell Cheatsheet.md @@ -54,6 +54,8 @@ Listener: nc -u -lvp 4242 ``` +Don't forget to check with others shell : sh, ash, bsh, csh, ksh, zsh, pdksh, tcsh, bash + ### Socat ```powershell