save results
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
class F5_bigip_cookie_disclosure < BeEF::Core::Command
|
||||
|
||||
def post_execute
|
||||
return if @datastore['result'].nil?
|
||||
save({'BigIPCookie' => @datastore['BigIPCookie']})
|
||||
return if @datastore['results'].nil?
|
||||
save({'BigIPCookie' => @datastore['results']})
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user