unr-deaddrop / pygin

Cross-platform agent for DeadDrop written in Python.
0 stars 0 forks source link

Implement token grabber command #70

Closed lgactna closed 7 months ago

lgactna commented 7 months ago

This basically means "integrate Empyrean into the payload generation process by modifying it and inventing an EmpyreanResult object", then "get everything to run on Windows through a command".

Most likely, that just means including a hardcoded configuration in the buildchain and using Emyprean's built-in build system. Since Windows docker images don't really exist, we might just take the approach of doing the following:

Of course, the thing is that we haven't really been building for Windows, which is related to #72. So this will take some work to get correctly.

lgactna commented 7 months ago

fixed by #87