Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danucosukosuko/pyrevshell
Un programa escrito en Python para acceder con una sesión remota de cmd
https://github.com/danucosukosuko/pyrevshell
dangerous danucosukosukos kali-linux kali-linux-hacking kali-linux-tools python python3 red-team reverse-shell reverse-shell-in-python reverse-tcp reverse-tcp-shell socket sockets subprocess trojan virus windows
Last synced: 27 days ago
JSON representation
Un programa escrito en Python para acceder con una sesión remota de cmd
- Host: GitHub
- URL: https://github.com/danucosukosuko/pyrevshell
- Owner: Danucosukosuko
- License: gpl-3.0
- Created: 2023-09-05T15:01:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T20:59:30.000Z (11 months ago)
- Last Synced: 2024-01-27T21:46:33.146Z (11 months ago)
- Topics: dangerous, danucosukosukos, kali-linux, kali-linux-hacking, kali-linux-tools, python, python3, red-team, reverse-shell, reverse-shell-in-python, reverse-tcp, reverse-tcp-shell, socket, sockets, subprocess, trojan, virus, windows
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyRevShell Disclaimer
## No me hago responsable del mal uso que se le pueda dar a esto; Sólo puede ser usado para pruebas de pentesting.# Uso
### 1º Configura el puerto del servidor entrando en server.py:
Foto realizada en Notepad++![image](https://github.com/Danucosukosuko/PyTCP/assets/71569318/0fd07c31-4e56-4005-a95f-8d61f3be0328)
### 2º Configura la IP y el puerto del PC que quieras atacar en cliente.py:
Foto realizada en Notepad++![image](https://github.com/Danucosukosuko/PyTCP/assets/71569318/4155e5f4-8cc6-48c9-87fb-2246ab7f03c2)
# IMPORTANTE!!!! (Recomendable)
Hacer que al ejecutarlo sea todo invisible con pyinstaller.
Evitar uso de comandos -> Dir (Por ahora) El servidor deja de responder cuando le metes uno de eso(s)