Ecosyste.ms: Awesome
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: 1 day 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T01:06:56.000Z (19 days ago)
- Last Synced: 2024-10-19T02:31:26.382Z (19 days ago)
- Language: Rust
- Homepage:
- Size: 2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
🛢️ 🖥️ Command Line Tools to check for SQL Injection vulnerability. This tool is to help pentest in their daily lives quickly.
## 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
```If you want to test or are studying pentest I recommend you use these tools below:
- [Acunetix](http://testphp.vulnweb.com/) 🇬🇧
- [HackTheBox](https://www.hackthebox.com/) 🇬🇧
- [Solyd](https://solyd.com.br/) 🇧🇷> [!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](https://github.com/sqlmapproject/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.## Contributing
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.
## License
injeqtor is released under the MIT license. See [LICENSE](https://github.com/heroesofcode/injector/blob/main/LICENSE) for details.