forked from p15670423/monkey
Changelog: Add entries for #2261
This commit is contained in:
parent
b11cd9c5f1
commit
3fbbc01861
|
@ -24,6 +24,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- The ability to customize the file extension used by ransomware when
|
- The ability to customize the file extension used by ransomware when
|
||||||
encrypting files. #1242
|
encrypting files. #1242
|
||||||
- `/api/agents` endpoint.
|
- `/api/agents` endpoint.
|
||||||
|
- `/api/agent-signals` endpoint. #2261
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Reset workflow. Now it's possible to delete data gathered by agents without
|
- Reset workflow. Now it's possible to delete data gathered by agents without
|
||||||
|
@ -64,6 +65,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- Tunneling to relays to provide better firewall evasion, faster Island
|
- Tunneling to relays to provide better firewall evasion, faster Island
|
||||||
connection times, unlimited hops, and a more resilient way for agents to call
|
connection times, unlimited hops, and a more resilient way for agents to call
|
||||||
home. #2216, #1583
|
home. #2216, #1583
|
||||||
|
- "/api/monkey-control/stop-all-agents" to "/api/agent-signals/terminate-all-agents" #2261
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- VSFTPD exploiter. #1533
|
- VSFTPD exploiter. #1533
|
||||||
|
@ -109,6 +111,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- "/api/configuration/export" endpoint. #2002
|
- "/api/configuration/export" endpoint. #2002
|
||||||
- "/api/island-configuration" endpoint. #2003
|
- "/api/island-configuration" endpoint. #2003
|
||||||
- "-t/--tunnel" from agent command line arguments. #2216
|
- "-t/--tunnel" from agent command line arguments. #2216
|
||||||
|
- "/api/monkey-control/neets-to-stop". #2261
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- A bug in network map page that caused delay of telemetry log loading. #1545
|
- A bug in network map page that caused delay of telemetry log loading. #1545
|
||||||
|
|
Loading…
Reference in New Issue