rapid7 / ruby_smb

A native Ruby implementation of the SMB Protocol Family
Other
80 stars 80 forks source link

Add definitions for three new EFS RPC requests and responses #248

Closed zeroSteiner closed 1 year ago

zeroSteiner commented 1 year ago

This adds definitions for the following three EFS RPC methods. They'll be required by updates to the petitpotam module I will submit to Metasploit soon.

The easiest way to test this will be with the new petitpotam module changes which will add each of these in as a new method that can be selected. More detailed steps will be posted in that PR.

cdelafuente-r7 commented 1 year ago

Thanks for updating this. I tested using the new PetitPotam module changes and everything looks good. I'll go ahead and land it.

cdelafuente-r7 commented 1 year ago

Release Notes

This adds definitions for the EfsRpcDecryptFileSrv, EfsRpcQueryRecoveryAgents andEfsQueryUsersOnFile` EFS RPC methods. They'll be required by the Metasploit PetitPotam module.