Skip to content

Commit

Permalink
Merge pull request #1115 from erik4711/main
Browse files Browse the repository at this point in the history
Added static download link for NetworkMiner 2.9
  • Loading branch information
emtuls authored Aug 9, 2024
2 parents 15e3b3e + a2a3413 commit 34d5491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/networkminer.vm/networkminer.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>networkminer.vm</id>
<version>2.9.0</version>
<version>2.9.0.20240809</version>
<authors>Netresec</authors>
<description>NetworkMiner is an open source Network Forensic Analysis Tool for Windows, but also works in Linux or Mac OS X. NetworkMiner can be used as a passive network sniffer in order to detect operating systems, sessions, hostnames, open ports etc. without putting any traffic on the network. NetworkMiner can also parse PCAP files for off-line analysis and to reassemble transmitted files and certificates from PCAP files.</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/networkminer.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'NetworkMiner'
$category = 'Networking'

$zipUrl = 'https://www.netresec.com/?download=NetworkMiner'
$zipUrl = 'https://download.netresec.com/networkminer/NetworkMiner_2-9.zip'
$zipSha256 = 'c610f6ba647ddd9c718e87018ee40595a4d72a52a6b3b7ceb53caf4fa8de6f05'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -innerFolder $true

0 comments on commit 34d5491

Please sign in to comment.