
Kit de ferramentas de hacking do Adobe Experience Manager (AEM)
hopgoblin é um scanner para instâncias do Adobe Experience Manager (AEM).
Ele automatiza uma série de verificações que realizamos frequentemente manualmente durante avaliações de segurança.
/bin/querybuilder.json/bin/querybuilder.feedrep:User e hashes de senha vazados/services/accesstoken/verify/crx/packmgr/service/exec.json)tqdm)--proxy) para uso com Burp/ZAPClone o repositório e instale as dependências:
git clone https://github.com/assetnote/hopgoblin.git
cd hopgoblin
pip install -r requirements.txt
Requisitos:
requeststqdmpython hopgoblin.py https://aem-target.example
Exemplo de saída:
[.] Output will be saved to: hopgoblin_aem-target.example_20250923_123456.txt
Scanning https://aem-target.example
[+] Exposed JSON query builder - /bin/querybuilder.json
POC URL: https://aem-target.example/bin/querybuilder.json
summary
------------------------------------------------------------
https://aem-target.example
exposed json query builder
------------------------------------------------------------
python hopgoblin.py -f targets.txt --threads 25 --ssrf-target collab.example.com
python hopgoblin.py -f targets.txt --proxy http://127.0.0.1:8080 --debug
usage: hopgoblin.py [-h] [-f FILE | url] [-t SSRF_TARGET] [-d] [-p PROXY] [--threads THREADS]
positional arguments:
url Single target URL
optional arguments:
-f, --file FILE File containing target URLs (one per line)
-t, --ssrf-target Callback domain for SSRF/XXE checks
-d, --debug Enable debug output
-p, --proxy Proxy URL (e.g., http://127.0.0.1:8080)
--threads THREADS Number of threads (default: 10)
Durante nossa pesquisa, identificamos e reportamos diversas vulnerabilidades no Adobe Experience Manager, que receberam CVEs:
Para mais detalhes, consulte o comunicado oficial da Adobe:
Adobe Security Bulletin APSB25-90
Esta pesquisa e ferramenta foram apresentadas na BSides Canberra 2025:
Encontrando Bugs Críticos no Adobe Experience Manager
Slides: