internetwache / GitTools

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

37487f6 Seems to break gitfinder.py #26

Closed MrARM closed 4 years ago

MrARM commented 4 years ago

The latest commit seems to cause the Finder to not function correctly.

mrarm@ThinkPad:~/Documents/GitTools/Finder$ python3 ./gitfinder.py -i sites.txt

###########
# Finder is part of https://github.com/internetwache/GitTools
#
# Developed and maintained by @gehaxelt from @internetwache
#
# Use at your own risk. Usage might be illegal in certain circumstances.
# Only for educational purposes!
###########

Scanning...
Finished

Dropping 37487f6 makes the finder function as expected. Environment: Kubuntu 18.04, Python 3.6.8 (default, Jan 14 2019, 11:02:34)