Releases: matro7sh/myph
v1.2.3: Minor fixes
Changelog
v1.2.2
Important notice
This release introduces experimental support for API hashing, for a few methods only. This is still not completely stable,
but i want to iterate on it. Its usage is optional but i wouldn't recommend on enabling it yet.
We're aware build for 1.2.2 is not available through github issues. we're aware of this and working on fixing it.
What's Changed
- feat(cli): refactoring interfaces for templates by @Alvarwow69 in #12
- feat(cli): introducing support for API loading for PEB by @djnnvx in #14
- feat(cli): adding hashed api calls to new methods by @djnnvx in #15
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
What's Changed
- fix(docs): usage syntax highlighting by @akirataguchi115 in #2
- feat(cli): winres support to change metadata by @djnnvx in #3
- feat(loaders): add
createFiber
method by @djnnvx in #4 - feat(loaders): CRTx - adding CreateRemoteThreadEx technique by @djnnvx in #5
- feat(loader): adding
EtwpCreateEtwThread
method by @djnnvx in #6 - feat(cli): adding option to compile as dll by @Alvarwow69 in #8
- Small Persistence module by @xl00t in #7
- feat(loader): callback-execution technique by @xl00t in #9
New Contributors (big thanks to them!)
- @akirataguchi115 made their first contribution in #2
- @Alvarwow69 made their first contribution in #8
- @xl00t made their first contribution in #7
Full Changelog: v1.1.0...v1.2.0
Release 1.1.0
This release features a complete rewrite of the project.
Of course, old features are still supported, but myph now comes with a much more generic design which should help implement new techniques faster.
New techniques have been added:
CreateProcess
ProcessHollowing
Syscall
New encryption methods are supported for the payload:
chacha20
Blowfish
XOR
Stability has also been improved, as the loader is now tested against C2 frameworks, and not just Metasploit.
Feel free to try it out :)