Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 603 Bytes

arachni.md

File metadata and controls

9 lines (5 loc) · 603 Bytes

Dynamic Application Security Scanning (1 hour)

Similar to ZAP Proxy, Arachni is a DAST tool that is intended to run on the command line.

Unfortunately, there is no Github Action available for this tool, so your task today is to write your own Github Action, including Arachni and performing a scan on your application.

A good starting point is here.

To succeed, you will have to build a Docker image containing arachni with an entrypoint as described in the documentation.