Skip to content

Commit

Permalink
Tylerwhardy metasploit patch 2 (#631)
Browse files Browse the repository at this point in the history
* Update metasploit.vm.nuspec

Update to latest version

* Update chocolateyinstall.ps1

Update to latest file hash
  • Loading branch information
tylerwhardy authored Aug 11, 2023
1 parent fa20fe8 commit 8fd0a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/metasploit.vm/metasploit.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>metasploit.vm</id>
<version>6.3.29.20230807</version>
<version>6.3.30.20230811</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>
<description>A computer security project that provides information about security vulnerabilities, aids in penetration testing, and IDS signature development.</description>
<dependencies>
<dependency id="common.vm" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 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 = '2ED5A4F9E63929FA468B014515B906473AB2E540BD212C5EE19B98DCF6738169'
$exeSha256 = '470039711E182C4551169A776AFC8C10B4BAEA1600334449998894B2D725D49A'
# can't install to specified path.
$toolDir = Join-Path ${Env:SystemDrive} "metasploit-framework"
$binDir = Join-Path $toolDir "bin"
Expand Down

0 comments on commit 8fd0a15

Please sign in to comment.