Remove calls to reset_ui which break background exploit output
git-svn-id: file:///home/svn/framework3/trunk@5070 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
@@ -103,7 +103,9 @@ class Core
|
||||
driver.current_dispatcher.name != 'Core')
|
||||
# Reset the active module if we have one
|
||||
if (active_module)
|
||||
active_module.reset_ui
|
||||
|
||||
# Do NOT reset the UI anymore
|
||||
# active_module.reset_ui
|
||||
|
||||
# Save the module's datastore so that we can load it later
|
||||
# if the module is used again
|
||||
|
||||
@@ -67,8 +67,6 @@ class Exploit
|
||||
end
|
||||
rescue
|
||||
log_error("Check failed: #{$!}")
|
||||
ensure
|
||||
mod.reset_ui
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user