No project description provided
Project description
About the Tool ⚒️
sqliscan is a simple Python tool designed for detecting SQL injection vulnerabilities in web applications.
Features ⚙️
- URL Scanning: Identifies and scans for SQL injection vulnerabilities in a provided URL.
- File Input: Supports scanning multiple URLs by reading them from a file.
- Payload Testing: Sends crafted payload to web forms to detect potential SQL injection vulnerabilities.
- Command-Line Interface: Easy-to-use command-line interface for scanning.
Prerequisites 🧩
Before using sqliscan, make sure you have the following prerequisites installed:
-
Python 3.x: Ensure you have Python 3.x installed on your system. Download Python
-
Required Python Packages: Install the required Python packages using the following commands:
pip install click pip install requests pip install beautifulsoup4
Usage 🚀
-u, --url URL to scan sqliscan -u https://target.com
-i, --input <filename> Read input from txt sqliscan -i target.txt
-h, --help Help Menu
Help Menu ❓
-
u, --url:Specify the URL to scan for the SQLi vulnerability. Example: sqliscan -u https://target.com -
i, --input:Read input URLs from a file. Example: sqliscan -i target.txt -
h, --help:Display the help menu.
Disclaimer ⚠️
This script is intended for educational and ethical purposes only. Unauthorized use of this script to perform malicious activities is strictly prohibited. The developers are not responsible for any misuse or damage caused by this script.
Version History 🕒
v1.0: Find SQLi Vulnerabilities in forms by using basic payload
Profile Views 👁️
License 🪪
Author 👤
Connect at 💬
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sqliscan-1.0.tar.gz.
File metadata
- Download URL: sqliscan-1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e288224220cd564102d4b1303e6f562b135eb07c59204b69914a5f3169d2e152
|
|
| MD5 |
1f9dfca1c139218f4ef2c22cea7b9b1a
|
|
| BLAKE2b-256 |
d32719da375919a6132663a60234f8be44de457fa83dd44da2821f50a167f969
|
File details
Details for the file sqliscan-1.0-py3-none-any.whl.
File metadata
- Download URL: sqliscan-1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff26b5470fa98221a68642e46657d8fa8ab4902012bd5aa4ed5fd580e61e6fa6
|
|
| MD5 |
0c24103eda98680713ffecb2da2cd25b
|
|
| BLAKE2b-256 |
b37bf8e9a8be81f63adbc01f9c50713759b74b2fa1d635169a529011f7e98f70
|