Skip to content

Commit 1c29c4e

Browse files
committed
Update README.md
1 parent d6ac8df commit 1c29c4e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4343
mv gitrepoenum ~/go/bin/gitrepoenum
4444
```
4545
Or 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

6363
A 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

105105
Examples:
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

138138
Examples:
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

171171
Fetch 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

206206
Clone 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

240240
This 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

284284
This 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

313313
This command scans multiple repositories for vulnerabilities using TruffleHog
314314
and 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

344344
A comprehensive tool to monitor GitHub organizations, users, and members
345345
for potential leaks and vulnerabilities using trufflehog scanning.

0 commit comments

Comments
 (0)