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-2023-51764 — PoC CVE-2023-51764 | Kitploit
Tools/GitHubGitHub/eeenvik1/cve-2023-51764
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingEmail Security
GitHubeeenvik1/cve-2023-51764

CVE-2023-51764

PoC CVE-2023-51764

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

PoC for CVE-2023-51764 SMTP SMUGGLING Postfix

CVE-2023-51765_25.py

Description

This script allows sending messages using port 25 of the mail server.

Usage

Before running, modify the variables:

  • smtp_server - address of the mail server
  • from_address - sender of the first email
  • to_address - recipient of the first email
  • username - login for authentication
  • password - password for authentication
  • body - message
    • The message body contains two variables
    • mail FROM - address of the fake sender
    • rcpt TO - address of the actual recipient

Run with command: python3 CVE-2023-51765_25.py

Script output

Delivered messages

CVE-2023-51765_465.py

Description

This script allows sending messages using port 465 of the mail server.

Usage

Before running, modify the variables:

  • smtp_server - address of the mail server
  • from_address - sender of the first email
  • to_address - recipient of the first email
  • username - login for authentication
  • password - password for authentication
  • body - message
    • The message body contains two variables
    • mail FROM - address of the fake sender
    • rcpt TO - address of the actual recipient

Run with command: python3 CVE-2023-51765_25.py

Script output

Delivered messages

Download Tool