Skip to content

Commit 48f7235

Browse files
committed
failed to unload event_tester / exit msfconsole
1 parent 37f077c commit 48f7235

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/event_tester.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ module Msf
77

88
class Plugin::EventTester < Msf::Plugin
99
class Subscriber
10-
def respond_to?(name)
11-
# Why yes, I can do that.
12-
true
13-
end
1410
def method_missing(name, *args)
1511
$stdout.puts("Event fired: #{name}(#{args.join(", ")})")
1612
end

0 commit comments

Comments
 (0)