Skip to content

Commit ad3ca3a

Browse files
author
jvazquez-r7
committed
regex to check version fixed
1 parent 5901058 commit ad3ca3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/extplorer_upload_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def check
7272
return Exploit::CheckCode::Safe
7373
end
7474

75-
if res.body =~ /<version>2\.1\.0RC[012]<\/version>/
75+
if res.body =~ /<version>2\.1\.(0RC\d|0|1|2)<\/version>/
7676
return Exploit::CheckCode::Vulnerable
7777
end
7878

0 commit comments

Comments
 (0)