s0lst1c3 / dropengine

DropEngine provides a malleable framework for creating shellcode runners, allowing operators to choose from a selection of components and combine them to create highly sophisticated payloads within seconds.
GNU General Public License v3.0
208 stars 28 forks source link

Fixed base class required attributes for dkey, crypter modules. #3

Closed s0lst1c3 closed 4 years ago

s0lst1c3 commented 4 years ago

Corrected required attributes for crypter and dkey base classes, which resolves #1 . Modified dispatcher_cli to use mutator_null as default mutator if none is selected by user.