Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/scapy/layers/msrpce/__init__.py: 50%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

1# SPDX-License-Identifier: GPL-2.0-only 

2# This file is part of Scapy 

3# See https://scapy.net/ for more information 

4# Copyright (C) Gabriel Potter 

5 

6""" 

7[MS-RPCE] Remote Procedure Call Protocol Extensions 

8 

9This module contains toolery to interact with Microsoft's [MS-RPCE] 

10(DCE/RPC) extensions. 

11 

12It contains the following modules: 

13 

14- ``scapy.layers.msrpce.rpcclient``: a MS-RPCE client 

15- ``scapy.layers.msrpce.rpcserver``: a MS-RPCE server 

16- ``scapy.layers.msrpce.ept``: DCE/RPC 1.1 endpoint mapper 

17- ``scapy.layers.msrpce.mspac``: [MS-PAC], the PAC in Kerberos packets 

18- ``scapy.layers.msrpce.msnrpc``: [MS-NRPC], a client and SSP 

19- ``scapy.layers.msnpce.raw``: raw RPC classes 

20"""