Skip to content

Commit 1db794e

Browse files
author
arkadiyt
committed
Fix intigriti again
1 parent d5fb75f commit 1db794e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bounty-targets/intigriti.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def directory_index
112112

113113
def program_scopes(program)
114114
url = "https://app.intigriti.com/api/core/public/programs/#{encode(program[:company_handle])}/#{encode(program[:handle])}"
115-
targets = (JSON.parse(SsrfFilter.get(url).body)['assets'].max_by do |domains|
115+
targets = (JSON.parse(SsrfFilter.get(url).body)['assetsAndGroups'].max_by do |domains|
116116
domains['createdAt']
117117
end)['content'].map do |content|
118118
{

0 commit comments

Comments
 (0)