项目作者: HowToFind-bot

项目描述 :
Yandex OSINT tool
高级语言: Python
项目地址: git://github.com/HowToFind-bot/YaSeeker.git
创建时间: 2021-01-30T16:08:08Z
项目社区:https://github.com/HowToFind-bot/YaSeeker

开源协议:MIT License

下载


YaSeeker



Description

YaSeeker - an OSINT tool to get info about any Yandex account using email or login.

It can find:

  • Fullname
  • Photo
  • Gender
  • Yandex UID
  • Yandex Public ID
  • Linked social accounts
  • Activity (count of reviews, comments; subscribers and subscriptions)
  • Account features (is it verified, banned, deleted, etc.)

Checked Yandex services: Music, Collections, Bugbounty, Reviews, Q (Znatoki), O (Classified), Zen, Market, Messenger.

Installation

Python 3.6+ and pip are required.

  1. pip3 install -r requirements.txt

Usage

  1. $ python3 ya_seeker.py login
  2. [*] Get info by username `login`...
  3. [+] Yandex.Collections
  4. URL: https://yandex.ru/collections/user/login/
  5. Yandex_public_id: c48fhxw0qppa50289r5c9ku4k4
  6. Fullname: haxxor elite
  7. Image: https://avatars.mds.yandex.net/get-yapic/24700/enc-0f504b0d68d5f6fb0d336e2157b44e88ef2225aff6a621016f4dccad990b5d3e/islands-200
  8. Likes: 0
  9. Cards: 0
  10. Boards: 0
  11. Is_passport: True
  12. Is_restricted: False
  13. Is_forbid: False
  14. Is_km: False
  15. Is_business: False
  16. [+] Yandex.Music
  17. URL: https://music.yandex.ru/users/login/playlists
  18. Yandex_uid: 266797119
  19. Username: login
  20. ...
  21. $ python3 ya_seeker.py c48fhxw0qppa50289r5c9ku4k4 yandex_public_id
  22. [*] Get info by yandex_public_id `c48fhxw0qppa50289r5c9ku4k4`...
  23. [+] Yandex.Collections API
  24. URL: https://yandex.ru/collections/user/c48fhxw0qppa50289r5c9ku4k4/
  25. Yandex_public_id: c48fhxw0qppa50289r5c9ku4k4
  26. Fullname: haxxor elite
  27. Image: https://avatars.mds.yandex.net/get-yapic/24700/enc-0f504b0d68d5f6fb0d336e2157b44e88ef2225aff6a621016f4dccad990b5d3e/islands-200
  28. Likes: 0
  29. Cards: 0
  30. Boards: 0
  31. Is_passport: True
  32. Is_restricted: False
  33. Is_forbid: False
  34. Is_km: False
  35. Is_business: False
  36. [+] Yandex.Reviews
  37. URL: https://reviews.yandex.ru/user/c48fhxw0qppa50289r5c9ku4k4
  38. Yandex_public_id: c48fhxw0qppa50289r5c9ku4k4
  39. ...

Cookies

Some services are required cookies for API requests. Follow next steps to use your cookies for YaSeeker:

  1. Login into Yandex through your browser.
  2. Install any extension to download all the Ya cookies in Netscape format aka cookies.txt (Chrome, Firefox).
  3. Save it to the directory of YaSeeker in file cookies.txt.
  4. Run script and enjoy!