We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ebce4 commit b5db2ddCopy full SHA for b5db2dd
impacket/version.py
@@ -19,7 +19,7 @@
19
version = "?"
20
print("Cannot determine Impacket version. "
21
"If running from source you should at least run \"python setup.py egg_info\"")
22
-BANNER = "Impacket v{} - Copyright Fortra, LLC and its affiliated companies \n".format(version)
+BANNER = "Impacket (Exegol fork) v{} - Copyright Fortra, LLC and its affiliated companies \n".format(version)
23
WARNING_BANNER = "".join(("===============================================================================\n",
24
" Warning: This functionality will be deprecated in the next Impacket version \n",
25
"===============================================================================\n"))
0 commit comments