stuff
parent
0513dad789
commit
9c6b187cc6
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue