You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@
7
7
8
8
# Gitrob: Putting the Open Source in OSINT
9
9
10
+
NOTE: This repo is forked from the main repo at https://github.com/michenriksen/gitrob, but includes two additional features:
11
+
* The ability to pull code from private repos over HTTPS (major shout out to @betobrandao for the majority of this code)
12
+
* The ability to disable the web server from running via a new command-line switch "noweb"
13
+
10
14
Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github. Gitrob will clone repositories belonging to a user or organization down to a configurable depth and iterate through the commit history and flag files that match signatures for potentially sensitive files. The findings will be presented through a web interface for easy browsing and analysis.
11
15
12
16
## Usage
@@ -36,6 +40,8 @@ Gitrob is a tool to help find potentially sensitive files pushed to public repos
36
40
Suppress all output except for errors
37
41
-threads int
38
42
Number of concurrent threads (default number of logical CPUs)
43
+
-noweb
44
+
Will not start the web server to display results (will exit immediately after display results)
0 commit comments