Skip to content

Commit ffce1cc

Browse files
Update easyfilesharing_seh.rb
1 parent ad93d11 commit ffce1cc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

modules/exploits/windows/http/easyfilesharing_seh.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,6 @@ def initialize(info = {})
4444
'DefaultTarget' => 0))
4545
end
4646

47-
def check
48-
res = send_request_cgi({
49-
'method' => 'GET',
50-
'uri' => normalize_uri('/')
51-
})
52-
if res.to_s.include?('Server: Easy File Sharing Web Server v7.2')
53-
return Exploit::CheckCode::Vulnerable
54-
else
55-
return Exploit::CheckCode::Unknown
56-
end
57-
end
58-
5947
def exploit
6048
connect
6149
print_status("Generating Shell Code")

0 commit comments

Comments
 (0)