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
SVPT_CW_2 — CVE-2024-21413 Setup for CW | Kitploit
Tools/GitHubGitHub/kartheekkandalam99/svpt_cw_2
Password CrackingVulnerability AnalysisExploitationCTFLearning & EducationLabs & Practice
GitHubkartheekkandalam99/svpt_cw_2

SVPT_CW_2

CVE-2024-21413 Setup for CW

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

CVE-2024-21413

https://github.com/KartheekKandalam99/SVPT_CW_2

CVE-2024-21413 Setup for CW

TRYHACKME provided room for working on this vulnerability. Below is the link to access the room https://tryhackme.com/r/room/monikerlink image

To access room through RDP we have to connect to TryHackMe VPN. Click this link to download the VPN configuration file. https://tryhackme.com/r/access

image

Post downloading the VPN Configuration file, Based on OS that you are working on, follow the steps below to connect to VPN

sudo apt install openvpn

sudo openvpn /path/to/file.ovpn

image

Test if VPN is connected. Then you will be assigned an IP address of the machine that got connected. Note this.

image

If connected succesfully you can able to access TryHAckMe Attackbox through RDP image

image

IP address for the attack machine is generated. image

Use Remmina to connect to that IP address through RDP image

Use below credentails while connecting through Remmina. image

Screenshot of attack machine after successfull login. image

ifconfig to know the tun0 address - this will your IP address of attack machine. image

Use Responder with tun0 interface to listen to any communications. image

Run python exploit to start the exploit. image

Email Delivered Succesfully. image

After clicking on the link, You can see NTLMv2 hash getting captured through Responder. image

Wireshark also can be used to view the truncated data. image

Outlook screenshot where security is bypassed. image

Use this below hash captured and we can decrypt using hashcat or JohnTheRipper and get the details. image

Patch: Microsoft released a security update https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-21413 on Feb 2024 Patch Tuesday. All the users are requested to update to latest version.

Download Tool