No regex for get_resource checking
parent
054a525f35
commit
844daf0e00
|
@ -309,7 +309,7 @@ module Msf
|
||||||
#
|
#
|
||||||
def on_request_uri(cli, request)
|
def on_request_uri(cli, request)
|
||||||
case request.uri
|
case request.uri
|
||||||
when /^#{get_resource}$/
|
when get_resource
|
||||||
#
|
#
|
||||||
# This is the information gathering stage
|
# This is the information gathering stage
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue