Skip to content

Commit fd3bdc8

Browse files
authored
Update README.md
1 parent 50ece81 commit fd3bdc8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
# Gitrob: Putting the Open Source in OSINT
99

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+
1014
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.
1115

1216
## Usage
@@ -36,6 +40,8 @@ Gitrob is a tool to help find potentially sensitive files pushed to public repos
3640
Suppress all output except for errors
3741
-threads int
3842
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)
3945
```
4046

4147
### Saving session to a file

0 commit comments

Comments
 (0)