├── OWASP_WSTG_ASVS_en.json ├── OWASP_WSTG_ASVS_es.json ├── README.md ├── Reports ├── en │ └── .gitkeep └── fr │ └── .gitkeep ├── Vulnerabilities ├── en │ └── .gitkeep └── fr │ └── .gitkeep ├── automatic_merge.side └── parse_wstg.py /OWASP_WSTG_ASVS_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndoc-ng/pwndoc-ng-database/HEAD/OWASP_WSTG_ASVS_en.json -------------------------------------------------------------------------------- /OWASP_WSTG_ASVS_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndoc-ng/pwndoc-ng-database/HEAD/OWASP_WSTG_ASVS_es.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndoc-ng/pwndoc-ng-database/HEAD/README.md -------------------------------------------------------------------------------- /Reports/en/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Reports/fr/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Vulnerabilities/en/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Vulnerabilities/fr/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /automatic_merge.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndoc-ng/pwndoc-ng-database/HEAD/automatic_merge.side -------------------------------------------------------------------------------- /parse_wstg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwndoc-ng/pwndoc-ng-database/HEAD/parse_wstg.py --------------------------------------------------------------------------------