update the code of script to support latest mingw gcc versions #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
got this error :
/ /)/ _ \ \ /\ / / _ \ '_\ | / _
|/ _|/ _ \ '|/ / () \ V V / __/ | \ \ || (| | (| | / |
/ _/ _/_/ _|| _/__,|_, |___||
_ __ _ _ |/
| ' | | | |
| |) | || | A payload stager using PowerShell
() ./ _, | Created by z0noxz
|| |_/
Traceback (most recent call last):
File "power.py", line 2962, in
main(sys.argv[1:])
File "power.py", line 2949, in main
compile_source()
File "power.py", line 2694, in compile_source
Print.add_name_value("File signature", hashlib.md5(open(output, "rb").read()).hexdigest(), Print.info)
IOError: [Errno 2] No such file or directory: 'windowsbd'
with gcc-mingw-w64-i686 version 8.3.0
after downgrading to 4.9.1 version in debian jessie repository the problem disapeared .
your script requires all these packages
gcc-mingw-w64-i686
gcc-mingw-w64-x86-64
binutils-mingw-w64-i686
binutils-mingw-w64-x86-64
and right now it will only work if these packages came from jessie repository .
I have very limited time for this at the moment. If anyone else has the time,
feel free to send a pull request.
On 2019-12-14 15:48:01, peterpt wrote: