responder integration complete

This commit is contained in:
byt3bl33d3r 2014-12-08 13:52:28 +01:00
commit 32bd4b64e4
18 changed files with 273 additions and 164 deletions

View file

@ -1,5 +1,5 @@
import struct
from libs.responder.odict import OrderedDict
from odict import OrderedDict
def longueur(payload):
length = struct.pack(">i", len(''.join(payload)))