mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
fix: net.recon module is now enabled by default
This commit is contained in:
parent
b956d644a9
commit
9a0f85b8bd
16 changed files with 4 additions and 21 deletions
|
@ -4,7 +4,7 @@ function onRequest(req, res) {
|
|||
res.Status = 200;
|
||||
res.ContentType = "text/html";
|
||||
res.Headers = "Connection: close";
|
||||
res.Body = readFile("caplets/web-override.html");
|
||||
res.Body = readFile("caplets/www/index.html");
|
||||
|
||||
res.Updated();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue