Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -12,18 +12,22 @@ source: https://github.com/tldr-pages/tldr.git
`msfconsole`
- Launch the console [q]uietly without any banner:
- Launch the console quietly without any banner:
`msfconsole --quiet`
`msfconsole {{[-q|--quiet]}}`
- Do [n]ot enable database support:
- Do not enable database support:
`msfconsole --no-database`
`msfconsole {{[-n|--no-database]}}`
- E[x]ecute console commands (Note: use `;` for passing multiple commands):
- Execute console commands (Note: use `;` for passing multiple commands):
`msfconsole --execute-command "{{use auxiliary/server/capture/ftp; set SRVHOST 0.0.0.0; set SRVPORT 21; run}}"`
`msfconsole {{[-x|--execute-command]}} "{{use auxiliary/server/capture/ftp; set SRVHOST 0.0.0.0; set SRVPORT 21; run}}"`
- Display [v]ersion:
- Display help:
`msfconsole --version`
`msfconsole {{[-h|--help]}}`
- Display version:
`msfconsole {{[-v|--version]}}`