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-35513 — CVE-2022-35513 | blink1-pass-decrypt | Kitploit
Tools/GitHubGitHub/p1ckzi/cve-2022-35513
Password CrackingEncryption/Decryption ToolsVulnerability AnalysisExploitationWeb Application ExploitationCryptography
GitHubp1ckzi/cve-2022-35513

CVE-2022-35513

CVE-2022-35513 | blink1-pass-decrypt

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

blink1-pass-decrypt ⭐

poc and simple script designed for reversing the ciphertext found at /blink/input
of the api server in blink1control2 installations (versions <=2.2.7).

the exploit - CVE-2022-35513 ❗

the blink1control2 app utilises weak password encryption and an insecure method of storage which can be found by accessing the /blink1/input url of the api server.
password ciphertext for skype logins and email are listed and can be decrypted.

prerequisites ✔

  • node
  • node argparse module
  • node simplecrypt module
root@kitploit:~
sudo apt install npm
npm install argparse
npm install simplecrypt

usage ℹ

use ./blink1-pass-decrypt or node blink1-pass-decrypt with -h or --help for help menu:

root@kitploit:~
usage: blink-pass-decrypt [-h] ciphertext

decrypts passwords found at the /blink/input url of the blink1control2 api
server (version <= 2.2.7 ).

positional arguments:
  ciphertext  encrypted password string to use

optional arguments:
  -h, --help  show this help message and exit

example:

root@kitploit:~
node blink1-pass-decrypt '69827e0ecea378946e999df4313cb9a1e49c049a7b9bac8bf1105cdec9f221c8'
Download Tool