/git-spider

Simple bash script I wrote to crawl a list of host names for exposed .git repositories.

Primary LanguageShell

git-spider

Simple bash script I wrote to crawl a list of host names for exposed .git repositories.

Will take in a list of hostnames, targets.txt, and write wget results to stdout.

Example usage:

echo "mysite.example.com" > targets.txt
chmod +x spider.sh
./spider.sh