Added reply support to image detection, added stealth plugin to screenshot, made credits static, more fixes
This commit is contained in:
parent
ca6cffa67c
commit
94b0bc19a4
7 changed files with 294 additions and 121 deletions
|
@ -115,6 +115,7 @@ if (isMainThread) {
|
|||
const server = net.createServer(function(socket) {
|
||||
socket.write(Buffer.concat([Buffer.from(type ? type : "image/png"), Buffer.from("\n"), data]));
|
||||
socket.end();
|
||||
process.exit();
|
||||
});
|
||||
server.listen(job.port, job.addr);
|
||||
// handle address in use errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue