Skip to content

Instantly share code, notes, and snippets.

@zdi-team
Created June 7, 2022 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdi-team/ad9f9dd48b71cfc0297f70280a3d4b01 to your computer and use it in GitHub Desktop.
Save zdi-team/ad9f9dd48b71cfc0297f70280a3d4b01 to your computer and use it in GitHub Desktop.
Offset Size Description
(bytes)
------- ----- ----------------------------------
0x00 4 XID
0x04 4 Message Type (Call: 0)
0x08 4 RPC Version
0x0C 4 Program (e.g., 100000: portmap)
0x10 4 Program Version
0x14 4 Procedure
0x18 4 Credentials Flavour (e.g., AUTH_UNIX: 1)
0x1c 4 Credentials Length (q)
0x20 q Credentials
0x20+q 4 Verifier Flavour (e.g., AUTH_NULL: 0)
0x24+q 4 Verifier Length: w
0x28+q w Verifier
0x28+q+w N Program-specific data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment