Hacc The Hub is an open source project that provides cyber security
The Hacc The Hub system consists of 3 main parts:
To get HaccTheHub up and running, you would need to setup the followings
python3
from your package manager.git clone https://github.com/J4FSec/HaccTheHub.git
cd HaccTheHub/backend
python3 -m pip install -r requirements.txt
cd ../client
npm install
cd ../backend
python3 main.py
And the frontend
cd ../client
npm start
The WebUI should now be accessible via http://localhost:8080.
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…