leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.39k stars 820 forks source link

pasive process stuck #163

Closed francescodevar closed 4 years ago

francescodevar commented 4 years ago

when I use the passive search, always stock in last part with the name of the domain enclosed by horizontal lines and from there it does not advance any more

SchellerCyberSecurity commented 4 years ago

when I use the passive search, always stock in last part with the name of the domain enclosed by horizontal lines and from there it does not advance any more

Is it possible for you to attach an image with the domain you are scanning covered?

francescodevar commented 4 years ago
Screenshot-from-2020-07-07-11-19-38
francescodevar commented 4 years ago

later not advance any more

SchellerCyberSecurity commented 4 years ago

later not advance any more

If you are still getting hung there, please do a git pull and pull down the updated script, and then also run ./update.sh. Keep in mind where it is hanging is at the binaryedge recon-ng module. I fixed it initially by purchasing the binaryedge API key and adding it to my instance of recon-ng. However, you shouldn't have that problem if you just update your discover script.

francescodevar commented 4 years ago

it's working thank you

SchellerCyberSecurity commented 4 years ago

it's working thank you

Glad it's working for you. Which method did you use?