Downloads

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 2025
Change log
macos .pkg
File Size: 451mb
OS Required: macos
sha256 d7957eb57e23feaa6f4ffda6399527a7a83f91801653d574f23f13c7fc012dea

The HawkScan PKG installer is for Apple MacOS users to perform dynamic application security tests.

windows .msi
File Size: 455mb
OS 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: 388mb
Required Java: 17+
sha256 9a1fbca3523261f884eabeca25cf27eae09637d63e74855bd88bee891cd06fe7

The HawkScan CLI is a tool for performing dynamic application security tests.

hawkscript-sdk-4.4.0.zip
File Size: 537mb
Required Java: 17+
sha256 2f356251634cf1532d14b13e2e0af25d1c1c9e05af3d18a991851692b5772057

The Hawk Scripting SDK is to assist engineers in customizing HawkScan.

openapi-helper-4.4.0.zip
File Size: 54mb
Required Java: 17+
sha256 05f1adfc2c399f8436ac8dcd397a7c82a32f1bdc40ca4a55fd780965bd965db9

A tool to help analyze and manipulate OpenAPI specifications.

Dev Release 4.4.5

March 15 2025

This is the development release of HawkScan. These assets may include new features or breaking changes.

macos .pkg
File Size: 441mb
OS Required: macos
sha256 7f766d1ffb7cfdea37a8569490ffd68767e3289c0a1066ff894456aeed5be581
windows .msi
File Size: 443mb
OS Required: windows
sha256 2bce938c6dd5bae833da28377d1e2f2a8762d71378950f7b9ae4bf6de3805cb2
hawk 4.4.5 .zip
File Size: 377mb
Required Java: 17+
sha256 d4a9c7f10a5d9450e29cad200f387ddf033d389b716055a53cb20ce29cffbd1a
hawkscript-sdk-4.4.5.zip
File Size: 545mb
Required Java: 17+
sha256 8f6433538d19e71fdf20323524f84dbd134816d90c2d27ea540aee20f0d509aa
openapi-helper-4.4.5.zip
File Size: 60mb
Required Java: 17+
sha256 223519b00dc9a6399e76667f03d3e00b208ff1661e701d8e1b3a089983af509c

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.