You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ GetUserSPNs.py --help
/usr/bin/GetUserSPNs.py:438: SyntaxWarning: "is" with a literal. Did you mean "=="?
if userDomain is '':
Impacket v0.9.20 - Copyright 2019 SecureAuth Corporation
...
Similar in all other scripts.
Additional context
Space for additional context, investigative results, suspected issue.
The text was updated successfully, but these errors were encountered:
Python 3.8 introduced a warning.
It's already fixed:
https://github.com/SecureAuthCorp/impacket/blob/0056b61ca52e13acf05d101518976980f1592d85/examples/GetUserSPNs.py#L445
Last release was 09/2019, is a release planned soon ?
Configuration
impacket version: v0.9.20
Python version: 3.8
Target OS: ArchLinux
Debug Output With Command String
Similar in all other scripts.
Additional context
Space for additional context, investigative results, suspected issue.
The text was updated successfully, but these errors were encountered: