Skip to content

l00sy4/RpcDump-BOF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RpcDump BOF

Beacon Object File that mimics Impacket's rpcdump

Usage

The BOF takes three arguments:

  • String representation of a protocol sequence
  • String representation of the network address, in a format which corresponds with the protocol sequence (e.g. for ncacn_ip_tcp you need a four-octet IP or a host name)
  • Flag indicating whether authentication should be used. If set, the BOF will use the security context of the calling thread. Otherwise the binding will be anonymous

Example

rpcdump ncacn_ip_tcp localhost
rpcdump ncacn_np \\target use-auth

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors