An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Logo





🛢️ 🖥️ 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.