Skip to content

contains a C code snippet that can be used to connect to an AM0N-Eye and Cobalt Strike beacon using a TCP socket on Linux.

Notifications You must be signed in to change notification settings

S3N4T0R-0X0/Marionette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Marionette

This repository contains a C code snippet that can be used to connect to an AM0N-Eye beacon using a TCP socket on Linux. The code establishes a connection to the beacon, sends commands to it, and receives the responses. Note that you will need to provide the IP address and port number of the AM0N-Eye beacon as command-line arguments when you run the program.

The code also includes a function for hiding the target process, which can be achieved by calling the original read() function and using the information obtained to conceal the process in the buf pointer.

To build the program, use the following command: gcc MARIONETTE.c -o MARIONETTE

Once compiled, the program can be executed with the following command: ./command_control ip_address port

Screenshot from 2023-05-03 08-49-13

About

contains a C code snippet that can be used to connect to an AM0N-Eye and Cobalt Strike beacon using a TCP socket on Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages