Skip to content

Commit 4ff73a1

Browse files
committed
Add version build check
1 parent 3440f82 commit 4ff73a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/http/vmturbo_vmtadmin_exec_noauth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def check
9393
return Exploit::CheckCode::Unknown
9494
end
9595

96-
if version and version <= "4.6"
96+
if version and version <= "4.6" and build < "28657"
9797
return Exploit::CheckCode::Appears
9898
else
9999
return Exploit::CheckCode::Safe

0 commit comments

Comments
 (0)