[ Web Proxy ]
URL:
Viewing: https://github-redirect.dependabot.com/LcGk/Python-ReverseShell [Back]  [Original]

GitHub - LcGk/Python-ReverseShell: Python Reverse Shell Builder with some advanced functionalities GitHub
Skip to content

Navigation Menu

Sign in
Search/
Sign up
This repository was archived by the owner on Sep 19, 2025. It is now read-only.
Go to file
Code

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
View all files

Repository files navigation

More items

Verso em portugus

English

Python-ReverseShell

Python ReverseShell Builder with some advanced functionalities

Getting Started

Python version: 3.x
Python imports: Simply run python -m pip install -r requirements.txt to install all the required packages
Note: if you are on linux, you probably need to use python3 instead of python

Building

To build your reverse shell run python createShell.py and fill with the information needed
Note: if you are on linux, you probably need to use python3 instead of python
You can run the script with the --no-color flag if your terminal doesn't support colors

Connecting

You'll need to listen on the port you choosed, for that you can use netcat or some other program that does that.
Netcat for windows: netcat
Netcat command example: nc -l -p 7777 (7777 is the port, replace it with the one you've chosen)

Info

LHOST: IP the target machine will connect to (usually your ip)
LPORT: The PORT the target machine will connect to (use a port of your choice, be aware that you will need to listen on that port later)
Advanced Options:
--- Seconds to sleep before running: The time the shell will stay idle before actually running (can avoid some runtime detections)
--- Hide file: Will try to hide itself with windows flags and move itself to the Program Data folder
--- Spawn shell in another process: Will create a copy of itself in another folder and execute that file, than exit



Brazillian Portuguese / Portugus Brasileiro

Python-ReverseShell

Python ReverseShell Builder com algumas funcionalidades avanadas

Comeando

Verso python: 3.x
Python imports: Execute python -m pip install -r requirements.txt para instalar todos os pacotes necessrios.
Ateno: se voc estiver no linux, provavelmente precisar utilizar python3 ao invs de python

Compilando

Para criar sua reverse shell execute python createShell.py e preencha as informaes necessrias
Ateno: se voc estiver no linux, provavelmente precisar utilizar python3 ao invs de python
Voc pode executar o script com a flag --no-color se o seu terminal no suportar cores

Conectando

Voc vai precisar "escutar" na porta escolhida, pra isso voc pode usar o netcat ou outro programa que faa isso.
Netcat pro windows: netcat
Exemplo de comando: nc -l -p 7777 (7777 a porta, substitua pela porta que voc escolheu)

Informaes

LHOST: IP que o computador infectado se conectar (normalmente o seu prprio ip)
LPORT: A PORTA que o computador infectado conectar (voc pode usar a porta que quiser, mas tenha em mente que voc precisar escutar nela depois)
Opes avanadas
--- Seconds to sleep before running: O tempo que a shell ficar em idle ("dormindo") antes de comear a funcionar (pode evitar algumas deteces runtime)
--- Hide file: A shell vai tentar se esconder usando windows flags e vai mover ela mesma para a pasta Program Data
--- Spawn shell in another process: A shell vai tentar criar uma cpia de si mesma em outra pasta e executar aquele arquivo, depois fechar si mesma

Releases

Packages

Used by

Contributors

Languages

Footer

© 2026 GitHub, Inc.

Web Proxy Viewer  |  New URL  |  Original Page