From a077ceab7c8a527a9948d013bb3d2f952571afc8 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sat, 22 Jan 2022 22:57:37 +0100 Subject: [PATCH 1/2] add tools section --- Methodology and Resources/Reverse Shell Cheatsheet.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Methodology and Resources/Reverse Shell Cheatsheet.md b/Methodology and Resources/Reverse Shell Cheatsheet.md index 4bd3902..f276ddf 100644 --- a/Methodology and Resources/Reverse Shell Cheatsheet.md +++ b/Methodology and Resources/Reverse Shell Cheatsheet.md @@ -2,6 +2,7 @@ ## Summary +* [Tools](#tools) * [Reverse Shell](#reverse-shell) * [Awk](#awk) * [Automatic Reverse Shell Generator](#revshells) @@ -39,6 +40,10 @@ * [Spawn TTY Shell](#spawn-tty-shell) * [References](#references) +## Tools + +- [reverse-shell-generator](https://www.revshells.com/) - Hosted Reverse Shell generator ([source](https://github.com/0dayCTF/reverse-shell-generator)) + ## Reverse Shell ### Bash TCP From a397a3d64300ac0cec27efc02e755d2116a36444 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:08:25 +0100 Subject: [PATCH 2/2] add revshellgen and merge to tools section --- Methodology and Resources/Reverse Shell Cheatsheet.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Methodology and Resources/Reverse Shell Cheatsheet.md b/Methodology and Resources/Reverse Shell Cheatsheet.md index f276ddf..b1d5bae 100644 --- a/Methodology and Resources/Reverse Shell Cheatsheet.md +++ b/Methodology and Resources/Reverse Shell Cheatsheet.md @@ -42,7 +42,8 @@ ## Tools -- [reverse-shell-generator](https://www.revshells.com/) - Hosted Reverse Shell generator ([source](https://github.com/0dayCTF/reverse-shell-generator)) +- [reverse-shell-generator](https://www.revshells.com/) - Hosted Reverse Shell generator ([source](https://github.com/0dayCTF/reverse-shell-generator)) ![image](https://user-images.githubusercontent.com/44453666/115149832-d6a75980-a033-11eb-9c50-56d4ea8ca57c.png) +- [revshellgen](https://github.com/t0thkr1s/revshellgen) - CLI Reverse Shell generator ## Reverse Shell @@ -439,12 +440,6 @@ main() { } ``` -## RevShells - -https://www.revshells.com/ -![image](https://user-images.githubusercontent.com/44453666/115149832-d6a75980-a033-11eb-9c50-56d4ea8ca57c.png) - - ## Meterpreter Shell ### Windows Staged reverse TCP