diff --git a/Methodology and Resources/Reverse Shell Cheatsheet.md b/Methodology and Resources/Reverse Shell Cheatsheet.md index 5d2d0f7..1eba80c 100644 --- a/Methodology and Resources/Reverse Shell Cheatsheet.md +++ b/Methodology and Resources/Reverse Shell Cheatsheet.md @@ -350,8 +350,6 @@ ruby: exec "/bin/sh" lua: os.execute('/bin/sh') ``` -### Other Methods to Gain TTY Shell - - vi: `:!bash` - vi: `:set shell=/bin/bash:shell` - nmap: `!sh`