Skip to content

Commit 46f5599

Browse files
authored
Merge branch 'master' into master
2 parents afa9d83 + e4b64e1 commit 46f5599

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The server and client support MacOS, Windows, and Linux. Implants are supported
88

99
# v1.6.0 / `master`
1010

11-
**NOTE:** You are looking the latest master branch of Sliver v1.6.0; new PRs should target this branch. However, this branch is NOT RECOMMENDED for production use yet. Please use release tagged versions for the best experience.
11+
**NOTE:** You are looking at the latest master branch of Sliver v1.6.0; new PRs should target this branch. However, this branch is NOT RECOMMENDED for production use yet. Please use release tagged versions for the best experience.
1212

1313
For PRs containing bug fixes specific to Sliver v1.5, please target the [`v1.5.x/master` branch](https://github.com/BishopFox/sliver/tree/v1.5.x/master).
1414

@@ -47,7 +47,7 @@ See the [wiki](https://sliver.sh/docs?name=Compile+from+Source).
4747

4848
### Feedback
4949

50-
Please take a moment and fill out [our survey](https://forms.gle/SwVsHFNh24ChG58C6)
50+
Please take a moment and fill out [our survey](https://forms.gle/SwVsHFNh24ChG58C6).
5151

5252
### License - GPLv3
5353

docs/sliver-docs/pages/docs/md/Community Guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
### Blogs
1616

1717
- https://bishopfox.com/blog/passing-the-osep-exam-using-sliver
18-
- https://notateamserver.xyz/sliver-101/
18+
- https://notateamserver.xyz/blog/sliver-101/
1919
- https://dominicbreuker.com/post/learning_sliver_c2_01_installation/
2020
- https://vk9-sec.com/how-to-set-up-use-c2-sliver/
2121
- https://0x90-1.gitbook.io/sliver/

docs/sliver-docs/pages/docs/md/Compile from Source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ $ make macos
120120
$ make macos-arm64
121121
$ make linux
122122
$ make linux-arm64
123-
$ make windows
123+
$ make windows-amd64
124124
```
125125

126126
### Docker Build
@@ -140,4 +140,4 @@ The Docker build includes mingw and Metasploit, so it can take a while to build
140140
- Kali/Ubuntu/Debian `sudo apt install mingw-w64`
141141
- MacOS `brew install mingw-w64`
142142

143-
If all you have is a Windows machine, the easiest way to build Sliver is using [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) and following the Linux/cross-compile instructions above. To cross-compile a native Windows binary use `make windows` and copy it to your Windows file system (i.e. `/mnt/c/Users/foo/Desktop`) and run it using a terminal that supports ANSI sequences such as the [Windows Terminal](https://github.com/microsoft/terminal).
143+
If all you have is a Windows machine, the easiest way to build Sliver is using [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) and following the Linux/cross-compile instructions above. To cross-compile a native Windows binary use `make windows-amd64` and copy it to your Windows file system (i.e. `/mnt/c/Users/foo/Desktop`) and run it using a terminal that supports ANSI sequences such as the [Windows Terminal](https://github.com/microsoft/terminal).

0 commit comments

Comments
 (0)