Skip to content

Script to get all PDF files on the HackTheBox Intelligence machine

Notifications You must be signed in to change notification settings

koraydns/htb-intelligence-get-all-pdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

htb-intelligence-get-all-pdfs

This Python script downloads PDF files on the Hack The Box Intelligence machine to your local. Filenames follow the structure of YYYY-MM-DD-upload.pdf. The script sends requests to the server for all PDF files containing any date within the date range specified on lines 43 and 44. If the response code is 200, it downloads the PDF file to which directory the script is run.

Before running the script IP address on line 5 should be edited . Optionally, the dates on lines 43 and 44 can be changed.

To access machine walkthrough: https://penetratechacademy.com/htb-intelligence-walkthrough/

About

Script to get all PDF files on the HackTheBox Intelligence machine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages