Files
beef/modules/host/detect_coupon_printer/module.rb
2020-01-01 18:47:08 -08:00

12 lines
306 B
Ruby

#
# Copyright (c) 2006-2020 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Detect_coupon_printer < BeEF::Core::Command
def post_execute
save({'result' => @datastore['results']})
end
end