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
Tools/GitHubGitHub/mseymend/cve-2024-21413
ExploitationInformation GatheringPhishingSocial EngineeringEmail Security
GitHubmseymend/cve-2024-21413

CVE-2024-21413

CVE-2024-21413 Açığını Kullanarak Giriş Bilgilerini Alma

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

Obtaining Login Credentials Using CVE-2024-21413 Vulnerability

First of all, hello. Using a vulnerability in Microsoft Outlook, you can perform the following steps to obtain Windows user credentials.

I use the class.phpmailer.php library via PHP to send the email.

You need to open the PHP file and configure the mail server settings.

Then, we will enter our Linux device's IP address into the IP address found in the code.

To listen for incoming requests on our Linux device, we will run:

root@kitploit:~
impacket-smbserver -smb2support -ip 0.0.0.0 test /tmp

we will run this command.

When the recipient clicks on the link in the email, we will capture the credentials.

This has been written and made public for testing and precautionary purposes. Do not use for malicious or illegal purposes. I do not accept responsibility for any illegal use. Thank you for your attention and interest. MSeymenD

image

Download Tool