internetwache / GitTools

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

gitfinder.py update #41

Open koenbulcke opened 4 years ago

koenbulcke commented 4 years ago

Did some small mods to the script (extra parameters, catch keyboard interrupts), maybe you would want to reintegrate. I am not a Python specialist nor a full-time programmer, so the changes are rather quick 'n dirty (not optimized).

I still face a few issues with the Python finder script on Ubuntu 20.04:

if a make a list of for example two domains in a file (and I know both are having a .git exposed), the script only checks one domain and bails out (like it is not waiting on the other thread in the pool to come back?)
when the script exits, I get sometimes socket errors (timeouts?) like it is waiting on something that it wrongly requested