internetwache / GitTools

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

Add a requirements.txt #14

Closed masterT closed 6 years ago

masterT commented 6 years ago
$ ./GitTools/Finder/gitfinder.py -h
Traceback (most recent call last):
  File "./GitTools/Finder/gitfinder.py", line 3, in <module>
    from urllib.request import urlopen
ImportError: No module named request
Michael-Hedges commented 6 years ago

Try Python3 =)

gehaxelt commented 6 years ago

Hi, yeah, the tool does not need any other modules than the standard ones.

Try python3 as suggested from @Michael-Hedges