Skip to content

Releases: matro7sh/myph

v1.2.3: Minor fixes

30 Jan 15:47
v1.2.3
09dc0e6
Compare
Choose a tag to compare

Changelog

  • d63a844 chore(meta): bumping version && only using amd64 in release mode
  • 39619a0 chore(meta): rm -rf utils
  • 2539c14 feat(build): added receipt to check release build
  • d37fae2 fix(loaders): non-api-hashing methods would fail in some cases
  • f22a25e fix(myph): retrieving dependencies for API hashing

v1.2.2

10 Jan 19:46
v1.2.2
fb5a840
Compare
Choose a tag to compare

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

06 Dec 22:54
v1.2.1
94d4840
Compare
Choose a tag to compare

Changelog

  • 94d4840 fix(cli): compiling as exe does not set the correct env values
  • db82f5a hotfix(tools): removing import from template

v1.2.0

06 Dec 16:14
v1.2.0
15ab6e5
Compare
Choose a tag to compare

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!)

Full Changelog: v1.1.0...v1.2.0

Release 1.1.0

29 Jul 22:13
v1.1.0
a041585
Compare
Choose a tag to compare

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 :)

v1.0.0

12 Feb 22:28
545b6f8
Compare
Choose a tag to compare

Loader with CRT