internetwache / GitTools

A repository with 3 tools for pwn'ing websites with .git repositories available
MIT License
3.78k stars 612 forks source link

Added timeout of 5 seconds for request #23

Closed dandare100 closed 5 years ago

dandare100 commented 5 years ago

Nice tool, thank you. When scanning on an internal network, if the target host is fire-walled on that port (80) it appears as if the script hangs while it waits to time out. I just added a timeout of 5 seconds to allow it continue scanning through the list of hosts if this happens.

gehaxelt commented 5 years ago

Awesome, thank you!