From f18a61ed1836cc279a550f834c16854303e5780c Mon Sep 17 00:00:00 2001 From: Muhammad Osama Date: Thu, 10 Jul 2025 23:46:30 +0500 Subject: [PATCH] tool name update --- README.md | 47 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 58130be..d43f2bf 100644 --- a/README.md +++ b/README.md @@ -278,10 +278,12 @@ cd hexstrike-ai pip3 install -r requirements.txt # 3. Start HexStrike AI Server -python3 hexstrike_server.py --port 5000 +python3 hexstrike_server.py # 4. Verify installation curl http://localhost:5000/health + +# 5. Attach the MCP JSON Configuration with your desired AI and run it ``` ### 🛡️ **Required Kali Linux Tools** @@ -289,21 +291,40 @@ curl http://localhost:5000/health The following security tools need to be installed on your Kali Linux system: ```bash -# Install required security tools +# Install required security tools (Complete list of all tools) sudo apt update && sudo apt install -y \ - nmap gobuster dirb nikto sqlmap hydra john \ - hashcat amass ffuf nuclei subfinder wpscan \ - burpsuite zaproxy volatility3 foremost steghide \ - radare2 gdb binwalk checksec exiftool + nmap amass subfinder nuclei autorecon fierce masscan \ + gobuster ffuf dirb nikto sqlmap wpscan burpsuite zaproxy \ + arjun wafw00f feroxbuster dotdotpwn xsser wfuzz \ + hydra john hashcat medusa patator crackmapexec evil-winrm \ + gdb radare2 binwalk ropgadget checksec ghidra xxd \ + volatility3 foremost steghide exiftool hashpump autopsy sleuthkit \ + prowler trivy scout-suite kube-hunter kube-bench cloudsploit \ + hakrawler httpx paramspider aquatone subjack dnsenum ``` -**Tool List:** -- **Network Tools**: nmap, amass, subfinder, nuclei -- **Web Testing**: gobuster, dirb, nikto, sqlmap, ffuf, wpscan -- **Password Tools**: hydra, john, hashcat -- **Binary Analysis**: radare2, gdb, binwalk, checksec -- **Forensics**: volatility3, foremost, steghide, exiftool -- **Proxy Tools**: burpsuite, zaproxy +**Complete Tool List:** + +**🔍 Network Reconnaissance & Scanning:** +- nmap, amass, subfinder, nuclei, autorecon, fierce, masscan + +**🌐 Web Application Security Testing:** +- gobuster, ffuf, dirb, nikto, sqlmap, wpscan, burpsuite, zaproxy, arjun, wafw00f, feroxbuster, dotdotpwn, xsser, wfuzz + +**🔐 Authentication & Password Security:** +- hydra, john, hashcat, medusa, patator, crackmapexec, evil-winrm + +**🔬 Binary Analysis & Reverse Engineering:** +- gdb, radare2, binwalk, ropgadget, checksec, ghidra, xxd, strings, objdump + +**🏆 Advanced CTF & Forensics Tools:** +- volatility3, foremost, steghide, exiftool, hashpump, autopsy, sleuthkit + +**☁️ Cloud & Container Security:** +- prowler, trivy, scout-suite, kube-hunter, kube-bench, cloudsploit + +**🔥 Bug Bounty & Reconnaissance Arsenal:** +- hakrawler, httpx, paramspider, aquatone, subjack, dnsenum, fierce ### 🐳 **Docker Deployment (Coming Soon)**