nalansitan / appsec101-dast

appsec101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appsec101-dast

appsec101

Start and stop zap and juiceshop

# start
docker-compose up -d
# stop
docker-compose down

Scan and get report

  • After running the python script, a HTML file will be generated in your working directory.
# Init and install requirement
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# run and get report
python basic-spider-scan.py

Notice

  • API key are hardcode in docker-compose.yml and basic-spider-scan.py file.
  • Only listen on localhost.
  • The target http://web:3000 is from juiceshop container name.

Reference

About

appsec101


Languages

Language:Python 100.0%