add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# msfconsole
> Metasploit框架的控制台。
> 更多信息请访问:<https://docs.rapid7.com/metasploit/msf-overview>。
- 启动控制台:
`msfconsole`
- 安静地启动控制台,不显示任何横幅:
`msfconsole --quiet`
- 不启用数据库支持:
`msfconsole --no-database`
- 执行控制台命令(注意:使用 `;` 来传递多个命令):
`msfconsole --execute-command "{{use auxiliary/server/capture/ftp; set SRVHOST 0.0.0.0; set SRVPORT 21; run}}"`
- 显示版本:
`msfconsole --version`