Skip to content

Commit 44d1ef4

Browse files
committed
v1.2.0
1 parent 27637bd commit 44d1ef4

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## [v1.2.0] - 2023-06-29
4+
5+
- New agents added
6+
- PHP Agent using "create_function" as executor
7+
- PHP Agent using "include/require" as executor
8+
- NET Agent using "Assembly.Load" as executor
9+
- NET Agent using "System.Reflection.Emit" as executor
10+
- New compilers added to be used with different executors:
11+
- "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).
12+
- "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.
13+
- New utils:
14+
- "Precompiler": utility that allows to precompile Kraken modules. These can be used in executors that use dynamic loading of binaries into memory.
15+
- New NET Assemblies:
16+
- New NET Assemblies focused on Privilege Escalation abusing DCOM services have been added: PrinterNotifyPotato and McpManagementPotato.
17+
- A modified version of EfsPotato, an Elevation of Privilege exploit abusing MS-EFSR, has been added.
18+
- New modules:
19+
- "enum_antivirus": module to enumerate registered antivirus (via WMI) in Windows systems. Readapted from [Seatbelt command](https://github.com/GhostPack/Seatbelt/blob/master/Seatbelt/Commands/Windows/AntiVirusCommand.cs)
20+
- By introducing new agents and compilers, small changes have been made in the Core and in the different submodules (envs, modules, etc).
21+
- Multiple Bugs Fixed
22+
- 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.
23+
- Fixed some minor bugs in PHP agents (st and c2). They now provide more insight into certain bugs.
24+
- 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.
25+
326
## [v1.1.1] - 2023-03-24
427

528
- Multiple bugs fixed:

modules

Submodule modules updated 65 files

0 commit comments

Comments
 (0)