An open API service indexing awesome lists of open source software.

https://github.com/mrintern/websecurityacademy-download-all-labs

download all labs from the WebsecurityAcademy at Portswigger.com and convert to markdown.
https://github.com/mrintern/websecurityacademy-download-all-labs

Last synced: 8 months ago
JSON representation

download all labs from the WebsecurityAcademy at Portswigger.com and convert to markdown.

Awesome Lists containing this project

README

          

# websecurityacademy-download-all-labs
A python script to download all labs from the Web Security Academy at Portswigger.com and convert to markdown. This is very useful for if you are taking the Burp Suite Certified Practitioner exam.

## Requirements
- python 3.x

## Install Required Packages
`pip install requests beautifulsoup4 html2text urllib3 lxml`

# Run the script
`python3 download-all-labs.py`

Originally written by Y-Security, I just installed some missing packages so it's a simple "run and done" experience