mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
fix: removed debug condition on http-req-dump script
This commit is contained in:
parent
2eaee90182
commit
b8dd20ceae
1 changed files with 0 additions and 3 deletions
|
@ -119,9 +119,6 @@ function dumpRaw(req) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function onRequest(req, res) {
|
function onRequest(req, res) {
|
||||||
if(req.Method == 'GET')
|
|
||||||
return;
|
|
||||||
|
|
||||||
log( BOLD(req.Client), ">", B(req.Method), req.Hostname + req.Path + ( req.Query ? "?" + req.Query : '') );
|
log( BOLD(req.Client), ">", B(req.Method), req.Hostname + req.Path + ( req.Query ? "?" + req.Query : '') );
|
||||||
|
|
||||||
dumpHeaders(req);
|
dumpHeaders(req);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue