-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# YaSeeker | ||
Yandex OSINT tool | ||
|
||
## 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. | ||
|
||
## Installation | ||
|
||
Python 3.6+ and pip are required. | ||
|
||
pip3 install -r requirements.txt | ||
|
||
## Usage | ||
|
||
python3 ya_seeker.py login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
socid-extractor==0.0.6 | ||
socid-extractor>=0.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters