HuntMate is an advanced web application designed to enhance security testing for researchers and penetration testers. It offers a customizable checklist system and detailed insights on 100 common vulnerabilities, enabling users to efficiently manage their testing processes and monitor progress.
- Customizable Checklists: Easily create, manage, and track security testing tasks.
- Comprehensive Vulnerability Information: Access detailed descriptions of 100 common vulnerabilities.
- Responsive Design: Optimized for all devices, ensuring a seamless experience.
- Interactive Task Tracking: Mark tasks as completed and keep track of your progress.
Make it your Hunting mate from here.
To set up HuntMate locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/kalmux1/HuntMate.git
-
Navigate to the Project Directory:
cd Huntmate/docs
-
Open
index.html
: Launchindex.html
in your preferred web browser to start using HuntMate locally.
- Checklist Section: Add, manage, and track your security testing tasks through the checklist interface.
- Vulnerability Database: Browse and review detailed descriptions of 100 common vulnerabilities.
- Progress Tracking: Mark tasks as completed to stay organized and up-to-date with your testing.
/Huntmate
├── README.md # Project Documentation
├── LICENSE # LICENSE Documentation
└──docs # Website Directory
├── Clear.svg # Clear Button Icon
├── SiteIcon.png # Site Icon
├── index.html # Main Checklist Page
├── script.js # JS File
├── styles.css # Checklist CSS
├── vulns.css # Vulnerability CSS
└── vulns.html # Web Vulnerabilities Page
Contributions are welcome! If you’d like to contribute to HuntMate, follow these steps:
- Fork the Repository: Create your own fork of the repository on GitHub.
- Create a New Branch:
git checkout -b feature/your-feature
- Commit Your Changes:
git add . git commit -m "Add your commit message"
- Push to Your Branch:
git push origin feature/your-feature
- Create a Pull Request: Open a pull request on GitHub to propose your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or feedback, feel free to reach out via LinkedIn or open an issue on GitHub.