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"
COMMANDS_API="/commands"
BUFFERMAXLEN = 50
API_TOKEN = "cbbYrcu6BkM6dSnmzMU0BWZMlxqrIboT"
SHELL_PORT = "4444"
SHELL_IP = "127.0.0.1"
#NEEDED FOR SERVER
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment