-
-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] improve json logs for post processing #1105
Comments
both of these requests seem pretty reasonable, and easy to implement (pretty sure, haven't looked yet). pinning for now |
howdy! started poking at this. when you say json logs, i assume you mean those produced by I'm looking into what it'll take code-wise to make the requested changes. lmk if the config entry is useful
|
this actually happens already, if you have However, with large distributed scans (which is what it sounds like you're doing), I THINK you should get a state file for any single target that was killed, but I haven't checked that for sure. |
here's what things are looking like at the moment response w/ timestamp
statistics w/ targetssingle scan
two targets, not parallel
two targets, parallel, creates a new directory, with a log file per target. each log file has the same array with a single entry as the single target shown above.
|
added
|
Epi, This is amazing, sorry I was out this weekend and didn't get back to you to provide my gratitude and 2-cents.
So much gratitude. |
@all-contributors add @Spidle for ideas |
I've put up a pull request to add @Spidle! 🎉 |
Is your feature request related to a problem? Please describe.
When looking at my feroxbuster json logs, I'm unable to relate the statistics to a particular host, and additionally, I dont know when the feroxbuster was run. I'm trying to use statistical analysis on a massive amount of ferox JSON files.
Describe the solution you'd like
I would like each JSON entry to have a timestamp. Additionally, statistics entries should have the base URL that was passed in when then scan was initiated included in the data.
PS: Can the json statistics be added on exit if ctrl-c is pressed?
Describe alternatives you've considered
Post processing. It works (sorta).
The text was updated successfully, but these errors were encountered: