Auto-bail info? #773
joaociocca
started this conversation in
General
Replies: 5 comments 3 replies
-
also, the "auto bail" on the splash is misaligned, missing a second space after its emoji =p |
Beta Was this translation helpful? Give feedback.
0 replies
-
right now i believe the only indicator is something like this in the logs; are you suggesting adding something in the primary output? |
Beta Was this translation helpful? Give feedback.
1 reply
-
vokoscreenNG-2023-01-24_15-48-45.mp4 |
Beta Was this translation helpful? Give feedback.
1 reply
-
glad you like them! these aren't final, but are pretty close to what'll land. I'll update again soon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ok, so I'm working on a script to automate a few things, kinda like making my own "autorecon" version, because reasons.
One thing I just noticed is there's no information, unless at least
-v
on auto-bail being triggered. For example, this command:Spits out this output:
When I ran it again with
-v
, I understood that there were no scans for the 3 URLs down there because auto-bail triggered. But without-v
, there's no info at all. And since it sits at0/x
it gives the impression that no scan was even attempted.Also, that print is the end result, so it also seems like the two URLs where it got a really good progress just stopped out of nothing.
Trying and retrying with different levels of verbosity also showed me that most of the errors were for timeout, but there was another error, one
WRN 8.362 feroxbuster::scanner::requester Could not send FeroxResponse to output handler: channel closed
.Maybe, when auto-bail is on, we could have some of this info exposed on bail being triggered and why?
Beta Was this translation helpful? Give feedback.
All reactions