-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test/impacket 0 9 20 #7
Open
ropnop
wants to merge
71
commits into
master
Choose a base branch
from
test/impacket_0_9_20
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Should the __python36__ branch be removed as well to keep folks from stumbling into the wrong place?
Travis CI: Time to take off the training wheels...
hLsarOpenPolicy2 was being reference (incorrectly) from lsat
flake8 says: ``` ./impacket/examples/remcomsvc.py:1:1: E902 TokenError: EOF in multi-line statement ```
- Shown under Python3 (Python2 doesn't care) - Addresses fortra/impacket#617 - Also fixed another minor Python2/3 dict port
__decryptHash was throwing IndexError on Windows 2016 if a hash was encrypted with a PEK with a higher index than 0. This patch attempts to extract all keys from the PEK list. The PEK list format was reverse engineering by eyeball. YMMV.
Remove trailing backslash in remcomsvc.py
smb3: fix the check to not encrypt anonymous connection
This is a lazy change. Delete commented and unused lines.
Dummy clean on file
Travis CI: Test on Python 3.7 and flake8 3.7
Add STYPE_MASK constant
Fixed broken ldap3 requirement
Also handling raw buffers in dtypes.STR.__getitem__()
Adjust 5257b9d changes to dtypes.STR to work in Python 2 & 3
- Plus fixing bug that wasn't showing the domain we're connecting when using the NETLOGON approach to get signing keys
and for testing KDC handling S4U2Self with unkeyed checksum. See CVE-2018-16860 and CVE-2019-0734 Signed-off-by: Isaac Boukris <iboukris@gmail.com>
A tool for testing CVE-2018-16860 and CVE-2019-0734
- chmod +x - Adding exec #! - Adding impacket banner - Fixing code style proposed by pyCharm
…cket into stuken-nested_obj_value_fix
Added NTLM relays leveraging Webdav authentications
fix the import path of hLsarOpenPolicy2
Signed-off-by: Michael Niewöhner <michael.niewoehner@8com.de>
Signed-off-by: Michael Niewöhner <michael.niewoehner@8com.de>
…0/impacket into c0d3z3r0-for_upstream/unicode_fix
Hi, RQueryServiceObjectSecurity structure wasn't configured properly. The array of the actual security descriptor was defined as the whole response, so it wasn't able to unpack 'pcbBytesNeeded' properly. I fixed this and the handling of insufficient buffer size (cbBufSize is smaller than the size of the security descriptor).
Fix bug in RQueryServiceObjectSecurity
Hi, in SMB2QueryInfo the infoType field was statically set to SMB2_0_INFO_FILE. In order to query security descriptor and more, I change it to use the actual infoType parameter passed to the function.
Add support for all info types query\set info request
- It'll just last a few minutes till we come back to -dev :P
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.