RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
5.02k stars 851 forks source link

Eyewitness hangs on "connection refused" error and never completes. #565

Closed TheEthicalHackingGuru closed 6 months ago

TheEthicalHackingGuru commented 2 years ago

OS Used - ALL Information (architecture, linux flavor, etc.)

Kali Linux

Pastebin link to error you are encountering

Expected behavior (vs. what you encountered)

Eyewitness hangs on "connection refused" error and never completes.

Any additional information

Eyewitness hangs on "connection refused" error and never completes. Is there an option to skip over connection refused responses and finish scanning all the URLs?

traceflow commented 2 years ago

Same issue here. I had a list of about 1800 subdomains. I ran with the following: eyewitness --web -f subdomains.txt --threads 4 --resolve --prepend-https

Looks like the issue is with Selenium. Updating or downgrading Selenium returns a different error too: Message: Service geckodriver unexpectedly exited. Status code was: 64

There are no easy fixes.

Relkci commented 6 months ago

This /should/ be handled here https://github.com/RedSiege/EyeWitness/blame/e4cd0b7f9b6c0e13b21a0776b43eb462f0065f45/Python/modules/selenium_module.py#L244

Is this still an issue given there have been updated to selenium since?