Skip to content
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] Option to include banner in output file #1097

Closed
deadloot opened this issue Mar 4, 2024 · 3 comments · Fixed by #1114
Closed

[FEATURE REQUEST] Option to include banner in output file #1097

deadloot opened this issue Mar 4, 2024 · 3 comments · Fixed by #1114
Labels
enhancement New feature or request

Comments

@deadloot
Copy link

deadloot commented Mar 4, 2024

Is your feature request related to a problem? Please describe.
no

Describe the solution you'd like
add option to include banner in logfile. --log-banner option would include the header information, what site, wordlist, filters, extention... in the --output file

Describe alternatives you've considered
not using --output and running command with '2>&1 | tee ferox.log'

Additional context
none

@deadloot deadloot added the enhancement New feature or request label Mar 4, 2024
@epi052
Copy link
Owner

epi052 commented Mar 30, 2024

thanks for submitting this!

i'm considering adding the configuration field found in the state file into the normal output file. afaik, this would satisfy the intent of this request. lmk what you think.

{"type":"configuration","wordlist":"common.txt","config":"ferox-config.toml","proxy":"","replay_proxy":"","server_certs":[],"client_cert":"","client_key":"","target_url":"http:localhost:8000","status_codes":[100,101,102,200,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,307,308,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,421,422,423,424,426,428,429,431,451,500,501,502,503,504,505,506,507,508,510,511,103,425],"replay_codes":[100,101,102,200,201,202,203,204,205,206,207,208,226,300,301,302,303,304,305,307,308,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,421,422,423,424,426,428,429,431,451,500,501,502,503,504,505,506,507,508,510,511,103,425],"filter_status":[],"threads":50,"timeout":7,"verbosity":0,"silent":false,"quiet":false,"auto_bail":false,"auto_tune":false,"json":true,"output":"stuff.json","debug_log":"","user_agent":"feroxbuster/2.10.2","random_agent":false,"redirects":false,"insecure":false,"extensions":[],"methods":["GET"],"data":[],"headers":{},"queries":[],"no_recursion":false,"extract_links":true,"add_slash":false,"stdin":false,"depth":4,"scan_limit":0,"parallel":0,"rate_limit":0,"filter_size":[],"filter_line_count":[],"filter_word_count":[],"filter_regex":[],"dont_filter":false,"resumed":false,"resume_from":"","save_state":true,"time_limit":"","filter_similar":[],"url_denylist":[],"regex_denylist":[],"collect_extensions":false,"dont_collect":["tif","tiff","ico","cur","bmp","webp","svg","png","jpg","jpeg","jfif","gif","avif","apng","pjpeg","pjp","mov","wav","mpg","mpeg","mp3","mp4","m4a","m4p","m4v","ogg","webm","ogv","oga","flac","aac","3gp","css","zip","xls","xml","gz","tgz"],"collect_backups":false,"backup_extensions":["~",".bak",".bak2",".old",".1"],"collect_words":false,"force_recursion":false}

@epi052
Copy link
Owner

epi052 commented Apr 27, 2024

@all-contributors add @deadloot for ideas

Copy link
Contributor

@epi052

I've put up a pull request to add @deadloot! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants