"윈도우 nmap 설치"의 두 판 사이의 차이

(새 문서: ;윈도우 nmap 설치 ==방법== * https://nmap.org/download.html#windows 접속 * nmap-7.40-setup.exe 클릭하여 다운로드(25.8MB) * nmap-7.40-setup.exe 실행 Next 신공 ==...)
 
잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(다른 사용자 한 명의 중간 판 3개는 보이지 않습니다)
5번째 줄: 5번째 줄:
* nmap-7.40-setup.exe 클릭하여 다운로드(25.8MB)
* nmap-7.40-setup.exe 클릭하여 다운로드(25.8MB)
* nmap-7.40-setup.exe 실행 Next 신공
* nmap-7.40-setup.exe 실행 Next 신공
==확인==
<source lang='doscon'>
C:\Users\Zetawiki>nmap
Nmap 7.40 ( https://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
  Can pass hostnames, IP addresses, networks, etc.
... (생략)
EXAMPLES:
  nmap -v -A scanme.nmap.org
  nmap -v -sn 192.168.0.0/16 10.0.0.0/8
  nmap -v -iR 10000 -Pn -p 80
SEE THE MAN PAGE (https://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES
</source>


==같이 보기==
==같이 보기==
* [[리눅스 nmap 설치]]
* [[CentOS nmap 설치]]
* [[우분투 nmap 설치]]
 
==참고==
* http://choboitstory.tistory.com/185

2017년 7월 20일 (목) 00:18 기준 최신판

윈도우 nmap 설치

1 방법[ | ]

2 확인[ | ]

C:\Users\Zetawiki>nmap
Nmap 7.40 ( https://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION:
  Can pass hostnames, IP addresses, networks, etc.
... (생략)
EXAMPLES:
  nmap -v -A scanme.nmap.org
  nmap -v -sn 192.168.0.0/16 10.0.0.0/8
  nmap -v -iR 10000 -Pn -p 80
SEE THE MAN PAGE (https://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}