Commit Graph

8 Commits

Author SHA1 Message Date
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 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 4c2e64ad3a Second round of logging change.
Now there should be a single logger called 'impacket' the library uses.
By default is has a NullHandler so nothing is printed, but messages are
forwarded to the upstream logger.

If you are a script using the library and want to set the root logger
with a custom formatter, you can import impacket.examples.logger.

After some testing I'll merge it into master
2015-04-25 14:40:42 -03:00
jkohen 3402b56758 Changed source license to Apache. 2003-10-27 17:36:57 +00:00
jkohen c359ea3400 Global rename from conspired to impacket. 2003-10-24 17:52:06 +00:00
jkohen 4ac639ef9a Added documentation.
Fixed catch of the mysterious PcapError exception.
2003-10-20 22:04:52 +00:00
jkohen b9bc816237 Split pcap capture files into smaller ones, one for each TCP connection found in the original. 2003-10-20 15:49:43 +00:00