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
- Host: GitHub
- URL: https://github.com/skylerknecht/connect
- Owner: skylerknecht
- License: mit
- Created: 2021-05-11T14:54:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T16:37:14.000Z (over 2 years ago)
- Last Synced: 2024-03-23T17:39:27.930Z (over 2 years ago)
- Topics: c2, command-line, penetration-testing, penetration-testing-tools, python3, redteam-tools, redteaming, security
- Language: Python
- Homepage: https://rayke.dev/
- Size: 3.31 MB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)