WhatsMyName – как выполнить перечисление пользователей на разных сайтах |

WhatsMyName – как выполнить перечисление пользователей на разных сайтах

Обзоры

Этот репозиторий имеет унифицированные данные, необходимые для выполнения перечисления пользователей и пользователей на разных сайтах.

Содержимое находится в файле JSON и может быть легко использовано в других проектах, таких как:

  • Recon-ng – модуль Profiler захватывает этот JSON-файл и использует его. Подробнее см. Https://webbreacher.com/2014/12/11/recon-ng-profiler-module/.
  • Spiderfoot использует это в модуле sfp_account.

Скачать

git clone https://github.com/WebBreacher/WhatsMyName.git

Использование

 # python ./web_accounts_list_checker.py -u sdfsfsdfsdfs
- 161 sites found in file.
- Found user at http://www.break.com/user/sdfsfsdfsdfs
! ERROR: CONNECTION TIME OUT. Try increasing the timeout delay.
- Found user at https://klout.com/sdfsfsdfsdfs
- Found user at https://social.technet.microsoft.com/profile/sdfsfsdfsdfs/
- Found user at https://www.pinterest.com/sdfsfsdfsdfs/
- Found user at https://www.reddit.com/user/sdfsfsdfsdfs
- Found user at http://scratch.mit.edu/users/sdfsfsdfsdfs/
* Skipping Slashdot - Marked as not valid.
* Skipping SmiteGuru - Marked as not valid.
* Skipping SoundCloud - Marked as not valid.
- Found user at http://steamcommunity.com/id/sdfsfsdfsdfs
- Found user at http://www.tf2items.com/id/sdfsfsdfsdfs/
- Found user at https://twitter.com/sdfsfsdfsdfs
- Found user at http://videolike.org/video/sdfsfsdfsdfs
! ERROR: CONNECTION TIME OUT. Try increasing the timeout delay.
- Found user at http://www.xvideos.com/profiles/sdfsfsdfsdfs 

Формат

Формат JSON прост.

Существует три основных элемента:

 

  1. License – лицензия на этот проект и его данные
  2. Authors – люди, которые внесли свой вклад в этот проект
  3. sites- это основные данные

Внутри элементов «sites» формат выглядит следующим образом (с несколькими необязательными параметрами):

...
{
"name" : "name of the site",
"check_uri" : "URI to check the site with the {account} string replaced by a username",
"pretty_uri" : "if the check_uri is for an API, this OPTIONAL element can show a human-readable page",
"account_existence_code" : "the HTTP response code for a good 'account is there' response",
"account_existence_string" : "the string in the response that we look for for a good response",
"account_missing_string" : "this OPTIONAL string will only be in the response if there is no account found ",
"account_missing_code" : "the HTTP response code for a bad 'account is not there' response",
"known_accounts" : ["a list of user accounts that can be used to test","for user enumeration"],
"allowed_types" : ["these are the types of data and categories of the content"],
"category" : "a category for what the site is mainly used for",
"valid" : "this true or false boolean field is used to enable or disable this site element",
"comments" : ["a list of comments including when this was last verified and outcomes"]
},
... 

Скачать WhatMyName

¯\_(ツ)_/¯

Примечание: Информация для исследования, обучения или проведения аудита. Применение в корыстных целях карается законодательством РФ.

Пожалуйста, не спамьте и никого не оскорбляйте. Это поле для комментариев, а не спамбокс. Рекламные ссылки не индексируются!
Добавить комментарий