Skip to content

Commit 47e5d62

Browse files
authored
Update modules/exploits/linux/http/apache_hugegraph_gremlin_rce.rb
1 parent e04e22b commit 47e5d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/apache_hugegraph_gremlin_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def check
6363
if Rex::Version.new(version).between?(Rex::Version.new('1.0.0'), Rex::Version.new('1.3.0'))
6464
return CheckCode::Appears("Apache HugeGraph version detected: #{version}")
6565
end
66-
66+
6767
CheckCode::Safe("Apache HugeGraph version detected: #{version}")
6868
end
6969

0 commit comments

Comments
 (0)