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
ClearSword | Kitploit
Tools/GitHubGitHub/therealclarity/clearsword
Exploit FrameworksiOS SecurityVulnerability AnalysisExploitationBinary Exploitation
GitHubtherealclarity/clearsword

ClearSword

View Repository
6361 month agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ClearSword

Overview

A DarkSword Kernel exploit C port

I tried to keep it as close to the original as possible, but had to do a few changes to make it work in earlier iOS versions. These changes and personal modifications will be denoted by NOTE comments. I've added line comments to basically every line of the entire exploit, denoting what each line is supposed to be doing.

Write-up eta s0n. RIP to this great bug.

CVE

CVE-2025-43520 "Darksword" - race condition in cluster_write_contig/cluster_read_contig

Building

Build IPA

root@kitploit:~
make ipa

Build binary

root@kitploit:~
make binary

Credits

  • Apple for the bug
  • wh1te4ever for so_background_thread trick and offsets
  • Whoever leaked the chain
Download Tool