diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-26 13:06:48 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-26 13:06:48 -0500 |
| commit | 639e50050702d094a9464cf263995f7f19079eaf (patch) | |
| tree | cd6502f6d5af67e5a887474ed3225af37a20cd02 /readme.md | |
| parent | 9bd432b5de3592f89d885deaff953418822acaa9 (diff) | |
| download | rshsh-master.tar.gz rshsh-master.tar.xz | |
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
