Outside-in testing
See the application the way an attacker does.
- Crawls web and single-page applications
- Tests REST and GraphQL APIs from their specifications
- Signed-in scanning with recorded login flows
HashGo ยท Dynamic application security testing
HashGo DAST probes your live web applications and APIs from the outside, signs in like a real user, and shows the request and response behind every finding.
In development. This page describes what we are building. Features may change before release.
Capabilities
Outside-in testing of live web apps and APIs, signed-in paths included, with the request behind every finding.
See the application the way an attacker does.
Every finding comes with what was sent and what came back.
Controls that keep testing inside the lines you draw.
How it works
Enter the URL or API specification and the login flow.
Choose hosts, paths, rate limits and a scan window.
The scanner crawls and tests the running application.
Review the evidence, fix, then replay to verify.
Coverage
SAST and DAST
HashGo SAST reads the code. HashGo DAST tests what is deployed. Most teams need both.
| HashGo SAST | HashGo DAST | |
|---|---|---|
| What it examines | Source code, without running it | The running application, from the outside |
| When it runs | On pull requests and in CI | Against staging or production |
| Typical findings | Injection, unsafe input handling, hardcoded secrets | Auth and session flaws, runtime injection, misconfiguration |
| Needs a deployed app | No | Yes |
Dynamic application security testing checks a running application from the outside by sending requests and studying the responses, the same way an attacker would.
Authentication and session weaknesses, injection that only shows at runtime, missing security headers, exposed debug endpoints and server misconfiguration.
Scans are designed to run with rate limits, scope rules and scan windows. Most teams start on staging and then schedule production scans.
Yes. SAST catches flaws in the code early, and DAST confirms how the deployed application behaves.
It is in development. Write to us for early access.
Tell us about your environment and we will reach out when early access opens.
The HashGo suite