An open API service indexing awesome lists of open source software.

https://github.com/skylerknecht/connect

Command and Control Framework
https://github.com/skylerknecht/connect

c2 command-line penetration-testing penetration-testing-tools python3 redteam-tools redteaming security

Last synced: 5 months ago
JSON representation

Command and Control Framework

Awesome Lists containing this project

README

          

![logo](./resources/logo/connect.png)

# Connect
*Command and Control Framework*

## Installation
```bash
~# python3 -m venv env
~# source env/bin/activate
(env)~# python3 -m pip install -r requirements.txt
```

## Overview
Connect is a tool for testing the security posture of internal environments by simulating
real world tactics performed by threat actors. It features an extensible command set and
server architecture to deploy and maintain agents for multiple languages and platforms.
This extensibility provides operators the ability to rapidly conduct and repeat specific
scenarios.

Connect is only to be used for legal applications when the explicit permission of the targeted
organization has been obtained.

## Credits
#### Inspiration
- Kevin Clark
- Gitlab [@KevinJClark](https://gitlab.com/KevinJClark)
- Twitter [@GuhnooPlusLinux](https://twitter.com/GuhnooPlusLinux)

#### Testing
- Nate Curry
- Twitter [@clutchisback1](https://twitter.com/clutchisback1)

#### Graphics
- Rachel Taniyama
- Instagram [@sineater.obj](https://www.instagram.com/sineater.obj/)

#### Development
- Skyler Knecht
- Gitlab [@skylerknecht](https://gitlab.com/skylerknecht)
- Twitter [@skylerknecht](https://twitter.com/skylerknecht)