Skip to content

Commit 75627cc

Browse files
committed
Update whatsup_gold_sqli.rb
1 parent fdd740b commit 75627cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/http/whatsup_gold_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def check
5555

5656
data = res.get_json_document
5757
data_js = data['js']
58-
version_path = data_js.find { |item| item["path"] =~ /app-/ }["path"]
58+
version_path = data_js.find { |item| item['path'] =~ /app-/ }['path']
5959
version = version_path[/app-(.*)\.js/, 1]
6060
if version.nil?
6161
return CheckCode::Unknown

0 commit comments

Comments
 (0)