@@ -37,9 +37,9 @@ go install github.com/rix4uni/gitrepoenum@latest
3737
3838## Download prebuilt binaries
3939```
40- wget https://github.com/rix4uni/gitrepoenum/releases/download/v0.0.2 /gitrepoenum-linux-amd64-0.0.2 .tgz
41- tar -xvzf gitrepoenum-linux-amd64-0.0.2 .tgz
42- rm -rf gitrepoenum-linux-amd64-0.0.2 .tgz
40+ wget https://github.com/rix4uni/gitrepoenum/releases/download/v0.0.3 /gitrepoenum-linux-amd64-0.0.3 .tgz
41+ tar -xvzf gitrepoenum-linux-amd64-0.0.3 .tgz
42+ rm -rf gitrepoenum-linux-amd64-0.0.3 .tgz
4343mv gitrepoenum ~/go/bin/gitrepoenum
4444```
4545Or download [ binary release] ( https://github.com/rix4uni/gitrepoenum/releases ) for your platform.
@@ -58,7 +58,7 @@ cd gitrepoenum; go install
5858 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
5959 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
6060/____/ /_/
61- Current gitrepoenum version v0.0.2
61+ Current gitrepoenum version v0.0.3
6262
6363A longer description of your application.
6464
@@ -100,7 +100,7 @@ Use "gitrepoenum [command] --help" for more information about a command.
100100 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
101101 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
102102/____/ /_/
103- Current gitrepoenum version v0.0.2
103+ Current gitrepoenum version v0.0.3
104104
105105Examples :
106106$ echo "IBM" | gitrepoenum org -c -o output.json
@@ -133,7 +133,7 @@ Flags:
133133 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
134134 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
135135/____/ /_/
136- Current gitrepoenum version v0.0.2
136+ Current gitrepoenum version v0.0.3
137137
138138Examples :
139139$ echo "IBM" | gitrepoenum member -c -o output.json
@@ -166,7 +166,7 @@ Flags:
166166 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
167167 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
168168/____/ /_/
169- Current gitrepoenum version v0.0.2
169+ Current gitrepoenum version v0.0.3
170170
171171Fetch GitHub repositories of a single USER or multiple USERS using a list of usernames
172172
@@ -201,7 +201,7 @@ Flags:
201201 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
202202 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
203203/____/ /_/
204- Current gitrepoenum version v0.0.2
204+ Current gitrepoenum version v0.0.3
205205
206206Clone Git repositories and customize the directory name to username-repositoryname with an option to clone in parallel.
207207
@@ -235,7 +235,7 @@ Flags:
235235 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
236236 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
237237/____/ /_/
238- Current gitrepoenum version v0.0.2
238+ Current gitrepoenum version v0.0.3
239239
240240This command retrieves git commit logs based on date and time parameters.
241241
@@ -279,7 +279,7 @@ Flags:
279279 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
280280 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
281281/____/ /_/
282- Current gitrepoenum version v0.0.2
282+ Current gitrepoenum version v0.0.3
283283
284284This command fetches code from multiple commits based on a list in commits.txt for each repository.
285285
@@ -308,7 +308,7 @@ Flags:
308308 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
309309 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
310310/____/ /_/
311- Current gitrepoenum version v0.0.2
311+ Current gitrepoenum version v0.0.3
312312
313313This command scans multiple repositories for vulnerabilities using TruffleHog
314314and saves the results in the specified output directory.
@@ -339,7 +339,7 @@ Flags:
339339 / /_/ // // /_ / / / __// /_/ // /_/ // __// / / // /_/ // / / / / /
340340 \__, //_/ \__//_/ \___// .___/ \____/ \___//_/ /_/ \__,_//_/ /_/ /_/
341341/____/ /_/
342- Current gitrepoenum version v0.0.2
342+ Current gitrepoenum version v0.0.3
343343
344344A comprehensive tool to monitor GitHub organizations, users, and members
345345for potential leaks and vulnerabilities using trufflehog scanning.
0 commit comments