KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
hax
★ 113
Open GitHub ↗
Stuff I use for OSCP/HTB/VHL and so on.
Download README (.md)
Explore Similar Repositories
restrict
:
RBAC/ABAC authorization library for Go.
eleventy-plugin-embed-everything
:
An Eleventy plugin to easily embed common media formats in posts, using only their URLs
node-oauth2-jwt-bearer
:
Monorepo for libraries that protect Node APIs with OAuth2 Bearer JWTs
uploader
:
Codecov's universal binary uploader.
HoloLens2-Machine-Learning
:
Using deep learning models for image classification directly on the HoloLens 2.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hax
?
Download (.md)
### HAX Starter pack for OSCP/HTB/VHL/etcetera labs. # Common This has some basic shells and enumeration scripts poached from around the web. Gets you through 80% of boxes. I usually build this out with some common exploits (AutoBlue, JuicyPotato.exe) and other enumeration scripts (Sherlock, unixprivchecker). But they're usually not required. Don't forget to update your IP address. # spawnshell.py Generates either a bunch of shells or commands for shells (depending on the type you pick), for a specified interface. Good to run when you've got a few boxes to get through and an unchanging IP address. usage example: python spawnshell.py tun0 1 requirements: pip install netifaces # Cherrytree template Skeleton for taking notes. I used this Cherrytree template for the OSCP. Pretty straightforward and easy to use. Load a skeleton for each box. During enum, slide all the services you're investigating out of the 'service list' folder (shift+left arrow). Paste relevant scan results into the appropriate spots within each service. Do you your investigations and keep your notes. Profit! **Overview**:  **Expanded view**:  [I based my template off this one.](https://411hall.github.io/assets/files/CTF_template.ctb)