diff --git a/usage.md b/usage.md index babba23..702f705 100644 --- a/usage.md +++ b/usage.md @@ -1,14 +1,15 @@ # `fileless-xec` use cases and examples -* [`curl | sh` for binaries](#curl---sh--for-binaries) -* [Execute binary with stdout/stdin](#execute-binary-with-stdout-stdin) -* [Execute binary with arguments](#execute-binary-with-arguments) -* [`fileless-xec` self remove](#fileless-xec--self-remove) -* ["Remote go": execute go binaries without having go installed locally](#-remote-go---execute-go-binaries-without-having-go-installed-locally) -* [Bypass firewall with HTTP3](#bypass-firewall-with-http3) -* [Execute a shell script](#execute-a-shell-script) -* [`fileless-xec` server mode](#fileless-xec--server-mode) -* [`fileless-xec` on windows](#fileless-xec--on-windows) + + - [`curl | sh` for binaries](#curl--sh-for-binaries) + - [Execute binary with stdout/stdin](#execute-binary-with-stdoutstdin) + - [Execute binary with arguments](#execute-binary-with-arguments) + - [`fileless-xec` self remove](#fileless-xec-self-remove) + - ["Remote go": execute go binaries without having go installed locally](#remote-go-execute-go-binaries-without-having-go-installed-locally) + - [Bypass firewall with HTTP3](#bypass-firewall-with-http3) + - [Execute a shell script](#execute-a-shell-script) + - [`fileless-xec` server mode](#fileless-xec-server-mode) + - [`fileless-xec` on windows](#fileless-xec-on-windows) ## `curl | sh` for binaries