Skip to content

swagkarna/YaSeeker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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), Zen, Market, Messenger.

Installation

Python 3.6+ and pip are required.

pip3 install -r requirements.txt

Usage

$ python3 ya_seeker.py login
[*] Get info by username `login`...

[+] Yandex.Collections
	URL: https://yandex.ru/collections/user/login/
	Yandex_public_id: c48fhxw0qppa50289r5c9ku4k4
	Fullname: haxxor elite
	Image: https://avatars.mds.yandex.net/get-yapic/24700/enc-0f504b0d68d5f6fb0d336e2157b44e88ef2225aff6a621016f4dccad990b5d3e/islands-200
	Likes: 0
	Cards: 0
	Boards: 0
	Is_passport: True
	Is_restricted: False
	Is_forbid: False
	Is_km: False
	Is_business: False

[+] Yandex.Music
	URL: https://music.yandex.ru/users/login/playlists
	Yandex_uid: 266797119
	Username: login
...

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!

About

Yandex OSINT tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%