From e727f428ea8e8a99bd6a052d531a0980eab47590 Mon Sep 17 00:00:00 2001 From: h00die Date: Tue, 27 Oct 2020 19:32:20 -0400 Subject: [PATCH] add one column note --- SQL-Injection-(SQLi)-Libraries.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SQL-Injection-(SQLi)-Libraries.md b/SQL-Injection-(SQLi)-Libraries.md index 7fb34012af..b1ca22288c 100644 --- a/SQL-Injection-(SQLi)-Libraries.md +++ b/SQL-Injection-(SQLi)-Libraries.md @@ -32,4 +32,8 @@ end ``` `dbms` can be set to either `Common` if the DB isn't know, or one of the other databases and methods if it is known ahead of time such as `SQLitei::BooleanBasedBlind` -`sqli_opts` is a hash containing all of the options: https://github.com/red0xff/metasploit-framework/blob/master/lib/msf/core/exploit/sqli/common.rb#L10 \ No newline at end of file +`sqli_opts` is a hash containing all of the options: https://github.com/red0xff/metasploit-framework/blob/master/lib/msf/core/exploit/sqli/common.rb#L10 + +## Notes + +`run_sql` can only return 1 column. \ No newline at end of file