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/shell-history-leaks
ReconhecimentoScanners de VulnerabilidadesColeta de InformaçõesSegurança WebTestes de Penetração
GitHubcappricio-securities/shell-history-leaks

shell-history-leaks

Esta ferramenta é usada para encontrar vazamentos de histórico de shell.

Ver Repositório

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
Site
2há 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 resolver isso, não deveria estar usando isto)

    • Instale via pip
      • root@kitploit:~
           pip install shell-history-leaks 
        
    • Execute o comando abaixo para verificar
      • shell-history-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:~
           shell-history-leaks --chatid <YourTelegramChatID>
        
    • Abra o seu Telegram e procure por @CappricioSecuritiesTools_bot e clique em iniciar

Usos

  1. Esta ferramenta possui vários casos de uso.

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

🚨 Aviso Legal

Esta ferramenta foi criada para identificação e assistência 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 de PoC em Funcionamento

asciicast

Menu de ajuda

Obter todos os itens

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

shell-history-leaks : Bug scanner for WebPentesters and Bugbounty Hunters 

$ shell-history-leaks [option]

Usage: shell-history-leaks [options]

🔗 Links

Website linkedin twitter

Autor

  • @karthithehacker

Comentários

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

Baixar ferramenta
ArgumentTypeDescriptionExamples
-u--urlURL para escanearshell-history-leaks -u https://target.com
-i--inputnome do arquivo: lê a entrada de um arquivo txtshell-history-leaks -i target.txt
-o--outputnome do arquivo: escreve a saída em um arquivo txtshell-history-leaks -i target.txt -o output.txt
-c--chatidCriação de notificação do Telegramshell-history-leaks --chatid yourid
-b--blogPara ler sobre o bug do shell-history-leaksshell-history-leaks -b
-h--helpMenu de ajudashell-history-leaks -h