Module: Ronin

Defined in:
lib/ronin/code/sql/clauses.rb,
lib/ronin/code/sql.rb,
lib/ronin/code/sqli.rb,
lib/ronin/code/sql/field.rb,
lib/ronin/code/sql/mixin.rb,
lib/ronin/code/sql/clause.rb,
lib/ronin/code/sql/fields.rb,
lib/ronin/code/sql/emitter.rb,
lib/ronin/code/sql/literal.rb,
lib/ronin/code/sql/version.rb,
lib/ronin/code/sql/function.rb,
lib/ronin/code/sql/literals.rb,
lib/ronin/code/sql/emittable.rb,
lib/ronin/code/sql/functions.rb,
lib/ronin/code/sql/injection.rb,
lib/ronin/code/sql/operators.rb,
lib/ronin/code/sql/statement.rb,
lib/ronin/code/sql/statements.rb,
lib/ronin/code/sql/unary_expr.rb,
lib/ronin/code/sql/binary_expr.rb,
lib/ronin/code/sql/injection_expr.rb,
lib/ronin/code/sql/statement_list.rb

Overview

ronin-code-sql - A Ruby DSL for crafting SQL Injections.

Copyright (c) 2007-2023 Hal Brodigan (postmodern.mod3 at gmail.com)

ronin-code-sql is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ronin-code-sql is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with ronin-code-sql. If not, see https://www.gnu.org/licenses/.

Defined Under Namespace

Modules: Code