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.
- Host: GitHub
- URL: https://github.com/mrintern/websecurityacademy-download-all-labs
- Owner: mrintern
- Created: 2023-03-01T16:43:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T17:02:38.000Z (over 3 years ago)
- Last Synced: 2025-04-05T06:12:36.509Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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