Skip to content

Commit

Permalink
AU: 2 updated - nmap virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 21, 2016
1 parent 60175b6 commit a0cd30e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
20 changes: 10 additions & 10 deletions automatic/nmap/nmap.nuspec
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>nmap</id>
<version>7.31.0.20161213</version>
<version>7.40</version>
<title>Nmap</title>
<authors>Fyodor</authors>
<owners>chocolatey zippy1981 ferventcoder</owners>
<licenseUrl>http://nmap.org/svn/COPYING</licenseUrl>
<projectUrl>http://nmap.org/</projectUrl>
<projectSourceUrl>https://svn.nmap.org/</projectSourceUrl>
<iconUrl>https://rawgit.com/chocolatey/chocolatey-coreteampackages/a0850d2be498cbb87f9f0fd7c84bc1eafd4e58ba/icons/nmap.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a0850d2be498cbb87f9f0fd7c84bc1eafd4e58ba/icons/nmap.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).

## Features

- Host discovery Identifying hosts on a network. For example, listing the hosts that respond to TCP and/or ICMP requests or have a particular port open.
- Port scanning Enumerating the open ports on target hosts.
- Version detection Interrogating network services on remote devices to determine application name and version number.
- OS detection Determining the operating system and hardware characteristics of network devices.
- Scriptable interaction with the target using Nmap Scripting Engine (NSE) and Lua programming language.
- Host discovery – Identifying hosts on a network. For example, listing the hosts that respond to TCP and/or ICMP requests or have a particular port open.
- Port scanning – Enumerating the open ports on target hosts.
- Version detection – Interrogating network services on remote devices to determine application name and version number.
- OS detection – Determining the operating system and hardware characteristics of network devices.
- Scriptable interaction with the target – using Nmap Scripting Engine (NSE) and Lua programming language.
</description>
<releaseNotes>https://nmap.org/changelog.html#7.31</releaseNotes>
<releaseNotes>https://nmap.org/changelog.html#7.40</releaseNotes>
<copyright>Copyright 1996-2016</copyright>
<tags>nmap foss cross-platform port scanner network infosec</tags>
<docsUrl>https://nmap.org/docs.html</docsUrl>
Expand All @@ -34,4 +34,4 @@
<file src="tools\**" target="tools" />
</files>
</package>
<!-- character encoding: “UTF-8” -->
<!-- character encoding: “UTF-8” -->
8 changes: 4 additions & 4 deletions automatic/nmap/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERIFICATION
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Expand All @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://nmap.org/dist/nmap-7.31-setup.exe
x32: https://nmap.org/dist/nmap-7.40-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: A11E24D481C3CCBDC7AD30AF36F27B1557E5C94CCAC410BB0829EE82DCD3FD9E
checksum32: C262DA5D2D19425C46FC0C1A3A029EC818B4CC5F9682704559EA25B7D9AB9D72

Using AU:

Get-RemoteChecksum https://nmap.org/dist/nmap-7.31-setup.exe
Get-RemoteChecksum https://nmap.org/dist/nmap-7.40-setup.exe

File 'COPYING' is obtained from:
https://svn.nmap.org/nmap-releases/nmap-7.31/COPYING
2 changes: 1 addition & 1 deletion automatic/nmap/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$fileType = 'exe'
$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
Expand Down
14 changes: 7 additions & 7 deletions automatic/virtualbox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#https://www.virtualbox.org/manual/ch02.html#idm819
#https://www.virtualbox.org/manual/ch02.html#idm819

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1
Expand All @@ -19,10 +19,10 @@ $silentArgs += if ($pp.NoRegister) { 'VBOX_REGISTERFILEEXTENSIONS=0';
$packageArgs = @{
packageName = 'virtualbox'
fileType = 'EXE'
url = 'http://download.virtualbox.org/virtualbox/5.1.10/VirtualBox-5.1.10-112026-Win.exe'
url64bit = 'http://download.virtualbox.org/virtualbox/5.1.10/VirtualBox-5.1.10-112026-Win.exe'
checksum = '24193297a1d6ed14450c9569955768421ec433e5f93a02a5aa9a8c9214a080ed'
checksum64 = '24193297a1d6ed14450c9569955768421ec433e5f93a02a5aa9a8c9214a080ed'
url = 'http://download.virtualbox.org/virtualbox/5.1.12/VirtualBox-5.1.12-112440-Win.exe'
url64bit = 'http://download.virtualbox.org/virtualbox/5.1.12/VirtualBox-5.1.12-112440-Win.exe'
checksum = '0cbdc245122fab090625bb3ec49f21f68c9bbad7d69e05e4a42b1a6ad1968b54'
checksum64 = '0cbdc245122fab090625bb3ec49f21f68c9bbad7d69e05e4a42b1a6ad1968b54'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = $silentArgs
Expand All @@ -38,8 +38,8 @@ if (!$installLocation) { Write-Warning "Can't find $packageName install locatio
if (!$pp.NoExtensionPack) {
Write-Host "Installing extension pack"

$url_ep = 'http://download.virtualbox.org/virtualbox/5.1.10/Oracle_VM_VirtualBox_Extension_Pack-5.1.10.vbox-extpack'
$checksum_ep = '3982657fd4853bcbc79b9162e618545a479b65aca08e9ced43a904aeeba3ffa5'
$url_ep = 'http://download.virtualbox.org/virtualbox/5.1.12/Oracle_VM_VirtualBox_Extension_Pack-5.1.12.vbox-extpack'
$checksum_ep = '03111380afb06122a494595e966dffe3e2779840e8698e27e80f87342b291286'
$file_path_ep = (Get-PackageCacheLocation) + '\' + ($url_ep -split '/' | select -Last 1)
Get-ChocolateyWebFile `
-PackageName 'virtualbox-extensionpack' `
Expand Down
6 changes: 3 additions & 3 deletions automatic/virtualbox/virtualbox.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>virtualbox</id>
<title>VirtualBox</title>
<version>5.1.10.20161207</version>
<version>5.1.12</version>
<authors>Oracle Corporation</authors>
<owners>chocolatey, Rob Reynolds, Mike Dellanoce</owners>
<summary>VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.</summary>
Expand All @@ -29,7 +29,7 @@ VirtualBox is a cross-platform virtualization application. It installs on existi
<copyright>Copyright (C) 2009-2016 Oracle Corporation</copyright>
<licenseUrl>https://www.virtualbox.org/wiki/VirtualBox_PUEL</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://rawgit.com/chocolatey/chocolatey-coreteampackages/c9f08adeb0cc2dcda323211894358e69d3af323c/icons/virtualbox.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/c9f08adeb0cc2dcda323211894358e69d3af323c/icons/virtualbox.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.0.4" />
</dependencies>
Expand Down

0 comments on commit a0cd30e

Please sign in to comment.