We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3799fd commit 04dc223Copy full SHA for 04dc223
README.md
@@ -18,6 +18,18 @@
18
<a href="#workflow">Workflow</a>
19
</p>
20
21
+## Prerequisites
22
+Before installing gitrepoenum, ensure you have:
23
+
24
+```
25
+TruffleHog (for vulnerability scanning):
26
+git clone https://github.com/trufflesecurity/trufflehog.git
27
+cd trufflehog; go install
28
29
+Notify (for Discord notifications):
30
+go install -v github.com/projectdiscovery/notify/cmd/notify@latest
31
32
33
## Installation
34
```
35
go install github.com/rix4uni/gitrepoenum@latest
0 commit comments