A robust, multiprocessing-capable, multi-family RAT config parser/config extractor for AsyncRAT, DcRAT, VenomRAT, QuasarRAT, XWorm, Xeno RAT, and cloned/derivative RAT families.
MIT License
32
stars
4
forks
source link
Added SHA256 hash to output and refactored configuration generation #4
This commit adds a sha256 member to the configuration, while also better encapsulating the configuration and its updates within the RATConfigParser and DotNetPEPayload classes.
This commit adds a
sha256
member to the configuration, while also better encapsulating the configuration and its updates within theRATConfigParser
andDotNetPEPayload
classes.