90DaysOfDevOps/2023/day20.md

1010 B

IAST and DAST in conjunction - lab time

  1. As there are no open-source IAST implementation will use a commercial one with some free licenses. For this purpose, you will need 2 componenets: IAST solution from here - https://github.com/rstatsinger/contrast-java-webgoat-docker . You need docker and docker-compose installed in mac or linux enviroment (this lab is tested on Mint). Please follow the README to create account in Contrast.
  2. For running the IAST there are few ways to do it- manually via a DAST scanner, ...