Skip to content

A Python-based automation tool that combines Nmap scanning, manual service enumeration, and SQL injection testing via sqlmap. Perfect for ethical hacking, penetration testing, and recon workflows.

License

Notifications You must be signed in to change notification settings

0xHawkEye/InjectiScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InjectiScan

License: MIT Issues Forks Stars Last Commit Python Status

InjectiScan is an automated information gathering and SQL injection assessment tool. It combines Nmap-based port scanning, manual service enumeration, and SQL injection testing via sqlmap, all inside a colorful and interactive CLI.


⚙️ Features

  • 🚀 Fast Nmap-based Port Scanning
  • 🔍 Service Detection using Sockets
  • 💉 SQL Injection testing using sqlmap
  • 🎨 Colorful and clean terminal output
  • ☁️ Cross-platform support (Windows/Linux)

🧑‍💻 Installation

1. Clone the Repository

To get started with InjectiScan, clone this repository to your local machine:

git clone https://github.com/0xHawkEye/InjectiScan.git
cd InjectiScan

2. Install Dependencies

You can install the required dependencies using the following command:

pip install -r requirements.txt

🧪 Usage

python injectiscan.py

Then select:

1. Port Scanning
2. Service Scanning
3. SQL Injection Scanning
4. Exit

Make sure you have:

  • Nmap installed
  • sqlmap installed and accessible in your system path

⚖️ Legal Considerations

InjectiScan is intended for educational and authorized penetration testing purposes only.

By using this tool, you agree to the following:

✅ You will not use InjectiScan to scan, probe, or interact with Domain without explicit permission from the owner.

✅ You are solely responsible for any misuse or unauthorized activity performed using this tool.

✅ The developer is not liable for any damage, legal consequences, or misuse resulting from the use of this tool.

This tool is intended for educational and authorized testing purposes only.

❗ Always obtain proper authorization before scanning any network or device. Unauthorized scanning or SQL injection testing may be illegal under local or international law (e.g., CFAA, IT Act).


📄 License

This project is licensed under the MIT License.


🛡️ Ethical Usage

  • Use in lab environments, CTFs, bug bounty, or client-approved pentests.
  • Respect all terms of service and network usage policies.

🤝 Contributing

Contributions are welcome! Feel free to submit pull requests or open issues to enhance the tool. Your feedback and contributions help improve InjectiScan.


🙌 Credits

Developed by: Ayush Kumar
Linkedin: https://www.linkedin.com/in/ayushkr4422 

About

A Python-based automation tool that combines Nmap scanning, manual service enumeration, and SQL injection testing via sqlmap. Perfect for ethical hacking, penetration testing, and recon workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages