Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
todb committed Oct 31, 2012
2 parents d9503e6 + 357fd1b commit 67d0367
Show file tree
Hide file tree
Showing 376 changed files with 2,172 additions and 488 deletions.
4 changes: 2 additions & 2 deletions lib/msf/core/db_manager.rb
Expand Up @@ -588,8 +588,8 @@ def search_modules(search_string, inclusive=false)
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'
Expand Down
3 changes: 3 additions & 0 deletions lib/msf/core/exploit/mixins.rb
Expand Up @@ -88,3 +88,6 @@
# WBEM
require 'msf/core/exploit/wbemexec'

#WinRM
require 'msf/core/exploit/winrm'

0 comments on commit 67d0367

Please sign in to comment.