nccgroup / scrying

A tool for collecting RDP, web and VNC screenshots all in one place
Other
439 stars 54 forks source link

VNC timeout #47

Open Popvlvs opened 2 years ago

Popvlvs commented 2 years ago

Hi,

First of all, thank you for developing this tool. It's awesome since EyeWitness doesn't work anymore.

I'd like to know whether it's possible to add a timeout when connecting via VNC. Specifically with no credentials, because the tool gets stuck and waits forever.

Regards.

kenpc-git commented 2 years ago

Has anyone found a way around this? I'm running into issues where I have 100k IP's and it gets stuck 3 minutes in. The only way around right now is to remove the IP and restart the program until it runs into another IP it can't get past.

Popvlvs commented 1 year ago

Hi,

I made a python wrapper to launch the scrying process with a timeout. Probably not the best approach, but it works as a charm.

Regards.

kenpc-git commented 1 year ago

Hi,

I made a python wrapper to launch the scrying process with a timeout. Probably not the best approach, but it works as a charm.

Regards.

Thank you for taking your time to do this

Would you mind sharing your script?