bug/bundler_fix
sinn3r 2013-11-05 11:05:33 -06:00
parent 0513dad789
commit 9c6b187cc6
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ module Msf
#
# This is the information gathering stage
#
if get_profile(retreive_tag(request))
if get_profile(retrieve_tag(request))
send_redirect(cli, "#{get_resource}/#{@exploit_receiver_page}")
return
end
@ -368,7 +368,7 @@ module Msf
# This sends the actual exploit. A module should define its own
# on_request_exploit() to get the target information
#
tag = retreive_tag(request)
tag = retrieve_tag(request)
profile = get_profile(tag)
if profile[:tried] and datastore['Retries'] == false
print_status("Target with tag \"#{tag}\" wants to retry the module, not allowed.")