Metadata-Version: 2.1
Name: SqliInjection
Version: 1.0
Author: @Umasankar
Author-email: <sankar3102004@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: argparse
Requires-Dist: requests

<div align="center">
  <img src="https://wiki.tino.org/wp-content/uploads/2021/07/word-image-1566.png" alt="logo">
</div>


## Badges



[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

<p align="center">

<p align="center">







## License

[MIT](https://choosealicense.com/licenses/mit/)



## Installation 

1. Install Python3 and pip [Instructions Here](https://www.python.org/downloads/) (If you can't figure this out, you shouldn't really be using this)

   - Install via pip
     - ```bash
          pip install SqliInjection
        ```
   - Run bellow command to check
     - `SqliInjection -h`


## Usages 
3. This tool has multiple use cases.
   
   - To Check Single URL
     - ```bash
          SqliInjection -u http://example.com 
        ```
   - To Check List of URL 
      - ```bash
          SqliInjection -l urls.txt 
        ```
   - Save output into TXT file
      - ```bash
          SqliInjection -l urls.txt -o out.txt
        ```
   - Want to Learn about [`SQL Injection`](https://medium.com/purplebox/sql-injection-da949c39dbe6)? Then Type Below command
      - ```bash
          SqliInjection -b
        ```
     
<p align="center">
  <b>🚨 Disclaimer</b>
  
</p>
<p align="center">
<b>This tool is created for security bug identification and assistance; Is not liable for any illegal use. 
  Use responsibly within legal and ethical boundaries. 🔐🛡️</b></p>


## Working PoC Video

https://github.com/user-attachments/assets/66ddc94f-c642-4d1c-b53a-6bde043e9160




## Help menu

#### Get all items

```bash
👋 Hey Hacker
                                v1.0
  ___|   _ \  |         _ _|        _)              |   _)               
\___ \  |   | |           |  __ \    |   _ \   __|  __|  |   _ \   __ \  
      | |   | |           |  |   |   |   __/  (     |    |  (   |  |   | 
_____/ \__\_\_____|     ___|_|  _|   | \___| \___| \__| _| \___/  _|  _| 
                                   _/                                    


                                Developed By umasankar


SQL Injection : Bug scanner for WebPentesters and Bugbounty Hunters 

$ SqliInjection [option]

Usage: SqliInjection -h
```


| Argument | Type     | Description                | Examples |
| :-------- | :------- | :------------------------- | :------------------------- |
| `-u` | `--url` | URL to scan | SqliInjection -u https://target.com |
| `-l` | `--input` | filename Read input from txt  | SqliInjection -i target.txt | 
| `-o` | `--output` | filename Write output in txt file | SqliInjection -i target.txt -o output.txt |
| `-b` | `--blog` | To Read about sql injection Bug | SqliInjection -b |
| `-h` | `--help` | Help Menu | SqliInjection -h |



## 🔗 Links
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/umasankar-m-g-7629a4316/)



## Author

- [@umasankar](https://github.com/UMASANKAR-MG/UMASANKAR-MG.git)



## Feedback

If you have any feedback, please reach out to us at sankar3102004@gmail.com
