SubRosa
Basic tool to automate backdooring PE files
Install / Use
/learn @ihack4falafel/SubRosaREADME
<p align="center">
<img src="https://github.com/ihack4falafel/SubRosa/blob/master/Logo.png">
</p>
SubRosa is basic tool written in python that helps automate some of tasks during the process of backdooring PE files. The following are list of the current and future features:
- [x] Check/Disable ASLR
- [x] Search for exsisting code caves
- [x] Add new section
- [x] Split file to smaller chuncks for further analysis
- [ ] Add AV sandbox evasion template (heuristic analysis)
- [ ] Add custom encoder template to bypass AV signature-based detection
As you can see in the following demo options are pretty self explanatory.
<p align="center"> <img src="https://github.com/ihack4falafel/SubRosa/blob/master/Demo.gif"> </p>