윈도우 choco install nmap

choco install nmap
윈도우 nmap 설치

1 확인[ | ]

C:\Users\user1>nmap
'nmap'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

2 설치[ | ]

C:\Windows\system32>choco install nmap
Chocolatey v0.10.7
Installing the following packages:
nmap
By installing you accept licenses for the packages.
Progress: Downloading chocolatey-core.extension 1.3.1... 100%
Progress: Downloading nmap 7.50... 100%

chocolatey-core.extension v1.3.1 [Approved]
chocolatey-core.extension package files install completed. Performing other installation steps.
 Installed/updated chocolatey-core extensions.
 The install of chocolatey-core.extension was successful.
  Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-core'

nmap v7.50 [Approved]
nmap package files install completed. Performing other installation steps.
The package nmap wants to run 'chocolateyInstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider:
choco feature enable -n allowGlobalConfirmation
Do you want to run the script?([Y]es/[N]o/[P]rint): y
Installing nmap...
nmap has been installed.
nmap installed to 'C:\Program Files (x86)\Nmap'
  nmap may be able to be automatically uninstalled.
Environment Vars (like PATH) have changed. Close/reopen your shell to
 see the changes (or in powershell/cmd.exe just type `refreshenv`).
 The install of nmap was successful.
  Software installed as 'exe', install location is likely default.

Chocolatey installed 2/2 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

3 확인 2[ | ]

C:\Users\user1>choco list nmap
Chocolatey v0.10.7
nmap 7.50 [Approved]
jivkok.tools 1.1.0.7 - Possibly broken
2 packages found.
C:\Users\user1>nmap -V

Nmap version 7.50 ( https://nmap.org )
Platform: i686-pc-windows-windows
Compiled with: nmap-liblua-5.3.3 openssl-1.0.2l nmap-libpcre-7.6 Npcap-0.91 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: iocp poll select

4 같이 보기[ | ]

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