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
- Host: GitHub
- URL: https://github.com/bararchy/ruby-libinjection
- Owner: bararchy
- License: mit
- Created: 2015-04-27T13:23:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T13:02:23.000Z (about 11 years ago)
- Last Synced: 2025-02-05T21:36:48.757Z (over 1 year ago)
- Language: Ruby
- Size: 327 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```