Skip to content

Commit ba92d42

Browse files
committed
Updated version check per @bcoles
1 parent f9493f4 commit ba92d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/ipfire_oinkcode_exec.rb

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

7474
# now that we've pulled the info we need, check version.
75-
if version && update && version.eql == '2.19' && update.to_i <= 110
75+
if version && update && version == '2.19' && update.to_i <= 110
7676
CheckCode::Appears
7777
else
7878
CheckCode::Safe

0 commit comments

Comments
 (0)