-
-
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.
* The Windows Update 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.) * CI: remove travis and log smbclient version * Add parsing of SECURITY_DESCRIPTOR * Use UPN in NTLMSSP * Slightly more doc * More smb error handling * Minor SMB/Kerberos doc updates * Minor ticketer improvements and fixes * Conditional ACEs + SDDL * Minor SMB client API cleanups for query * Remove rfc3961 cryptography's hack for DES * Fix smbserver symlinks + smbclient guest * PEP8 * Minor doc fix * Fix wrong SPNEGO auth_type
- Loading branch information
Showing
92 changed files
with
23,769 additions
and
5,152 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.