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-2022-21449 — repo showcasing generating "psychic signatures for java" implemented in a nodejs environment 😅 | Kitploit
Tools/GitHubGitHub/davwwwx/cve-2022-21449
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationCryptography
GitHubdavwwwx/cve-2022-21449

CVE-2022-21449

repo showcasing generating "psychic signatures for java" implemented in a nodejs environment 😅

View Repository
23 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 →
Website
Share

CVE-2022-21449

repo showcasing generation of a base64 signature for applications that are vulnerable to "psychic signatures in java", implemented in a nodejs environment 😅

Before running make sure to install the modified fork of elliptic from https://github.com/davwwwx/elliptic

root@kitploit:~
$ npm install

Generate the signature

root@kitploit:~
$ node index.js

PoC

Get an example vulnerable application from DataDog/security-labs-pocs - https://github.com/DataDog/security-labs-pocs/tree/main/proof-of-concept-exploits/jwt-null-signature-vulnerable-app

Download Tool