Skip to content

Commit

Permalink
Fix various rel links
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Dec 16, 2023
1 parent 0f26ad1 commit 26aad81
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/sliver-docs/pages/docs/md/Aliases and Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Sliver - 3rd Party extensions:

To write a new alias, one must either create a shared library or a .NET assembly, then write a manifest file compliant with the description above.

As the alias support relies on Sliver side loading capabilities, please make sure to read the [Using 3rd party tools](/docs?name=Using-3rd-party-tools) section, to understand how shared libraries are loaded on all platforms.
As the alias support relies on Sliver side loading capabilities, please make sure to read the [Using 3rd party tools](/docs?name=Third+Party+Tools) section, to understand how shared libraries are loaded on all platforms.

## Extensions

Expand Down
2 changes: 1 addition & 1 deletion docs/sliver-docs/pages/docs/md/Daemon Mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ $ cat ~/.sliver/configs/server.json

#### systemd

With this config you can easily setup a [systemd service](https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/) or init script. See the [Linux install script](/docs?name=Linux-Install-Script) for an example.
With this config you can easily setup a [systemd service](https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/) or init script. See the [Linux install script](/docs?name=Linux+Install+Script) for an example.
2 changes: 1 addition & 1 deletion docs/sliver-docs/pages/docs/md/Multi-player Mode.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Multiplayer-mode allows multiple operators (players) to connect to the same Sliver server and collaborate on engagements. The easiest way to setup a server for multiplayer is to use the [Linux install script](/docs?name=Linux-Install-Script) which will configure the server as a systemd service. However, any Sliver server binary supports multiplayer mode.
Multiplayer-mode allows multiple operators (players) to connect to the same Sliver server and collaborate on engagements. The easiest way to setup a server for multiplayer is to use the [Linux install script](/docs?name=Linux+Install+Script) which will configure the server as a systemd service. However, any Sliver server binary supports multiplayer mode.

```
┌──────────────────┐ C2
Expand Down
2 changes: 1 addition & 1 deletion docs/sliver-docs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Home() {
src="/asciinema/intro.cast"
rows="18"
cols="75"
idleTimeLimit={2}
idleTimeLimit={20}
preload={true}
autoPlay={true}
loop={true}
Expand Down
2 changes: 1 addition & 1 deletion docs/sliver-docs/public/asciinema/intro.cast
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
[3.122345, "o", "\u001b[m"]
[3.12272, "o", "\u001b[31m\r\n \t ██████ ██▓ ██▓ ██▒ █▓▓█████ ██▀███\r\n\t▒██ ▒ ▓██▒ ▓██▒▓██░ █▒▓█ ▀ ▓██ ▒ ██▒\r\n\t░ ▓██▄ ▒██░ ▒██▒ ▓██ █▒░▒███ ▓██ ░▄█ ▒\r\n\t ▒ ██▒▒██░ ░██░ ▒██ █░░▒▓█ ▄ ▒██▀▀█▄\r\n\t▒██████▒▒░██████▒░██░ ▒▀█░ ░▒████▒░██▓ ▒██▒\r\n\t▒ ▒▓▒ ▒ ░░ ▒░▓ ░░▓ ░ ▐░ ░░ ▒░ ░░ ▒▓ ░▒▓░\r\n\t░ ░▒ ░ ░░ ░ ▒ ░ ▒ ░ ░ ░░ ░ ░ ░ ░▒ ░ ▒░\r\n\t░ ░ ░ ░ ░ ▒ ░ ░░ ░ ░░ ░\r\n\t\t ░ ░ ░ ░ ░ ░ ░ ░\r\n"]
[3.124753, "o", "\u001b[0m\r\nAll hackers gain jump-start\r\n\u001b[1m\u001b[36m[*] \u001b[0mServer v1.5.41 - f2a3915c79b31ab31c0c2f0428bbd53d9e93c54b\r\n\u001b[1m\u001b[36m[*] \u001b[0mWelcome to the sliver shell, please type 'help' for options\r\n\r\n\u001b[0m\u001b[J\u001b[2K\r\u001b[m\r\u001b[2K\u001b[1m[server] \u001b[0m\u001b[4msliver\u001b[0m > \u001b[0m \b"]
[5.29313, "o", "\u001b[J\u001b[2K\r"]
[20.29313, "o", "\u001b[J\u001b[2K\r"]

0 comments on commit 26aad81

Please sign in to comment.