Skip to content

Bitwise-01/FleX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - Used for screenshots
  • Cmd2 - Interactive command line
  • Wine - Used for generating executables
  • Requests - Used for Accessing the internet

Installation

FleX requires Python v2.7 and Kali Linux to run.

Install the requirements

$ cd setup
$ python install.py

Start the program

$ cd ..
$ python flex.py

View all of commands

$ help

Get detail about a command

$ help getinfo

Configure the server

$ setip 127.0.0.1
$ setport 4444

View the server status

$ server_info

Start the server

$ server_start

Create a backdoor

$ create 127.0.0.1 4444 name

Display connected computers and their corresponding ID's

$ botnet

About

A Simple C&C Server Written In Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages