chvancooten / NimPlant

A light-weight first-stage C2 implant written in Nim.
MIT License
779 stars 109 forks source link

Major refactor of the NimPlant server side Python code #29

Closed chvancooten closed 6 months ago

chvancooten commented 6 months ago

A simple fix following #28 threw me in a rabbithole of refactoring the entire server side of NimPlant. This PR includes many changes, primarily Python refactoring, symbol renaming (PEP-compliance <3), and a slew of bugfixes following the changes.

Mostly tested and seems to be stable now, I'd be glad to hear of any issues.