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
Ferramentas/GitHubGitHub/cappricio-securities/phpinfo-files-leaks
ReconnaissanceVulnerability ScannersWeb Vulnerability ScannersInformation GatheringWeb SecurityPenetration TestingMisconfiguration
GitHubcappricio-securities/phpinfo-files-leaks

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
phpinfo-files-leaks — This tool is used to find php info page | Kitploit

phpinfo-files-leaks

This tool is used to find php info page

Ver RepositórioSite
1há 2 anosAinda não revisado
logotipo

Emblemas

MIT License PyPI - Version PyPI - Downloads GitHub all releases Profile_view Follow Twitter

Licença

MIT

Instalação

  1. Instale o Python3 e o pip Instruções aqui (Se você não conseguir descobrir isso, você não deveria estar usando isto)

    • Instale via pip
      • root@kitploit:~
           pip install phpinfo-file-leaks 
        
    • Execute o comando abaixo para verificar
      • phpinfo-file-leaks -h

Configurações

  1. Integramos com a API do Telegram para receber notificações instantâneas de detecção de vulnerabilidades.

    • Notificação do Telegram
      • root@kitploit:~
           phpinfo-file-leaks --chatid <YourTelegramChatID>
        
    • Abra seu Telegram e pesquise por @CappricioSecuritiesTools_bot e clique em Iniciar

Usos

  1. Esta ferramenta possui múltiplos casos de uso.

    • Para verificar uma única URL
      • root@kitploit:~
           phpinfo-file-leaks -u http://example.com 
        
    • Para verificar uma lista de URLs
      • root@kitploit:~
          phpinfo-file-leaks -i urls.txt 
        
    • Salvar a saída em um arquivo TXT
      • root@kitploit:~
          phpinfo-file-leaks -i urls.txt -o out.txt
        
    • Quer aprender sobre phpinfo-file-leaks? Então digite o comando abaixo
      • root@kitploit:~
          phpinfo-file-leaks -b
        

🚨 Aviso legal

Esta ferramenta foi criada para identificação e auxílio em bugs de segurança; a Cappricio Securities não se responsabiliza por qualquer uso ilegal. Use com responsabilidade dentro dos limites legais e éticos. 🔐🛡️

Vídeo do PoC em Funcionamento

asciicast

Menu de Ajuda

Obter todos os itens

root@kitploit:~
👋 Hey Hacker
                                                                             v1.0
           __          _       ____            _____ __          __           __
    ____  / /_  ____  (_)___  / __/___        / __(_) /__       / /__  ____ _/ /_______
   / __ \/ __ \/ __ \/ / __ \/ /_/ __ \______/ /_/ / / _ \_____/ / _ \/ __ `/ //_/ ___/
  / /_/ / / / / /_/ / / / / / __/ /_/ /_____/ __/ / /  __/____/ /  __/ /_/ / ,< (__  )
 / .___/_/ /_/ .___/_/_/ /_/_/  \____/     /_/ /_/_/\___/    /_/\___/\__,_/_/|_/____/
/_/         /_/

                                     Developed By https://cappriciosec.com

phpinfo-file-leaks : Bug scanner for WebPentesters and Bugbounty Hunters 

$ phpinfo-file-leaks [option]

Usage: phpinfo-file-leaks [options]

🔗 Links

Website linkedin twitter

Autor

  • @karthithehacker

Comentários

Se você tiver algum feedback, entre em contato conosco pelo e-mail [email protected]

Baixar ferramenta
ArgumentoTipoDescriçãoExemplos
-u--urlURL para escanearphpinfo-file-leaks -u https://target.com
-i--inputnome do arquivo, lê a entrada de um txtphpinfo-file-leaks -i target.txt
-o--outputnome do arquivo, grava a saída em um arquivo txtphpinfo-file-leaks -i target.txt -o output.txt
-c--chatidCria notificação no Telegramphpinfo-file-leaks --chatid yourid
-b--blogPara ler sobre o bug do phpinfo-file-leaksphpinfo-file-leaks -b
-h--helpMenu de Ajudaphpinfo-file-leaks -h