Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 457 Bytes

File metadata and controls

29 lines (19 loc) · 457 Bytes

OWASP-WSTG-Scraper

Terminal viewer for the latest OWASP Web Security and Mobile App Security Testing Guides.

Installation

python3 -m venv owasp_venv
source ./owasp_venv/bin/activate
pip3 install -r requirements.txt

Usage

WSTG

python3 owasp-methodology-scraper.py --wstg

WSTG usage

MASTG

python3 owasp-methodology-scraper.py --mastg [android|ios|all]

MASTG usage