aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-12-26 13:06:48 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-12-26 13:06:48 -0500
commit639e50050702d094a9464cf263995f7f19079eaf (patch)
treecd6502f6d5af67e5a887474ed3225af37a20cd02 /readme.md
parent9bd432b5de3592f89d885deaff953418822acaa9 (diff)
downloadrshsh-639e50050702d094a9464cf263995f7f19079eaf.tar.gz
rshsh-639e50050702d094a9464cf263995f7f19079eaf.tar.xz
Add an option for embedded socat in the clientHEADmaster
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 7312a11..7c266c0 100644
--- a/readme.md
+++ b/readme.md
@@ -31,6 +31,13 @@ $ ./genclient.sh > /tmp/client.sh
And you can `scp` it off to your other boxes or whatever. Even copy and
paste works.
+## Building static socat
+
+In the `socat` directory there's a `build.sh` that can be used to build
+a statically linked socat binary.
+
+There's a script `genclient-embed.sh` which can then be used to generate a
+client script that has socat embedded.
## Attaching to a connected reverse shell