https://github.com/adityatelange/htb-writeups-fetcher
Automated Script with GitHub actions to fetch official #HackTheBox write-ups after the box is **retired**.
https://github.com/adityatelange/htb-writeups-fetcher
github-actions hackthebox hackthebox-writeups infosec
Last synced: 28 days ago
JSON representation
Automated Script with GitHub actions to fetch official #HackTheBox write-ups after the box is **retired**.
- Host: GitHub
- URL: https://github.com/adityatelange/htb-writeups-fetcher
- Owner: adityatelange
- License: mit
- Created: 2022-12-27T13:53:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T06:51:12.000Z (over 3 years ago)
- Last Synced: 2025-07-16T15:04:22.553Z (11 months ago)
- Topics: github-actions, hackthebox, hackthebox-writeups, infosec
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackTheBox WriteUps Auto-Fetcher
Automated Script with [Github actions](https://github.com/apps/github-actions) to fetch official [HackTheBox](https://www.hackthebox.com/) write-ups after the box is **retired**.
> **Warning**
> Please create a private repo to store the write-ups using `Use this template` button.
### Setup
1. Visit https://app.hackthebox.com/profile/settings
2. Scroll down to `App Tokens`.
3. Click on `CREATE APP TOKEN`.
4. Add `TOKEN NAME` = `FetcherActionsPrivate`.
5. Set `EXPIRES IN` = `6 Months` (or whicher you find suitable).
> 
6. Copy the generated `APP TOKEN` and save it somewhere **safe**.
> 
7. Add this token to `Actions secrets` at `https://github.com//htb-writeups-fetcher/settings/secrets/actions`
> 
8. **Done**! Now on every Monday, 00:00 GMT this script will run which will pull the Official HTB write-ups for you and put it in [files](/files/) directory.