Favicon based AEM Detection
ID: aem-detect
Severity: info
Author: shifacyclewala,hackergautam
Tags: aem,favicon,tech,adobe
Description
Section titled “Description”YAML Source
Section titled “YAML Source”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 classification: cpe: cpe:2.3:a:adobe:experience_manager:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: adobe product: experience_manager 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: 490a0046304402202350219bc36f6c3ab21405f40c7a341ea658117917f62ea98c86bfee8421f4b20220123e926002e798264c9856c2093e93b47a53dc49df631db1a27cd0dff998995b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/aem-detect.yaml"