send_request_cgi already URI encodes

bug/bundler_fix
jvazquez-r7 2015-01-10 00:06:26 -06:00
parent 5d8167dca6
commit 511a7f8cca
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ class Metasploit3 < Msf::Auxiliary
def run
uri = normalize_uri(target_uri.to_s)
mac = Rex::Text.uri_encode(datastore["MAC"])
forward_to = Rex::Text.uri_encode(datastore["FORWARDTO"])
mac = datastore["MAC"]
forward_to = datastore["FORWARDTO"]
print_status("#{peer} - Getting fintnumbers and display names of the IP phone")