Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 486 Bytes

File metadata and controls

28 lines (19 loc) · 486 Bytes

gitfinder

this code finds if there is nay hidden .git directory on the website.

Requirment:

packages

  • requests
  • bs4
  • bcolors
  • sys
  • argparse

python > 3.x

usage:

gitfinder.py -u < Valid URL or location of text file which conatin multiple URLs >

OPTIONS:

-h             --help    
             	 < show the available options >
-n            valid URL or location of file which conatin multiple URLs
  		< where you want to search git directory >