Inj3ctify is an automated Python-based SQL injection tool designed to help ethical hackers and penetration testers identify and exploit SQL injection vulnerabilities in web applications. Use responsibly and for legal purposes only.
git clone https://github.com/tanveen06/inj3ctify.git
cd inj3ctify
python --version
pip install -r requirements.txt
Run the tool with:
python Inj3ctify.py --url <target_url> --param <vulnerable_param>
python Inj3ctify.py --url "http://example.com/index.php?id=1" --param "id"
| Argument | Description |
|——————|—————————————–|
| --url | Target URL with vulnerable parameter |
| --param | Parameter to test for SQL injection |
| --verbose | Enable verbose output |
| --help | Show help message |
This tool is intended for educational purposes and ethical testing on systems with proper authorization. Using it on unauthorized systems is illegal. The author is not responsible for any misuse or damage caused.
This project is licensed under the MIT License. See the LICENSE file for more details.
Contributions are welcome! Feel free to submit pull requests or open issues for feature requests or bug reports.
Special thanks to the open-source community for their contributions and inspiration in creating this tool.