Skip to content

Commit

Permalink
Update chocolateyinstall.ps1 for metasploit.vm (#612)
Browse files Browse the repository at this point in the history
* Update chocolateyinstall.ps1 for metasploit.vm

* Update metasploit.vm.nuspec

---------

Co-authored-by: Moritz <[email protected]>
  • Loading branch information
tylerwhardy and mr-tz authored Aug 7, 2023
1 parent 24d4a38 commit 5947fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/metasploit.vm/metasploit.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>metasploit.vm</id>
<version>6.3.25.20230713</version>
<version>6.3.29.20230807</version>
<authors>Rapid7</authors>
<description>A computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/metasploit.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ try {
$category = 'Command & Control'

$exeUrl = 'https://windows.metasploit.com/metasploitframework-latest.msi'
$exeSha256 = '96a505d2e72ed2fbab63187c33bc694396649d0d88ae1fb54b2c01c3f583c06e'
$exeSha256 = '2ED5A4F9E63929FA468B014515B906473AB2E540BD212C5EE19B98DCF6738169'
# can't install to specified path.
$toolDir = Join-Path ${Env:SystemDrive} "metasploit-framework"
$binDir = Join-Path $toolDir "bin"
Expand All @@ -15,4 +15,4 @@ try {

} catch {
VM-Write-Log-Exception $_
}
}

0 comments on commit 5947fb1

Please sign in to comment.