ronin-rb / ronin-exploits

A Ruby micro-framework for writing and running exploits
https://ronin-rb.dev
GNU Lesser General Public License v3.0
69 stars 23 forks source link

Finish Ronin::Exploits::SQLi #5

Closed postmodern closed 12 years ago

postmodern commented 12 years ago

Need to finish the Ronin::Exploits::SQLi class, which uses Ronin::Code::SQL to generate SQL injections.

postmodern commented 12 years ago

Implemented. https://github.com/ronin-ruby/ronin-exploits/blob/master/lib/ronin/attacks/sqli.rb.