update: readme
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB |
BIN
Screenshots/builder.png
Normal file
BIN
Screenshots/builder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
Screenshots/fex.png
Normal file
BIN
Screenshots/fex.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
Screenshots/main_menu.png
Normal file
BIN
Screenshots/main_menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
Screenshots/shell.png
Normal file
BIN
Screenshots/shell.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
36
readme.md
36
readme.md
@@ -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>
|
||||
|
||||
|
||||

|
||||
# Screenshots
|
||||

|
||||

|
||||

|
||||

|
||||
Reference in New Issue
Block a user