diff --git a/Methodology and Resources/Reverse Shell Cheatsheet.md b/Methodology and Resources/Reverse Shell Cheatsheet.md index 4bd3902c..b1d5baed 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,11 @@ * [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)) ![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 ### Bash TCP @@ -434,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