mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -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) {
|
||||
if(req.Method == 'GET')
|
||||
return;
|
||||
|
||||
log( BOLD(req.Client), ">", B(req.Method), req.Hostname + req.Path + ( req.Query ? "?" + req.Query : '') );
|
||||
|
||||
dumpHeaders(req);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue