BishopFox / GitGot

Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
GNU Lesser General Public License v3.0
1.43k stars 204 forks source link

Error when installing #8

Closed Willies31 closed 5 years ago

Willies31 commented 5 years ago

Hello and thank you for this great tool.

I am using a Windows 10 system and when installing the tool through the REQUIREMENTS.TXT I get the following errors, any idea?

image

the-bumble commented 5 years ago

Hi Willies31,

I'm not a Windows user, but based on the error message it looks like you are missing Microsoft Visual C++.

Best of luck!

anon3engineer commented 5 years ago

root@kali:~# apt-get install libfuzzy-dev ssdeep Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package libfuzzy-dev E: Unable to locate package ssdeep

Please help me with this issue.. :(

the-bumble commented 5 years ago

We'll be adding Docker support soon for those having difficulty installing dependencies.

the-bumble commented 5 years ago

Hi Willies31 and anon3engineer,

Try the new Docker installation instructions in the README. Hopefully that helps simplifies installation and usage :)

Thank you!