1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:26:02 +02:00
tldr/pages.ko/common/msfconsole.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

543 B

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