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

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

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

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

工具目录

分类

查看所有分类
Loading categories
phpinfo-files-leaks — 此工具用于查找 PHP 信息页面 | Kitploit
工具/GitHubGitHub/cappricio-securities/phpinfo-files-leaks
侦察漏洞扫描器Web漏洞扫描器信息收集Web安全渗透测试错误配置
GitHubcappricio-securities/phpinfo-files-leaks

phpinfo-files-leaks

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

此工具用于查找 PHP 信息页面

查看仓库网站
142年前尚未审核
logo

徽章

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

许可证

MIT

安装

  1. 安装 Python3 和 pip 说明(如果你连这个都不会,那你其实不应该使用这个工具)

    • 通过 pip 安装
      • root@kitploit:~
           pip install phpinfo-file-leaks 
        
    • 运行以下命令检查
      • phpinfo-file-leaks -h

配置

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

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

使用方法

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

    • 检查单个 URL
      • root@kitploit:~
           phpinfo-file-leaks -u http://example.com 
        
    • 检查 URL 列表
      • root@kitploit:~
          phpinfo-file-leaks -i urls.txt 
        
    • 将输出保存到 TXT 文件
      • root@kitploit:~
          phpinfo-file-leaks -i urls.txt -o out.txt
        
    • 想了解关于 phpinfo-file-leaks 的更多信息?然后输入以下命令
      • root@kitploit:~
          phpinfo-file-leaks -b
        

🚨 免责声明

此工具旨在帮助识别安全漏洞并提供协助;Cappricio Securities 对任何非法使用不承担任何责任。 请在法律和道德允许的范围内负责任地使用。🔐🛡️

工作 PoC 视频

asciicast

帮助菜单

获取所有条目

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]

🔗 链接

Website linkedin twitter

作者

  • @karthithehacker

反馈

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

下载工具
参数类型描述示例
-u--url要扫描的 URLphpinfo-file-leaks -u https://target.com
-i--input从 txt 文件读取输入的文件名phpinfo-file-leaks -i target.txt
-o--output将输出写入 txt 文件的文件名phpinfo-file-leaks -i target.txt -o output.txt
-c--chatid创建 Telegram 通知phpinfo-file-leaks --chatid yourid
-b--blog阅读关于 phpinfo-file-leaks Bug 的信息phpinfo-file-leaks -b
-h--help帮助菜单phpinfo-file-leaks -h