31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
id: aem-detect
|
|
|
|
info:
|
|
name: Favicon based AEM Detection
|
|
author: shifacyclewala,hackergautam
|
|
severity: info
|
|
reference:
|
|
- 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
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
|
tags: aem,favicon,tech,adobe
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/libs/granite/core/content/login/favicon.ico"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code==200 && (\"-144483185\" == mmh3(base64_py(body)))"
|
|
|
|
# digest: 4a0a00473045022068f39108481f480fd1abc9ea59b5a8fc42785b0c16552788ceb812e868142992022100f55fce42c653e5e9470940c5a6fcece538e39f3d5ce14e21d83bd7966e6854f5:922c64590222798bb761d5b6d8e72950
|