├── README.md ├── index.html └── loding.gif /README.md: -------------------------------------------------------------------------------- 1 | # Git-Finder 2 | Git-Finder is a tool that searches through public repositories to find sensitive information like password,auth_token, etc uploaded to the Github repositories. 3 | 4 | Git-Finder is a fast and simple Jquery script for Github Recon. 5 | The tool will flag the matches for potentially sensitive files like credentials, secret keys, tokens, password,org sensitive information etc which have been accidentally uploaded by the developers.Git-Finder help to find potentially pushed to public repositories on Github. Git-Finder just require your Github Access Token to fetch or nteract with the Github API or the information with fast responce. 6 | 7 | it's a lightweight gui base powerfull tool. it help in infosec or github recon. 8 | Git-Finder will start its web interface and serve the results for analysis. 9 | 10 | # install 11 | 12 | Clone the Git-Finder repository into your system. 13 | Put repository into Server(Tomcat, XAMPP, LAMP, default(MAC apache) etc.) 14 | Open the index.html to access the tool. 15 | 16 | For linux you can move repository in to:- /var/www/html 17 | Or simple start your apacheserver using this command:- service apache2 start 18 | 19 | You can Also Start python simple server 20 | 21 | # Authors 22 | --Tojojo @takshal Patel 23 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 17 | 18 | 19 | 24 |
25 |
26 |
27 |

Git Finder

28 |

--by Tojojo

29 |
30 |
31 |
32 |
33 | 34 | 35 |
36 |
37 |
38 |
39 | 40 | 41 |
42 |
43 |
44 |
45 | 46 | 59 |
60 |
61 |
62 |
63 | 64 |
65 |
66 |
67 |
68 |
69 | 70 |
71 |
72 |
73 |
74 |
75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 |
Full NamePathGIT URLSecret 1Secret 2
87 |
88 | 89 |
90 |
91 |
92 | 93 | 94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /loding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takshal/Git-Finder/4a9cfb0f0ae6113f4ce1d460af2d3ba5d5ba0d7a/loding.gif --------------------------------------------------------------------------------