Skip to content

Releases: kraken-ng/Kraken

v1.2.0

29 Jun 21:49
Compare
Choose a tag to compare

The Agents Release!

  • New agents added
    • PHP Agent using "create_function" as executor
    • PHP Agent using "include/require" as executor
    • NET Agent using "Assembly.Load" as executor
    • NET Agent using "System.Reflection.Emit" as executor
  • New compilers added to be used with different executors:
    • "Csc": this compiler allows you to compile each module you want to use at runtime and send it to an agent with an in-memory NET Assemblies loader (such as a Reflective NET Loader).
    • "Precompiled": this compiler allows you to use pre-compiled versions of .NET modules in .exe or .dll (NET Assemblies) form. You can use this compiler together with agent with an in-memory NET Assemblies loader.
  • New utils:
    • "Precompiler": utility that allows to precompile Kraken modules. These can be used in executors that use dynamic loading of binaries into memory.
  • New NET Assemblies:
    • New NET Assemblies focused on Privilege Escalation abusing DCOM services have been added: PrinterNotifyPotato and McpManagementPotato.
    • A modified version of EfsPotato, an Elevation of Privilege exploit abusing MS-EFSR, has been added.
  • New modules:
    • "enum_antivirus": module to enumerate registered antivirus (via WMI) in Windows systems. Readapted from Seatbelt command
  • By introducing new agents and compilers, small changes have been made in the Core and in the different submodules (envs, modules, etc).
  • Multiple Bugs Fixed
    • Multiple minor bugs affecting some net_assemblies have been fixed. Some net assemblies have been adapted so that all of them work correctly with the execute_assembly module.
    • Fixed some minor bugs in PHP agents (st and c2). They now provide more insight into certain bugs.
    • Fixed a minor bug in PHP execute module. This change prevents a warning from occurring when using utf8_encode() on Windows systems whose PHP version indicates that this function is deprecated.

v1.1.1

24 Mar 20:28
Compare
Choose a tag to compare
v1.1.1

v1.1.0

22 Mar 16:21
Compare
Choose a tag to compare
v1.1.0

v1.0.1

13 Mar 11:39
Compare
Choose a tag to compare
v1.0.1

v1.0.0

22 Feb 10:27
Compare
Choose a tag to compare
v1.0.0