joeyrideout / git-spider

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Shell 100.0%