mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 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`