Skip to content

Commit 8f3b1e7

Browse files
committed
Fix rapid7#4156 - NoMethodError undefined method `stop'
This will fix rapid7#4156. It also fixes NoMethodError payload_exe when I was trying to fix the undef 'stop' one
1 parent cd0dbc0 commit 8f3b1e7

File tree

1 file changed

+0
-1
lines changed
  • lib/rex/exploitation/cmdstager

1 file changed

+0
-1
lines changed

lib/rex/exploitation/cmdstager/tftp.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def setup(mod)
3838
end
3939

4040
def teardown(mod = nil)
41-
puts self.tftp.inspect
4241
self.tftp.stop
4342
end
4443

0 commit comments

Comments
 (0)