add one column note

This commit is contained in:
h00die
2020-10-27 19:32:20 -04:00
parent 2cbfbd44d7
commit e727f428ea
+5 -1
View File
@@ -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
`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.