failed to unload event_tester / exit msfconsole

bug/bundler_fix
nixawk 2016-02-02 19:56:02 +08:00
parent 37f077c79e
commit 48f72357b5
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@ module Msf
class Plugin::EventTester < Msf::Plugin
class Subscriber
def respond_to?(name)
# Why yes, I can do that.
true
end
def method_missing(name, *args)
$stdout.puts("Event fired: #{name}(#{args.join(", ")})")
end