콘텐츠로 이동

Nmap 명령

모든 플랫폼에서 네트워크 발견 및 보안 감사에 대한 포괄적 인 Nmap 명령 및 워크플로우.

설치하기

리눅스/Ubuntu

카지노사이트

맥 OS

카지노사이트

윈도우

카지노사이트

기본 명령

| | Command | Description | | | --- | --- | | | nmap --help | Show help information | | | | nmap --version | Display version information | | | | nmap -h <target> | Basic scan of target | | | | nmap -v <target> | Verbose scan of target | | | | nmap -o <file> | Save output to file | | | | nmap -i <input> | Read input from file | | | | nmap -p <port> | Specify port number | | | | nmap -t <timeout> | Set timeout value | |

고급 명령

| | Command | Description | | | --- | --- | | | nmap -A <target> | Aggressive scan mode | | | | nmap -sS <target> | Stealth SYN scan | | | | nmap -sU <target> | UDP scan | | | | nmap -O <target> | OS detection | | | | nmap -sV <target> | Version detection | | | | nmap --script <script> | Run NSE scripts | | | | nmap -T4 <target> | Timing template | | | | nmap -f <target> | Fragment packets | |

제품 설명

| | Command | Description | | | --- | --- | | | nmap config --list | Show current configuration | | | | nmap config --set <key> <value> | Set configuration value | | | | nmap config --get <key> | Get configuration value | | | | nmap config --unset <key> | Remove configuration value | | | | nmap config --global <key> <value> | Set global configuration | |

일반적인 사용 사례

네트워크 스캔

카지노사이트

취약점 평가

카지노사이트

문제 해결

| | Issue | Solution | | | --- | --- | | | Command not found | Ensure nmap is installed and in PATH | | | | Permission denied | Use sudo or check file permissions | | | | Connection timeout | Check network connectivity and firewall | | | | Invalid syntax | Verify command syntax and parameters | | | | Version conflicts | Update to latest version or check compatibility | |

팁과 트릭

  • 사용 nmap --help 명령 별 도움말
  • check nmap --version 설치 확인
  • 빠른 명령 입력을 위한 탭 완료
  • 자주 사용되는 명령에 대한 별명 만들기
  • 최신 버전으로 업데이트된 nmap

관련 도구

  • Nmap - 네트워크 발견 및 보안 감사
  • Metasploit - 침투 테스트 프레임 워크
  • Burp Suite - 웹 애플리케이션 보안 테스트
  • Wireshark - 네트워크 프로토콜 분석기

지원하다


마지막 업데이트: 2025-07-05| GitHub에서 진행