Skip to content

Commit

Permalink
Update sqlrecon.vm to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Dec 9, 2024
1 parent 89c9e3e commit 262585d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>3.3</version>
<version>3.8</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/v3.3/SQLRecon.exe'
$exeSha256 = '934b069bb6d8e7b03747dc90a00c94df491d8e7b2d8955793c317ce9361b8e19'
$exeUrl = 'https://github.com/skahwah/SQLRecon/releases/download/v3.8/SQLRecon.exe'
$exeSha256 = '979e62d0b229c4e988ea4b655cd7d26a992c3eb1457c9418b6ac42ad79f4d756'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256

0 comments on commit 262585d

Please sign in to comment.