Files
metasploit-gs/lib/msf/core/exploit/sqli/postgresqli.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
247 B
Ruby
Raw Normal View History

#
# PostgreSQL injection
#
module Msf::Exploit::SQLi::PostgreSQLi
end
require 'msf/core/exploit/sqli/postgresqli/common'
require 'msf/core/exploit/sqli/postgresqli/boolean_based_blind'
require 'msf/core/exploit/sqli/postgresqli/time_based_blind'