Invicti-Security / brainstorm

A smarter web fuzzing tool that combines local LLM models and ffuf to optimize directory and file discovery
85 stars 12 forks source link

[Arguments] Order of arguments and output flag. #2

Open s7x opened 4 days ago

s7x commented 4 days ago

Hello there,

Nice tool you got there.

2 small things that would improve the automation for scripting:

  1. It would be a good idea to be able to put the ffuf command anywhere when running brainstorm. Or have the command in a proper argument.

Ex:

brainstorm --command "ffuf -u https://example.com -w wordlist.txt"
  1. A --output argument to specify the output file/directory of the "links.txt" file.

Thx!

harisec commented 4 days ago

Thanks, I will add this to my todo list.

s7x commented 4 days ago

Awesome, thanks. I Added a PR in #3 to add the output flag already.

harisec commented 4 days ago

Thanks @s7x, I appreciate the PR but I just realised that it's not that easy to do it. This could would mean that I would need to redo all the screenshots from the website and to fix the article and the readme. Currently I don't have time for this, please fork the repo and make the changes you want.

s7x commented 3 days ago

Thanks @s7x, I appreciate the PR but I just realised that it's not that easy to do it. This could would mean that I would need to redo all the screenshots from the website and to fix the article and the readme. Currently I don't have time for this, please fork the repo and make the changes you want.

Hi @harisec, no worries, I understand. I forked the project, closed #3 and added a note to it. Can't wait to see more of this tool.

Cheers!