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
+5-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ Sliver is a general purpose cross-platform implant framework that supports C2 ov
18
18
* Procedurally generated C2 over HTTP
19
19
* Let's Encrypt integration
20
20
21
+
### Getting Started
22
+
23
+
Download the latest [release](https://github.com/BishopFox/sliver/releases) and see the Sliver [wiki](https://github.com/BishopFox/sliver/wiki/Getting-Started) for a quick tutorial on basic setup and usage.
24
+
21
25
### Source Code
22
26
23
27
The source code repo contains the following directories:
@@ -31,4 +35,4 @@ The source code repo contains the following directories:
31
35
32
36
### Compile From Source
33
37
34
-
Do a `git clone` of the Sliver repo and then run the `build.py` script (also requires Docker), or for details see the [wiki](https://github.com/BishopFox/sliver/wiki/Compile-From-Source).
38
+
Do a `git clone` of the Sliver repo into your local `$GOPATH/github.com/bishopfox/sliver`and then run the `build.py` script (requires Docker), or for details see the [wiki](https://github.com/BishopFox/sliver/wiki/Compile-From-Source).
0 commit comments