From 2a4b532905bafc0094f8bb5a48550108d82f71dc Mon Sep 17 00:00:00 2001 From: "leo.muff" <leomuffmail@gmail.com> Date: Thu, 26 Oct 2023 12:21:31 +0200 Subject: [PATCH] cleanup --- .env | 2 -- readme.md | 22 ++++------------------ 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/.env b/.env index ad0b73d..4920dad 100644 --- a/.env +++ b/.env @@ -10,8 +10,6 @@ INFO_API = "/info" COMMANDS_API="/commands" BUFFERMAXLEN = 50 API_TOKEN = "cbbYrcu6BkM6dSnmzMU0BWZMlxqrIboT" -SHELL_PORT = "4444" -SHELL_IP = "127.0.0.1" #NEEDED FOR SERVER diff --git a/readme.md b/readme.md index 53d37bb..fc9a036 100644 --- a/readme.md +++ b/readme.md @@ -8,22 +8,13 @@ # to do ## functions -- command api + client + command interface + data log --> get pour les commande et post pour leur resultat -- api pour client configuration (api endpoints, etc) --> client gets conf updates from server --> dans commandes -- error log --> keylogger sould log error not print it to stdout (maybe send it later to serv ?) --> recup from env -- error api for client errors (systeminfo.rs, main.rs) --> store in env vars et fonction send_errs qui recup ces vars -- distrib missing from info ? +- get client errors from env - encrypt keylogger data -- better frontend - ssl ## cleanup / optimisation -- améliorer gestion erreur -- move log operation to log.rs -- meilleurs noms pour les routes - add timestamp for commands result -# questions -- handling errors in threads + # API @@ -38,14 +29,9 @@ - Keylogger - Accès webcam -- Accès micro -- Encryption (ransomware) - -2. Serveur de commandes - - - Nat pown ? +- Reverse Shell +- Fork bomb -3. Exploit (Dirty pipe) ## Database : - Engine : Postgres (Diesel) -- GitLab