six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.43k stars 885 forks source link

Interactive/newbie mode #260

Open six2dez opened 3 years ago

six2dez commented 3 years ago

Interactive mode to help newcomers to run reconFTW without the need to learn and read the entire wiki and readme.
At the end this mode should build the command to run and create the needed variables to fit users needs.
Also before run the scan, the function should output what will be executed and what vars will be created in order to teach the user.

jakre1234 commented 2 years ago

Or we can have nested flags, like amass have amass enum -d target.com | amass intel -asn XXXXXX , like that