AUXILE Framework
About AUXILE
The AUXILE Framework is a powerful tool designed to enhance the security of your website by identifying potential vulnerabilities. This versatile framework can be used to search for admin panels, upload panels, and perform SQL injection attacks using dorks. It also offers functionalities for information gathering and more.
Features
- Port Scanner: Scans open ports on a target.
- Traceroute using MTR: Traces the route packets take to a network host.
- nping/Test Ping: Tests the reachability of a host.
- Subdomain Scanner: Scans for subdomains associated with a target domain.
- WordPress User Enumeration: Enumerates users on a WordPress site.
- And more...
Installation
Linux
git clone https://github.com/Ciku370/AUXILE.gitcd AUXILEpython2 AUXILE.py
Android
Download Termux and follow these steps:
git clone https://github.com/CiKu370/AUXILE.gitcd AUXILEchmod 777 AUXILE.pypython2 AUXILE.py
Windows
Follow these steps:
- Download and install Python 2.7.
- Download AUXILE and extract it to your Desktop.
- Open CMD and run the following commands:
cd Desktop/AUXILE-master/python2 AUXILE.py
Dependencies
AUXILE requires Python 2.7.x and the following Python modules:
- requests
- bs4
- pexpect
Install the required modules with the following command:
pip2 install -r requirements.txt
License
AUXILE is licensed under the MIT license.
Disclaimer
This tool is for educational purposes only. Usage of AUXILE for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage caused by this program.