HTNotes is a powerfull automatic tool that integrates a Vault Workspace in Obsidian. It can automate the first steps of taking Notes in a HTB Machine by generating a folder structure given a machine name. It has also an integration with the HTB API that makes requests and print the info into markdown files.
This can be performed with just a click on obsidian button.
- Content
- Setup
- Usage
You need Obsidian to integrate the tool.
Open your browser and go to Download Obsidian. Install .deb and execute the following command under Dowloads
sudo dpkg -i <<Obsidian.deb>>
Now you need to clone this repository and install all the dependencies.
git clone https://github.com/0x4xel/HTNotes
cd HTNotes
pip install -r requirements.txt
- You have to login in HackTheBox.
- Explore under View Profile -> Profile Settings -> App Tokens -> Generate App token
- Create a token that will be needed to make requests on HTB API.
Put you API key in Constants.py file and save.
- Open obsidian and select open existing vault
- Select the folder HTB under HTNotes