Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Package update #634

Merged
merged 4 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>