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

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**.

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).
> ![](.github/workflows/images/create-app-token.png)
6. Copy the generated `APP TOKEN` and save it somewhere **safe**.
> ![](.github/workflows/images/generated-token.png)
7. Add this token to `Actions secrets` at `https://github.com//htb-writeups-fetcher/settings/secrets/actions`
> ![](.github/workflows/images/token-added-to-github-secrets.png)
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.