Merge branch 'searchfix' of git://github.com/scriptjunkie/metasploit-framework into scriptjunkie-searchfix
commit
a996020aed
|
@ -588,8 +588,8 @@ class DBManager
|
|||
where_v << [ xv, xv ]
|
||||
when 'os','platform'
|
||||
xv = "%#{kv}%"
|
||||
where_q << ' ( module_targets.name ILIKE ? ) '
|
||||
where_v << [ xv ]
|
||||
where_q << ' ( module_platforms.name ILIKE ? OR module_targets.name ILIKE ? ) '
|
||||
where_v << [ xv, xv ]
|
||||
when 'port'
|
||||
# TODO
|
||||
when 'type'
|
||||
|
|
Loading…
Reference in New Issue