HawkScan Releases
StackHawk is a dynamic application security testing (DAST) tool built for developers. It has two parts – the HawkScan Scanner and the StackHawk Platform. The scanner can run anywhere - a laptop, a server, Kubernetes, or in the software delivery pipeline. It can be installed and run from different installers, or used with the additionally listed software.
These are the current latest and development releases of HawkScan.
HawkScan 4.4.0
January 29 2025macos .pkg
File Size: 451mbOS Required: macos
sha256
d7957eb57e23feaa6f4ffda6399527a7a83f91801653d574f23f13c7fc012dea
The HawkScan PKG installer is for Apple MacOS users to perform dynamic application security tests.
windows .msi
File Size: 455mbOS Required: windows
sha256
4cc1fd68853647531d0d3bdb86c2180f8fd03b0f79979894f09779a7a116bee1
The HawkScan MSI installer is for Microsoft Windows users to perform dynamic application security tests.
hawk 4.4.0 .zip
File Size: 388mbRequired Java: 17+
sha256
9a1fbca3523261f884eabeca25cf27eae09637d63e74855bd88bee891cd06fe7
The HawkScan CLI is a tool for performing dynamic application security tests.
hawkscript-sdk-4.4.0.zip
File Size: 537mbRequired Java: 17+
sha256
2f356251634cf1532d14b13e2e0af25d1c1c9e05af3d18a991851692b5772057
The Hawk Scripting SDK is to assist engineers in customizing HawkScan.
Dev Release 4.4.5
March 15 2025This is the development release of HawkScan. These assets may include new features or breaking changes.
macos .pkg
File Size: 441mbOS Required: macos
sha256
7f766d1ffb7cfdea37a8569490ffd68767e3289c0a1066ff894456aeed5be581
windows .msi
File Size: 443mbOS Required: windows
sha256
2bce938c6dd5bae833da28377d1e2f2a8762d71378950f7b9ae4bf6de3805cb2
hawk 4.4.5 .zip
File Size: 377mbRequired Java: 17+
sha256
d4a9c7f10a5d9450e29cad200f387ddf033d389b716055a53cb20ce29cffbd1a
hawkscript-sdk-4.4.5.zip
File Size: 545mbRequired Java: 17+
sha256
8f6433538d19e71fdf20323524f84dbd134816d90c2d27ea540aee20f0d509aa
HawkScan on the Command Line
Get HawkScan onto your machine just the way you like it. The latest version of HawkScan can be found here:
https://api.stackhawk.com/hawkscan/version
Use any of the following scripts to install the latest HawkScan 4.4.0 on your respective platform.
docker pull stackhawk/hawkscan:latest
curl -v https://download.stackhawk.com/hawk/pkg/hawk-4.4.0.pkg -o hawk.pkg && installer -pkg hawk.pkg -target /Applications
msiexec.exe /i https://download.stackhawk.com/hawk/msi/hawk-4.4.0.msi /passive
curl -v https://download.stackhawk.com/hawk/cli/hawk-4.4.0.zip -o hawk-4.4.0.zip && unzip hawk-4.4.0.zip
HawkScan in the Pipeline
HawkScan is purpose built to run and find vulnerabilities in development, preprod and test environments. Use our dedicated CICD marketplace integrations to employ HawkScan as part of the application development process.