Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 602 Bytes

Git-Pwned

logo

Git-Pwned is a merge of Subfinder and Git-Dumper built for convenience of hunting git repositories.

Usage

python3 git-pwned.py list_of_domains.txt ./output_directory

Installation Instructions

  1. Install Subfinder.
  2. Make a symlink/alias of subfinder as subfinder to make it available as a CLI tool.
  3. git clone the Git-Pwned.
  4. pip3 install -r requirements.txt.
  5. Use the tool.

Credits

  1. Subfinder.
  2. Git-Dumper.