Skip to content

Commit

Permalink
Merge pull request #41 from roushikk/master
Browse files Browse the repository at this point in the history
Added Detection for Oracle ATG, fixes #39
  • Loading branch information
Tuhinshubhra authored Oct 25, 2018
2 parents f63b0fe + a005093 commit 7db1ccd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion cmseekdb/cmss.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,4 +884,11 @@
'url':'https://shop-pro.jp/',
'vd':'0',
'deeps':'0'
}
}

oracle_atg = {
'name': 'Oracle ATG Web Commerce',
'url': 'http://www.oracle.com/us/products/applications/atg/web-commerce/web-commerce-search-330138.html',
'vd': '0',
'deeps': '0'
}
3 changes: 2 additions & 1 deletion cmseekdb/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def check(h):
'X-Powered-By: Afosto||Link: <//afosto-cdn:-afsto',
'X-Arastta:-arstta',
'set-cookie: fornax_anonymousId=:-bigc',
'Set-Cookie: bigwareCsid||Set-Cookie: bigWAdminID:-bigw'
'Set-Cookie: bigwareCsid||Set-Cookie: bigWAdminID:-bigw',
'X-ATG-Version:-oracle_atg'
]
for keyl in hkeys:
if ':-' in keyl:
Expand Down

0 comments on commit 7db1ccd

Please sign in to comment.