We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cff8b commit 8c3836cCopy full SHA for 8c3836c
modules/exploits/linux/http/linksys_wvbr0_user_agent_exec_noauth.rb
@@ -3,8 +3,6 @@
3
# Current source: https://github.com/rapid7/metasploit-framework
4
##
5
6
-require 'msf/core'
7
-
8
class MetasploitModule < Msf::Exploit::Remote
9
Rank = NormalRanking
10
@@ -62,7 +60,6 @@ def check
62
60
return Exploit::CheckCode::Unknown
63
61
end
64
65
- puts res.body.to_s
66
Exploit::CheckCode::Safe
67
68
0 commit comments