Skip to content

Commit

Permalink
Merge pull request #634 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
mr-tz authored Aug 17, 2023
2 parents 8fd0a15 + add2fbd commit 92663e0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/exiftool.vm/exiftool.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>exiftool.vm</id>
<version>12.64.0</version>
<version>12.65.0</version>
<authors>Phil Harvey</authors>
<description>A tool for reeding and writing file metadata</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="exiftool" version="[12.64.0]" />
<dependency id="exiftool" version="[12.65.0]" />
</dependencies>
</metadata>
</package>
Expand Down
4 changes: 2 additions & 2 deletions packages/notepadplusplus.vm/notepadplusplus.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>notepadplusplus.vm</id>
<version>8.5.4</version>
<version>8.5.5</version>
<description>Wrapper for Notepad++</description>
<authors>Don Ho</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="notepadplusplus" version="[8.5.4]" />
<dependency id="notepadplusplus" version="[8.5.5]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion packages/sqlrecon.vm/sqlrecon.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>sqlrecon.vm</id>
<version>2.2.2.20230418</version>
<version>3.3</version>
<authors>Sanjiv Kawa, Rasta Mouse</authors>
<description>MSSQL toolkit for reconnaissance and post-exploitation</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/sqlrecon.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 = 'SQLRecon'
$category = 'Exploitation'

$exeUrl = 'https://github.com/skahwah/SQLRecon/releases/download/v2.2.2/SQLRecon.exe'
$exeSha256 = '36efd1025ff8379d5b85904160e7dba7c59f4b180f1b03de2a72531c1e9b82cf'
$exeUrl = 'https://github.com/skahwah/SQLRecon/releases/download/v3.3/SQLRecon.exe'
$exeSha256 = '934b069bb6d8e7b03747dc90a00c94df491d8e7b2d8955793c317ce9361b8e19'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256
4 changes: 2 additions & 2 deletions packages/vnc-viewer.vm/vnc-viewer.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vnc-viewer.vm</id>
<version>7.5.1</version>
<version>7.6.0</version>
<authors>RealVNC</authors>
<description>Tool for connecting to and interacting with VNC servers.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vnc-viewer" version="[7.5.1]" />
<dependency id="vnc-viewer" version="[7.6.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit 92663e0

Please sign in to comment.