update: readme

This commit is contained in:
2024-07-09 19:48:20 +02:00
parent ceecaf7c22
commit e53d92c84a
6 changed files with 19 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

BIN
Screenshots/builder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
Screenshots/fex.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
Screenshots/main_menu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
Screenshots/shell.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -1,7 +1,6 @@
# Laika # Laika
J'ai commencé un début de Shellcode injection mais j'ai un peu la flemme de continuer. Pour bien faire il faudrait créer un process "zombie" qui va recevoir les shellcodes à injecter (agents/features), et un watcher qui le relance s'il meurt.<br> A very simple RAT I created for fun.<br>
L'agent N'EST PAS plug and play, il manque certaines choses, de plus c'est un projet perso et c'est pas vraiment fait pour être utilisé.<br>
# Agent # Agent
@@ -9,16 +8,14 @@ L'agent N'EST PAS plug and play, il manque certaines choses, de plus c'est un pr
* Reverse shell * Reverse shell
* File explorer (download/upload/remove/execute) * File explorer (download/upload/remove/execute)
* Shellcode execution * Shellcode execution
* Server builder supports [patate-crypter](https://github.com/ALittlePatate/patate-crypter) inetgration
## Caractéristiques ## Characteristics
* Petit (16ko) * Small (17ko) (can go lower)
* Fait en C, sans CRT * Made in C, no CRT
* x32 bit * x32 bit
* Modulaire (peut se déployer via shellcode/dll/pe injection/.exe) * Dynamic API resolving
* Trafic chiffré * Multiple fallback servers
* API resolve de manière dynamique
* Reconnect en cas de plantage serv/autre
* Liste de serveurs de fallback
* FUD * FUD
<details open> <details open>
@@ -26,20 +23,25 @@ L'agent N'EST PAS plug and play, il manque certaines choses, de plus c'est un pr
* x64bit support * x64bit support
* Custom sleep * Custom sleep
* Shellcode injection pour x64/x32 bits process * Shellcode injection cross architecture
</details> </details>
# Server # Server
* Fait en Python * Made with Windows Forms (C#)
* Permet de build le client/faire la config * Can build the client
* File explorer (upload/download/remove/execute) * File explorer GUI (upload/download/remove/execute)
* Remote shell GUI
<details open> <details open>
<summary>TODO</summary> <summary>TODO</summary>
* Fix l'input qui bloque l'arrivée de données (reproductible avec une session powershell) * Dark theme
* Plugins support
</details> </details>
# Screenshots
![Alt text](Screenshots/Server.PNG "Screenshot du server") ![Alt text](Screenshots/main_menu.png "main menu")
![Alt text](Screenshots/builder.png "builder")
![Alt text](Screenshots/shell.png "shell")
![Alt text](Screenshots/fex.png "file explorer")