Skip to content
Snippets Groups Projects
Commit 2a4b5329 authored by leo.muff's avatar leo.muff
Browse files

cleanup

parent 710096b5
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,6 @@ INFO_API = "/info" ...@@ -10,8 +10,6 @@ INFO_API = "/info"
COMMANDS_API="/commands" COMMANDS_API="/commands"
BUFFERMAXLEN = 50 BUFFERMAXLEN = 50
API_TOKEN = "cbbYrcu6BkM6dSnmzMU0BWZMlxqrIboT" API_TOKEN = "cbbYrcu6BkM6dSnmzMU0BWZMlxqrIboT"
SHELL_PORT = "4444"
SHELL_IP = "127.0.0.1"
#NEEDED FOR SERVER #NEEDED FOR SERVER
......
...@@ -8,22 +8,13 @@ ...@@ -8,22 +8,13 @@
# to do # to do
## functions ## functions
- command api + client + command interface + data log --> get pour les commande et post pour leur resultat - get client errors from env
- 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 ?
- encrypt keylogger data - encrypt keylogger data
- better frontend
- ssl - ssl
## cleanup / optimisation ## cleanup / optimisation
- améliorer gestion erreur
- move log operation to log.rs
- meilleurs noms pour les routes
- add timestamp for commands result - add timestamp for commands result
# questions
- handling errors in threads
# API # API
...@@ -38,14 +29,9 @@ ...@@ -38,14 +29,9 @@
- Keylogger - Keylogger
- Accès webcam - Accès webcam
- Accès micro - Reverse Shell
- Encryption (ransomware) - Fork bomb
2. Serveur de commandes
- Nat pown ?
3. Exploit (Dirty pipe)
## Database : ## Database :
- Engine : Postgres (Diesel) - Engine : Postgres (Diesel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment