mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-22 04:50:06 +00:00
list config in README
This commit is contained in:
parent
0f07f08938
commit
5fcdb53740
@ -12,6 +12,7 @@ Laika is a simple Remote Access Toolkit stack for educational purposes. It allow
|
|||||||
Some notable features thus far:
|
Some notable features thus far:
|
||||||
- [X] Lightweight, the bot alone is 270kb (22kb if not statically linked with LibSodium) and uses very little resources minimizing Laika's footprint.
|
- [X] Lightweight, the bot alone is 270kb (22kb if not statically linked with LibSodium) and uses very little resources minimizing Laika's footprint.
|
||||||
- [X] Authentication & packet encryption using LibSodium and a predetermined public CNC key.
|
- [X] Authentication & packet encryption using LibSodium and a predetermined public CNC key.
|
||||||
|
- [X] Server and Shell configuration through `.ini` files.
|
||||||
- [X] Ability to open shells remotely on the victim's machine.
|
- [X] Ability to open shells remotely on the victim's machine.
|
||||||
- [ ] Ability to relay socket connections to/from the victim's machine.
|
- [ ] Ability to relay socket connections to/from the victim's machine.
|
||||||
- [ ] Uses obfuscation techniques also seen in the wild (string obfuscation, tiny VMs executing sensitive operations, etc.)
|
- [ ] Uses obfuscation techniques also seen in the wild (string obfuscation, tiny VMs executing sensitive operations, etc.)
|
||||||
|
Loading…
Reference in New Issue
Block a user