A powerful command-line toolkit for bug hunting, penetration testing, error resolution, and DevOps monitoring.
Designed for security researchers, developers, and DevOps engineers who need fast, reliable insights directly from the terminal.
- Detect open ports and running services
- Automated vulnerability checks
- Technology stack detection
- Security headers analysis
- Tests for common issues: Path Traversal, XSS, SQL Injection
- Real-time activity monitoring
- Detailed user activity logs
- Geolocation analysis
- Suspicious activity detection
- Session management with comprehensive logging
- Parse and analyze logs
- Detect recurring error patterns
- Automated fix recommendations
- Real-time monitoring with alerts
- Generate detailed error reports
- Real-time dashboard for system health
- Performance metrics tracking
- Customizable alert system
- Export reports in PDF, HTML, JSON, or console output
- Node.js v18+
- npm or yarn
# Clone the repository
git clone https://github.com/aka1976mb/bughunt-cli.git
cd bughunt-cli
# Install dependencies
npm install
# Install globally for CLI access
npm install -g .Run bughunt-cli from your terminal to access all features.
Example:
bughunt-cli scan --url https://example.com- License: MIT
- Languages: JavaScript (88.2%), EJS (11.8%)
- Status: Early development — no releases yet
- Community: 1 star ⭐ | 0 forks | 0 watchers
Contributions are welcome!
- Fork the repo
- Create a feature branch
- Submit a pull request
This project is licensed under the MIT License.
👉 This version makes the README more developer-friendly and polished.
Would you like me to also add a “Quick Commands Cheat Sheet” section (like common CLI commands for scanning, monitoring, etc.) so new users can get started even faster?