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-6875 — CVE-2023-6875 exploit written for Xakep.Ru | Kitploit
Tools/GitHubGitHub/hatlesswizard/cve-2023-6875
Privilege EscalationPassword AttacksPayload GenerationVulnerability AnalysisExploitationWeb Application Exploitation
GitHubhatlesswizard/cve-2023-6875

CVE-2023-6875

CVE-2023-6875 exploit written for Xakep.Ru

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

What the exploit does

  • Places a token that allows you to view mail.
  • Finds the admin's username; if it can't find it, then sets "admin" as the default.
  • It requests a link to reset the admin's password, which is emailed to the admin.
  • Uses the token placed in the first step and examines the mail logs.
  • Selects the most recent log, which contains a link to reset the password.
  • Resets the password using the link received in the previous step.
  • Logs in as the admin.
  • Uploads the shell (a file named shell.zip, which contains a shell).

exploit demo

Usage

  1. Clone: Clone this repository.
  2. Install Golang: Install the latest Golang from https://go.dev/dl/. For example:
    root@kitploit:~
    wget https://go.dev/dl/go1.21.6.linux-amd64.tar.gz
    tar -C /usr/local -xzf go1.21.6.linux-amd64.tar.gz
    export PATH=$PATH:/usr/local/go/bin
    go version
    
  3. Run the exploit:
    root@kitploit:~
    go run exploit.go https://example.com
    

Author

Exploit is developed by az_AZ

Download Tool