You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./unpacker.py New\ Order\ SO0006473\ .exe
Traceback (most recent call last):
File "/home/period/src/Malware_Scripts/guloader/./unpacker.py", line 60, in <module>
data = brute_it(data)
File "/home/period/src/Malware_Scripts/guloader/./unpacker.py", line 37, in brute_it
needle = struct.unpack('<I', '\x81\xec\x00\x02')[0]
TypeError: a bytes-like object is required, not 'str'
For python2 it seemed to work on an older known sample.
If you cannot download from vt, please reply and I can host it somewhere else for you to fetch for testing purposes, but it appears to be a vb6 exe containing shellcode and closely behaves like guloader if not directly is.
The text was updated successfully, but these errors were encountered:
For python2 it seemed to work on an older known sample.
But on this more recent sample:
Sample
If you cannot download from vt, please reply and I can host it somewhere else for you to fetch for testing purposes, but it appears to be a vb6 exe containing shellcode and closely behaves like guloader if not directly is.
The text was updated successfully, but these errors were encountered: