scapy
scapy copied to clipboard
Windows: add Kerberos PKINIT, Netlogon's Kerberos secure channel, better NTLM variants
- add CMS signing / check
- refactor (a lot)
scapy/layers/tls/cert.pyadd add documentation- Chain wasn't as useful as it could be. We now have a
CertTreeclass that serves as a certificate store (think like Windows), and properly links certificates against their issuer, to a list of root CAs -
getchain()allows to find a chain of certificates towards one -
verify()says if a certificate can be verified against the store
- Chain wasn't as useful as it could be. We now have a
- support PKINIT in Kerberos
- Load KRB5CCNAME in
SPNEGO.from_cli_arguments - fix Kerberos handling in DCE/RPC passive sniffing
- improve Kerberos handling of the "DELEGATION"-related structures
- Improve DCE/RPC context handling (keeps the context IDs when re-binding to the same interface, etc.)
- Add support for Kerberos secure channels in MS-NRPC
- Add the ability to chose between WindowsNT, Windows2000 and Windows2003+ variants of NTLM when building packets
- add an ability to NOT send channel bindings in HTTP
Codecov Report
:x: Patch coverage is 66.04803% with 311 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 80.81%. Comparing base (e73137e) to head (ed7f1f1).
Additional details and impacted files
@@ Coverage Diff @@
## master #4879 +/- ##
==========================================
- Coverage 80.86% 80.81% -0.05%
==========================================
Files 368 368
Lines 90271 90636 +365
==========================================
+ Hits 72996 73250 +254
- Misses 17275 17386 +111
| Files with missing lines | Coverage Δ | |
|---|---|---|
| scapy/asn1/mib.py | 91.66% <100.00%> (+0.05%) |
:arrow_up: |
| scapy/layers/dcerpc.py | 90.10% <100.00%> (+0.04%) |
:arrow_up: |
| scapy/layers/http.py | 83.68% <100.00%> (+0.02%) |
:arrow_up: |
| scapy/layers/ldap.py | 67.11% <ø> (+0.12%) |
:arrow_up: |
| scapy/layers/msrpce/rpcserver.py | 89.14% <ø> (ø) |
|
| scapy/layers/smb.py | 76.70% <ø> (-0.36%) |
:arrow_down: |
| scapy/layers/smbclient.py | 73.05% <100.00%> (ø) |
|
| scapy/layers/smbserver.py | 72.78% <ø> (ø) |
|
| scapy/layers/x509.py | 97.95% <100.00%> (+0.39%) |
:arrow_up: |
| scapy/modules/ticketer.py | 41.64% <100.00%> (+0.49%) |
:arrow_up: |
| ... and 10 more |
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.