mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
Add Nmap/Zenmap
This commit is contained in:
parent
8b8bc688af
commit
f5a94f7e51
26
nmap.json
Normal file
26
nmap.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://nmap.org",
|
||||||
|
"version": "7.31",
|
||||||
|
"license": "https://svn.nmap.org/nmap/COPYING",
|
||||||
|
"url": "https://nmap.org/dist/nmap-7.31-setup.exe",
|
||||||
|
"hash": "A11E24D481C3CCBDC7AD30AF36F27B1557E5C94CCAC410BB0829EE82DCD3FD9E",
|
||||||
|
"extract_dir": "nmap",
|
||||||
|
"installer": {
|
||||||
|
"args": "/S /D=$dir"
|
||||||
|
},
|
||||||
|
"uninstaller": {
|
||||||
|
"file": "Uninstall.exe",
|
||||||
|
"args": "/S"
|
||||||
|
},
|
||||||
|
"env_add_path": "bin",
|
||||||
|
"bin": [
|
||||||
|
"nmap.exe",
|
||||||
|
"ncat.exe",
|
||||||
|
"ndiff.exe",
|
||||||
|
"zenmap.exe",
|
||||||
|
"nping.exe"
|
||||||
|
],
|
||||||
|
"shortcuts" : [
|
||||||
|
[ "zenmap.exe" , "Zenmap"]
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user