Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.47 KB

generic_security_scan.md

File metadata and controls

36 lines (23 loc) · 1.47 KB

Generic security scanning

Overview

Security scanning is one of the first major steps in any hackers methdology to find vulnerabilities in your systems. It works by sending a lot of attack payloads at the target hoping something triggers.

Run the attack

You can run the scan using our cli tool

docker run --rm -t --network appsec-threat-emulation-network asm/threat-cli run -a 2

This command will run the CLI inside the docker container. The CLI will launch attacks from this file on the vulnerable application.

Running attack #2:  Generic security scan
Target URL:  http://juiceshop:3000
✔ Basic security scan - done

Result

After launching this attack, you will be able to find the traces in Datadog ASM explorer and a security scanner signal will be generated

Security Traces

You can review the security traces by navigating to ASM trace

Security Traces

Security Scanner Signal

A security scanner signal will be generated with severity low. You can review the security signals by navigating to ASM Signals

Security Signal Security Signal