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

tool stuck on "searching for 3rd party misconfigurations" #877

Closed atharvak95 closed 1 month ago

atharvak95 commented 1 month ago

after running ./reconftw.sh on target, it runs fe OSINT steps & then gets stuck on "searching for 3rd party misconfigurations"

To Reproduce just run the tool from kali linux WSL on a target like "./reconftw.sh -d redacted.com -r" after adding all the API keys

Expected behavior if it's unable to find data after a certain time, it should skip & move to the next step.

refer to this - image

Am running kali linux WSL

six2dez commented 1 month ago

The tool for checking third parties misconfigurations already has a default timeout of 7000 ms per request but it performs a bunch of requests, not seems to be related to reconftw or misconfig-mapper if you're not able to provide more info.