Arcsploit is a powerful security tool designed for penetration testing and vulnerability assessment. The current version includes a vulnerability scanner and a directory buster, making it easier for security professionals to identify potential weaknesses in web applications.
- Vulnerability Scanner: Automatically scans web applications for known vulnerabilities.
- Directory Buster: Identifies hidden directories and files on web servers.
To get started with Arcsploit, you'll need to install the required dependencies. Follow the steps below:
-
Clone the repository:
git clone https://github.com/yourusername/arcsploit.git cd arcsploit
2.Create a virtual environment:
python3 -m venv venvActivate the virtual environment: On Windows:
venv\Scripts\activateOn macOS/Linux:
source venv/bin/activate-
Install the required packages using
pip:pip install -r requirements.txt
To run the vulnerability scanner or directory buster, use the following command:
python3 arcsploit.pyMake sure to replace arcsploit.py with the actual name of your main Python file if it's different.
Arcsploit is intended for educational purposes and ethical hacking only. By using this tool, you agree to comply with all applicable laws and regulations. Unauthorized use of this tool against systems you do not own or have explicit permission to test is illegal and may result in severe penalties.
This project is licensed under the MIT License. See the LICENSE file for more details.
Feel free to contribute to the project or report any issues you encounter. Happy hacking!