| [ Web Proxy ] |
| Viewing: https://github-redirect.dependabot.com/LcGk/Python-ReverseShell | [Back] [Original] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
View all files | ||||
Python ReverseShell Builder with some advanced functionalities
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
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
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)
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
Python ReverseShell Builder com algumas funcionalidades avanadas
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
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
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)
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
| Web Proxy Viewer | New URL | Original Page |