GoSploit / roadmap

0 stars 0 forks source link

Dynamic module injection in payloads #2

Open odd-meta opened 9 years ago

odd-meta commented 9 years ago

This feature will allow dynamic module loading in payloads. Currently payloads require modules to be pre-compiled into them.

Possibly re-write the the payload modules in nimrod to facilitate this reflexive loading capability.

andyleap commented 9 years ago

PoC code has been written to test this, it looks like it should be doable in pure golang. There's a bit of code that needs to be done to build it correctly, but a lot of it is just slogging through the file formats and such.