1
0
Fork 0
mirror of https://github.com/cube0x0/CVE-2021-1675.git synced 2024-12-22 10:46:32 +00:00

Modify shebang so we are friendlier to virtualenvs

This commit is contained in:
Watson, Cory 2021-07-14 17:00:56 -04:00
parent d2e96c1dc7
commit 3cb4354cc7

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from impacket.dcerpc.v5 import rprn
from impacket.dcerpc.v5 import transport
from impacket.dcerpc.v5.dtypes import NULL