Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

jakoritarleite/backdoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

version licence build

It is a simple reverse shell handler for all platforms that can run Python.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to use the software and how to install them

Packages:

python^3.6
python@socket,
	  @os,
	  @subprocess,
	  @time@sleep

To install them:

pip i <package name>

Running

You will need to put you IP address and the open port on server.py and client.py

#####And to run the program

Need to start the server that will send the commands and receive the response.

python3 server.py

After that, the "victim" need to start the client.py

python3 client.py

Built With

Versioning

It only has one version, but I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • João Koritar - Every Work - Twitter

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages