https://github.com/heroesofcode/inject-sql
Command Line Tools to check for SQL Injection vulnerability.
https://github.com/heroesofcode/inject-sql
Last synced: 9 days ago
JSON representation
Command Line Tools to check for SQL Injection vulnerability.
- Host: GitHub
- URL: https://github.com/heroesofcode/inject-sql
- Owner: heroesofcode
- License: mit
- Created: 2024-06-02T03:56:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T21:46:09.000Z (10 months ago)
- Last Synced: 2025-06-10T22:33:45.786Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 3.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
🛢️ 🖥️ Command Line Tools for checking SQL Injection vulnerability. This tool helps pentesters with their work.
## Installing
### Cargo
Installing from [crates.io](https://crates.io/) (requires Rust/Cargo):
```shell
cargo install injectsql
```
### Homebrew
You can install with [Homebrew](https://brew.sh/):
```shell
brew tap heroesofcode/taps
brew install heroesofcode/taps/injectsql
```
## Usage
```sh
injectsql
```

I recommend using the website listed below for testing.
- [Acunetix](http://testphp.vulnweb.com/) 🇬🇧
- [HackTheBox](https://www.hackthebox.com/) 🇬🇧
> [!WARNING]
> The use of this tool without permission is illegal. If you would like to test it, I recommend using the websites listed above.
## Contributing
Feel free to contribute, share ideas in issues and open pull requests
## License
injeqtor is released under the MIT license. See [LICENSE](https://github.com/heroesofcode/injector/blob/main/LICENSE) for details.