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.46k stars 888 forks source link

Skip Failed step instead of exiting #839

Open cvarad96 opened 4 months ago

cvarad96 commented 4 months ago

Failed modules So whenever some module is failing for example metafinder is failing for a target in one of my recons. Due to exit 1 condition the entire process is exited

Bypass failed modules It would be great to bypass such failed modules instead of exiting the process altogether