Results 23 comments of Und3rf10w

Pushing anticipated release date to end of May 2018. Life happens unfortunately 😞

I'm gonna go ahead and close this as a `wontfix` for now. Please reference #26 for additional details.

Reopening. I'm gonna continue with the existing codebase for now and reconsider a rewrite for a later date.

Should probably consider whether or not we want to move towards a saner, more standardized style, [as described here](https://github.com/Und3rf10w/external_c2_framework/issues/26#issuecomment-382254766), as a target for this release. This SHOULDN'T be terribly difficult,...

I just realized that if the project standardized on `transports` being responsible for interfacing with the `encoder`, instead of a `framwork` component, then this would resolve the problem entirely in...

Use `importlib.import_module()` (https://docs.python.org/2/library/importlib.html), need to rewrite the `importModule()` function.

See the above referenced issues for additional context and insight into challenges with the current implementation that this redesign aims to mitigate.

A rewrite should also attempt to better comply with [PEP8](https://www.python.org/dev/peps/pep-0008/). At a minimum, a rewrite should comply with the following objectives (taken mostly from PEP8): - All indentation will be...

Opened [new branch `rewrite`](https://github.com/Und3rf10w/external_c2_framework/tree/rewrite), will use that to track progress of rebuild.

@realoriginal I promise I'm not ignoring this; honestly, I'm somewhat struggling with what I want the final result to look like and how to best approach it. At this time,...