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
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>
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>
A very simple RAT I created for fun.<br>
# 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
* File explorer (download/upload/remove/execute)
* Shellcode execution
* Server builder supports [patate-crypter](https://github.com/ALittlePatate/patate-crypter) inetgration
## Caractéristiques
* Petit (16ko)
* Fait en C, sans CRT
## Characteristics
* Small (17ko) (can go lower)
* Made in C, no CRT
* x32 bit
* Modulaire (peut se déployer via shellcode/dll/pe injection/.exe)
* Trafic chiffré
* API resolve de manière dynamique
* Reconnect en cas de plantage serv/autre
* Liste de serveurs de fallback
* Dynamic API resolving
* Multiple fallback servers
* FUD
<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
* Custom sleep
* Shellcode injection pour x64/x32 bits process
* Shellcode injection cross architecture
</details>
# Server
* Fait en Python
* Permet de build le client/faire la config
* File explorer (upload/download/remove/execute)
* Made with Windows Forms (C#)
* Can build the client
* File explorer GUI (upload/download/remove/execute)
* Remote shell GUI
<details open>
<summary>TODO</summary>
* Fix l'input qui bloque l'arrivée de données (reproductible avec une session powershell)
* Dark theme
* Plugins support
</details>
![Alt text](Screenshots/Server.PNG "Screenshot du server")
# Screenshots
![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")