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.
2 parents 3d7a424 + 45d6012 commit ea5e615Copy full SHA for ea5e615
modules/exploits/linux/http/seagate_nas_php_exec_noauth.rb
@@ -87,7 +87,7 @@ def check
87
headers = res.to_s
88
89
# validate headers
90
- if headers.incude?('X-Powered-By: PHP/5.2.13') && headers.include?('Server: lighttpd/1.4.28')
+ if headers.include?('X-Powered-By: PHP/5.2.13') && headers.include?('Server: lighttpd/1.4.28')
91
# and make sure that the body contains the title we'd expect
92
if res.body.include?('Login to BlackArmor')
93
return Exploit::CheckCode::Appears
0 commit comments