From 7f34c01794bacf01747215a09838d7f8ac593b69 Mon Sep 17 00:00:00 2001 From: Ayoma Wijethunga Date: Thu, 9 Jan 2020 16:20:49 +0530 Subject: [PATCH] Change IP and port to a common value across commands --- Methodology and Resources/Reverse Shell Cheatsheet.md | 2 -- 1 file changed, 2 deletions(-) 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`