Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
shell-history-leaks — 该工具用于查找shell历史记录泄露 | Kitploit
工具/GitHubGitHub/cappricio-securities/shell-history-leaks
侦察漏洞扫描器信息收集Web安全渗透测试
GitHubcappricio-securities/shell-history-leaks

shell-history-leaks

该工具用于查找shell历史记录泄露

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站
22年前尚未审核
logo

徽章

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

许可证

MIT

安装

  1. 安装 Python3 和 pip 点击此处查看说明(如果你连这都不会,那你其实不该用这个工具)

    • 通过 pip 安装
      • root@kitploit:~
           pip install shell-history-leaks 
        
    • 运行以下命令进行验证
      • shell-history-leaks -h

配置

  1. 我们已集成 Telegram API,以便在检测到漏洞时即时发送通知。

    • Telegram 通知
      • root@kitploit:~
           shell-history-leaks --chatid <YourTelegramChatID>
        
    • 打开你的 Telegram,搜索 @CappricioSecuritiesTools_bot 并点击开始

用法

  1. 该工具有多种使用场景。

    • 检测单个 URL
      • root@kitploit:~
           shell-history-leaks -u http://example.com 
        
    • 检测 URL 列表
      • root@kitploit:~
          shell-history-leaks -i urls.txt 
        
    • 将输出保存到 TXT 文件
      • root@kitploit:~
          shell-history-leaks -i urls.txt -o out.txt
        
    • 想了解 shell-history-leaks?输入以下命令
      • root@kitploit:~
          shell-history-leaks -b
        

🚨 免责声明

本工具旨在帮助识别安全漏洞并提供协助;Cappricio Securities 不对任何非法使用负责。 请在法律和道德边界内负责任地使用。🔐🛡️

运行 PoC 视频

asciicast

帮助菜单

获取所有项目

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]

🔗 链接

Website linkedin twitter

作者

  • @karthithehacker

反馈

如有任何反馈,请通过 [email protected] 联系我们

下载工具
参数类型说明示例
-u--url要扫描的 URLshell-history-leaks -u https://target.com
-i--input从 txt 文件读取输入shell-history-leaks -i target.txt
-o--output将输出写入 txt 文件shell-history-leaks -i target.txt -o output.txt
-c--chatid创建 Telegram 通知shell-history-leaks --chatid yourid
-b--blog阅读关于 shell-history-leaks 漏洞的文章shell-history-leaks -b
-h--help帮助菜单shell-history-leaks -h