Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-35513 — CVE-2022-35513 | blink1-pass-decrypt | Kitploit
도구/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

저장소 보기
24년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

blink1-pass-decrypt ⭐

blink1control2 설치(버전 <=2.2.7)의 API 서버에 있는 /blink/input에서 발견되는 암호문을 복호화하도록 설계된 PoC 및 간단한 스크립트입니다.

익스플로잇 - CVE-2022-35513 ❗

blink1control2 앱은 취약한 비밀번호 암호화와 안전하지 않은 저장 방식을 사용하며, 이는 API 서버의 /blink1/input URL에 접근하여 확인할 수 있습니다.
Skype 로그인 및 이메일의 비밀번호 암호문이 나열되어 있으며 복호화할 수 있습니다.

사전 요구 사항 ✔

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

사용법 ℹ

도움말 메뉴를 보려면 ./blink1-pass-decrypt 또는 node blink1-pass-decrypt를 -h 또는 --help와 함께 사용하세요:

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

예시:

root@kitploit:~
node blink1-pass-decrypt '69827e0ecea378946e999df4313cb9a1e49c049a7b9bac8bf1105cdec9f221c8'
도구 다운로드