2022-11-13 08:11:00 +00:00
|
|
|
id: aem-detect
|
2021-07-17 12:53:05 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Favicon based AEM Detection
|
|
|
|
author: shifacyclewala,hackergautam
|
2022-04-22 10:38:41 +00:00
|
|
|
severity: info
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-07-17 12:53:05 +00:00
|
|
|
- https://twitter.com/brsn76945860/status/1171233054951501824
|
|
|
|
- https://gist.github.com/yehgdotnet/b9dfc618108d2f05845c4d8e28c5fc6a
|
|
|
|
- https://medium.com/@Asm0d3us/weaponizing-favicon-ico-for-bugbounties-osint-and-what-not-ace3c214e139
|
|
|
|
- https://github.com/devanshbatham/FavFreak
|
|
|
|
- https://github.com/sansatart/scrapts/blob/master/shodan-favicon-hashes.csv
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:adobe:experience_manager:*:*:*:*:*:*:*:*
|
2021-12-04 12:02:37 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: adobe
|
2024-09-10 09:08:16 +00:00
|
|
|
product: experience_manager
|
|
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
2022-07-01 07:15:37 +00:00
|
|
|
tags: aem,favicon,tech,adobe
|
2021-07-17 12:53:05 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-17 12:53:05 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/libs/granite/core/content/login/favicon.ico"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-07-17 12:53:05 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2022-07-01 07:15:37 +00:00
|
|
|
- "status_code==200 && (\"-144483185\" == mmh3(base64_py(body)))"
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4a0a00473045022100e9439314fd408ec82b6dbdc24a2345112e40e4b0218eca5893cf35c0fe40b0f202201877d174869822ed2c72cc7fccf2f70010d40da44fbde29dccf8195be89f9951:922c64590222798bb761d5b6d8e72950
|