Martin Gallo
4152e128b8
Replaced shebang with a virtualenv friendly one
...
Replaced all instances of `#!/usr/bin/python` with `#!/usr/bin/env python` so impacket's examples and scripts can be run inside a virtualenv without having to call python.
2017-01-11 12:43:54 -03:00
asolino
8c094b7998
Adding eXecute permissions to the scripts, fixing https://github.com/CoreSecurity/impacket/issues/71
2015-06-25 09:50:19 -03:00
asolino
4e32a0d498
Removing some pyCharm's erros/warnings
...
More scripts/libs changed. Hopefully doesn't break a thing. Test cases are passing
2015-05-25 20:40:17 -03:00
asolino
8b8f8a6947
Pyton imports fixups
...
1) Removed unnecesary imports, avoid import * whenever possible
2) Copyright updated
3) Minor typos fixed
4) File formats to Unix (LF)
2015-05-23 11:56:59 -03:00
asolino
119e4438dd
Changing logging mechanisms everywhere.
...
Full details coming soon
2015-04-25 14:40:41 -03:00
gera
01c4a4d45c
new examples to show newer features
2006-05-22 22:16:38 +00:00