Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 601 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 601 Bytes

PentesterAcademy Downloader (Python3)

Python Script for Downloading SecTube/PentesterAcademy Courses

This script will allow you to bulk download course videos from PentesterAcademy, since no bulk-download option exists in the site. Please note that you must have an active subscription in order for this to work.

Yes, I could probably have used python-requests instead of curl. No, I didn't.

You must supply a valid session cookie, as well as the main course URL of the course you would like to download - for instance, https://www.pentesteracademy.com/course?id=3 for SLAE x86.

Enjoy!