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

https://github.com/bararchy/ruby-libinjection

Ruby wrapper around Client9's libinjection
https://github.com/bararchy/ruby-libinjection

Last synced: over 1 year ago
JSON representation

Ruby wrapper around Client9's libinjection

Awesome Lists containing this project

README

          

# ruby-libinjection
Ruby wrapper around Client9's libinjection

Original Project is here --> https://github.com/client9/libinjection

Simple Usage is:

```
cd test

ruby test.rb "wululu"
No SQLi Found

ruby test.rb "wululu 'OR 'a'='a'"
SQLi Found!

```