此工具用于查找 PHP 信息页面
安装 Python3 和 pip 说明(如果你连这个都不会,那你其实不应该使用这个工具)
pip install phpinfo-file-leaks
phpinfo-file-leaks -h我们集成了 Telegram API,以便在检测到漏洞时即时发送通知。
phpinfo-file-leaks --chatid <YourTelegramChatID>
@CappricioSecuritiesTools_bot 并点击开始此工具具有多种使用场景。
phpinfo-file-leaks -u http://example.com
phpinfo-file-leaks -i urls.txt
phpinfo-file-leaks -i urls.txt -o out.txt
phpinfo-file-leaks 的更多信息?然后输入以下命令
phpinfo-file-leaks -b
🚨 免责声明
此工具旨在帮助识别安全漏洞并提供协助;Cappricio Securities 对任何非法使用不承担任何责任。 请在法律和道德允许的范围内负责任地使用。🔐🛡️
👋 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]
如有任何反馈,请通过 [email protected] 联系我们。
| 参数 | 类型 | 描述 | 示例 |
|---|
-u | --url | 要扫描的 URL | phpinfo-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 |