File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,13 @@ def check
80
80
81
81
print_status ( "SPIP Version detected: #{ rversion } " )
82
82
83
- if rversion . between? ( Rex ::Version . new ( '2.0.0 ' ) , Rex ::Version . new ( '2.0.20 ' ) )
83
+ if rversion . between? ( Rex ::Version . new ( '4. 2.0' ) , Rex ::Version . new ( '4.2.1 ' ) )
84
84
return Exploit ::CheckCode ::Appears
85
- elsif rversion . between? ( Rex ::Version . new ( '2 .1.0' ) , Rex ::Version . new ( '2 .1.15 ' ) )
85
+ elsif rversion . between? ( Rex ::Version . new ( '4 .1.0' ) , Rex ::Version . new ( '4 .1.18 ' ) )
86
86
return Exploit ::CheckCode ::Appears
87
- elsif rversion . between? ( Rex ::Version . new ( '3.0.0' ) , Rex ::Version . new ( '3.0.2' ) )
87
+ elsif rversion . between? ( Rex ::Version . new ( '4.0.0' ) , Rex ::Version . new ( '4.0.10' ) )
88
+ return Exploit ::CheckCode ::Appears
89
+ elsif rversion . between? ( Rex ::Version . new ( '3.2.0' ) , Rex ::Version . new ( '3.2.18' ) )
88
90
return Exploit ::CheckCode ::Appears
89
91
end
90
92
You can’t perform that action at this time.
0 commit comments