-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR includes a major refactor regarding several Windows specific protocols, particularily SMB2/3 and DCE/RPC. It also touches many parts of Scapy's core in order to accommodate those changes. This includes: - DCE/RPC: - DCERPC_Client with support for NCACN_IP_TCP and NCACN_NP - DCERPC_Server with support for NCACN_IP_TCP and NCACN_NP - Finish NDR engine ! - Server/Client Endpoint mapper support - Premises of a few special clients (Netlogon, DCOM, ...) - A few RPC interfaces (to debug/test the DCE/RPC engine. TODO: MORE !) - Documentation ! - SMB2/3: - Protocol refactor, many more SMB2/3 structures supported - Server (class + 'simple' util smbserver()) (2.0.2 to 3.1.1) - Client (class + interactive CLI smbclient()) (2.0.2 only) - SMB socket, RPC over SMB socket, etc. - Documentation ! - Kerberos: - KerberosSSP to use in SMB/RPC clients/servers - Crypto: use cryptography, latest RFC8009, typing, etc. - Util functions krb_as_req, krb_tgt_req, kpasswd (both modes), etc. - [MS-KILE] variants, SFU and more ! - Both MIT and Windows variations support - NTLM: - refactor, clean SSP - remove relay (TODO: reimplement with the new system) - Extensive GSSAPI / SPNEGO support ! - Ticketer++ - CCache support: read/write - Kerberos integration: ask/renew/resign/edit tickets - Change ticket fields through a GUI ! and more ! - LDAP - Fixes, ASN.1 Windows variation support - dclocator, answering machine for "LDAP PING" - Automaton: - fixes (memory usage on Windows) - support for EOF events - spawn() mode, better socket.socket support and more ! - StreamSocket changes, support for TCP reassembly, etc ! - Unit tests for everything (using samba, etc.)
- Loading branch information
gpotter2
committed
Dec 26, 2023
1 parent
0dd08cd
commit ba83083
Showing
90 changed files
with
23,027 additions
and
5,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.