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:
parent
d2e96c1dc7
commit
3cb4354cc7
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue