Skip to content

Commit 8c3836c

Browse files
committed
Removed msf/core require statement and extraneous debug message
1 parent 96cff8b commit 8c3836c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/exploits/linux/http/linksys_wvbr0_user_agent_exec_noauth.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

6-
require 'msf/core'
7-
86
class MetasploitModule < Msf::Exploit::Remote
97
Rank = NormalRanking
108

@@ -62,7 +60,6 @@ def check
6260
return Exploit::CheckCode::Unknown
6361
end
6462

65-
puts res.body.to_s
6663
Exploit::CheckCode::Safe
6764
end
6865

0 commit comments

Comments
 (0)