Skip to content

Commit b5db2dd

Browse files
authored
Update version.py
added exegol fork mention
1 parent 84ebce4 commit b5db2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impacket/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
version = "?"
2020
print("Cannot determine Impacket version. "
2121
"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)
22+
BANNER = "Impacket (Exegol fork) v{} - Copyright Fortra, LLC and its affiliated companies \n".format(version)
2323
WARNING_BANNER = "".join(("===============================================================================\n",
2424
" Warning: This functionality will be deprecated in the next Impacket version \n",
2525
"===============================================================================\n"))

0 commit comments

Comments
 (0)