EyeWitness icon indicating copy to clipboard operation
EyeWitness copied to clipboard

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

Open TheEthicalHackingGuru opened this issue 4 years ago • 1 comments

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?

TheEthicalHackingGuru avatar Mar 16 '22 13:03 TheEthicalHackingGuru

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.

traceflow avatar May 30 '22 18:05 traceflow

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?

Relkci avatar May 20 '24 20:05 Relkci