Crates.io | injectsql |
lib.rs | injectsql |
version | 0.5.0 |
source | src |
created_at | 2024-10-13 16:45:37.537921 |
updated_at | 2024-11-08 03:32:31.903315 |
description | Command Line Tools to check for SQL Injection vulnerability. |
homepage | |
repository | https://github.com/heroesofcode/inject-sql |
max_upload_size | |
id | 1407475 |
size | 1,219,396 |
🛢️ 🖥️ Command Line Tools to check for SQL Injection vulnerability. This tool is to help pentest in their daily lives quickly.
Installing from crates.io (requires Rust/Cargo):
cargo install injectsql
You can install with Homebrew:
brew tap heroesofcode/taps
brew install heroesofcode/taps/injectsql
injectsql
If you want to test or are studying pentest I recommend you use these tools below:
[!IMPORTANT] injeqtor does not perform an in-depth SQL injection attack, it only checks whether SQL Injection is vulnerable and tries to find the name of the database. If you want to carry out an attack to obtain more information, I recommend using sqlmap.
[!WARNING] The use of the
injectsql
tool for offensive activities without express permission from the parties involved is illegal. The user is solely responsible for ensuring compliance with applicable local, state and federal laws. The creators of this software are not responsible for any misuse or damages resulting from the use of this program.
To contribute, just fork this project and then open a pull request, feel free to contribute, bring ideas and raise any problem in the issue tab.
injeqtor is released under the MIT license. See LICENSE for details.