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

(새 문서: ;윈도우 nmap 설치 ==방법== * https://nmap.org/download.html#windows 접속 * nmap-7.40-setup.exe 클릭하여 다운로드(25.8MB) * nmap-7.40-setup.exe 실행 Next 신공 ==...)
 
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 설치]]
* [[리눅스 nmap 설치]]

2017년 5월 12일 (금) 18:46 판

윈도우 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 같이 보기

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