Getting Started with Akto DAST (On-Prem)
Akto DAST (Dynamic Application Security Testing) can be deployed on-premise to scan and collect API endpoints from private/internal services that are not publicly accessible. This setup includes testing and browser automation services for comprehensive security testing.

Deployment Steps
Create a new instance with the following requirements
Platform
Linux
Spec
2 vCPU
4GB RAM
20GB Hard disk
Don't use burstable instances
Network
Private subnet
connectivity to internet (typically via NAT)
connectivity to your staging service
Security groups
Inbound - No ports required
Outbound - Open all
SSH into this new instance in your Cloud
Run
sudo su -Install docker and docker-compose.
Create a
.envfile with the following environment variables:
Environment Variables:
DATABASE_ABSTRACTOR_SERVICE_TOKEN: Your database abstractor service token (You can find this from Akto dashboard > Quick Start > Hybrid Saas (click connect button) > databaseAbstractorToken under Runtime Service Command section)
DAST_MODULE_NAME: A unique name for this DAST module (e.g.,prod-dast-01,staging-dast)
Paste the following in
docker-compose-dast.ymlfile:
Run
docker-compose -f docker-compose-dast.yml up -dto start all services in detached mode.Run
systemctl enable /usr/lib/systemd/system/docker.serviceto ensure Docker starts up in case of instance restarts.
Note: If no modules are available, Akto automatically uses the internal DAST service for your crawl.
Steps to Start
To start a DAST crawl for your application, follow the steps below:
Open the DAST section from the top-left product selector in your Akto account.
In the left sidebar, select Quick Start under the DAST feature.
In the Akto DAST card, select Connect to open the configuration form.
Select a DAST Module from the available list.
The dropdown shows all active DAST modules (If you have). If no modules appear, the internal DAST service will be used automatically.
Configure your crawl settings using the available DAST options:
Options Available
Out-of-Scope URLs
List of URLs the crawler must not visit. For example: adding /admin/* prevents crawling admin pages.
Maximum Page Visits
Limits how many pages the crawler explores. For example: setting 200 restricts the crawl to the first 200 discovered pages.
DOM Load Timeout (ms)
Maximum wait time for a page's DOM to load before moving on. For example: 3000 ms waits up to 3 seconds.
Wait Time After Timeout (ms)
Additional wait time after DOM timeout before the crawler proceeds. For example: 1000 ms adds a 1-second buffer.
Enable JavaScript Rendering
Allows the crawler to load and execute JavaScript content. Useful for SPAs like React or Vue apps.
Parse SOAP Web Services
Enables the crawler to detect and process SOAP endpoints.
Parse REST Web Services
Enables the crawler to identify REST API patterns, such as /v1/users.
Click External Link
Allows the crawler to follow links that point outside the primary hostname. Helpful on apps that redirect to subdomains.
All configuration fields are optional. You can proceed without modifying them.
Enter your Website URL and Akto-X-API-Key.
Select either of the Authentication Type:
None
Email & Password (enter your credentials when selected)

Test Role that matches your expected access level.

Select Crawl to begin the capturing traffic and discovering APIs.
After Crawling
Akto begins exploring your application based on the configurations you provided and discovers all reachable APIs for further testing. Once the crawl is complete:
A new Collection will be created based on your domain name. For example, if your website is
https://app.akto.io, a collection namedapp.akto.iowill be created.If a collection with that domain name already exists, the new data will be merged into the existing collection instead of creating a duplicate.
You can view and manage this collection under the API Discovery > Collections page in your Akto dashboard.
Get Support for your Akto setup
There are multiple ways to request support from Akto. We are 24X7 available on the following:
In-app
intercomsupport. Message us with your query on intercom in Akto dashboard and someone will reply.Join our discord channel for community support.
Contact
[email protected]for email support.Contact us here.
Last updated