K-SAK is a professional-grade, multi-threaded security reconnaissance toolkit designed for Kali Linux. It centralizes advanced scanning, enumeration, and intelligence gathering modules into a single, high-performance CLI application.
- ⚡ Atomic Speed: Full multi-threading for all scanning and enumeration tasks.
- 💎 Rich UI: Beautiful terminal interface with tables, color themes, and progress feedback.
- 🔍 Advanced Recon: Integrated DNS discovery and WAF detection.
- 📂 DirHunter: High-speed directory and file bruteforcing.
- 📄 Reporting: Export results to structured JSON for professional analysis.
-
Clone the repository:
git clone https://github.com/p0is0n3r404/-kali-cli-tool.git cd -kali-cli-tool -
Install dependencies:
pip install -r requirements.txt
Scans target ports and attempts to grab service banners.
python main.py scan google.com -p 80 443 8080 -t 50Fast discovery of subdomains using a multi-threaded resolver.
python main.py sub example.com -w www mail devIdentify hidden files and directories on a web server.
python main.py dir http://example.com/ -t 30Analyze DNS records and detect Web Application Firewalls.
python main.py recon example.com --dns --wafInstantly identify the algorithm used for a given hash.
python main.py hash 5d41402abc4b2a76b9719d911017c592-t, --threads: Set number of concurrent threads (default: 20).-o, --output: Save results to a timestamped JSON report.
main.py: Entry point and module orchestration.modules/: Core security modules (scanner, dirbrute, recon, etc.).utils/: UI theme and reporting utilities.assets/: Project media and screenshots.
This tool is for educational and ethical testing purposes only. Usage of K-SAK for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state, and federal laws.
Developed by p0is0n3r404 v2.0 Stable Release
