ε - Fix some issues
This commit is contained in:
parent
a97026ff9d
commit
425e3422cf
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
#include "utils.h" /* CONFIG_*, base64, crypto */
|
#include "utils.h" /* CONFIG_*, base64, crypto */
|
||||||
#include "command.h" /* process_command */
|
#include "command.h" /* process_command */
|
||||||
#include "crypto.h" /* c2_decode_and_exec */
|
|
||||||
|
|
||||||
#ifdef CONFIG_NETWORK_GPRS
|
#ifdef CONFIG_NETWORK_GPRS
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
```md
|
```md
|
||||||
|
|
||||||
|
- Add requierements.txt
|
||||||
|
|
||||||
- Implementer la coexistence entre multiflasher fichier (valid-id.txt - separator "\n" - C2 will only authorize device who are register in 'valid-id.txt' or add c2 command style 'authorizeId <id>' and he will be add into id list & valid-id.txt file)
|
- Implementer la coexistence entre multiflasher fichier (valid-id.txt - separator "\n" - C2 will only authorize device who are register in 'valid-id.txt' or add c2 command style 'authorizeId <id>' and he will be add into id list & valid-id.txt file)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,10 +1,3 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
import socket
|
|
||||||
import threading
|
|
||||||
import re
|
|
||||||
import sys
|
|
||||||
import time # Added missing import
|
|
||||||
|
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import socket
|
import socket
|
||||||
import threading
|
import threading
|
||||||
|
|||||||
2
tools/c2/requirements.txt
Normal file
2
tools/c2/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pycryptodome>=3.15.0
|
||||||
|
protobuf>=4.21.0
|
||||||
Loading…
Reference in New Issue
Block a user