• Home
  • Become a Hacker
    • Get Started
    • Hacker Mindset
    • Roadmap
    • Simple Setup – Hacker 101
    • Types of Hackers
    • Recommended Courses
  • Boot People Offline
  • Courses
    • All Hacking Courses
    • Cyber Security School
  • CTF
    • Beginners to Advanced Guide
    • Create your own CTF box
    • Field and Resources Guide
    • Platforms & Wargames
    • Tools Used for Solving CTF
    • Writeups
  • Dark Web
    • Beginners Guide
    • Darknet Markets
    • Darkweb 101 (Anonymity Guide)
    • Dark Web OSINT Tools
    • Hacking Forums
    • Latest News
    • Onion Links
  • Hacker Gadgets
  • Hacking Books
  • Tools Directory
Menu
  • Home
  • Become a Hacker
    • Get Started
    • Hacker Mindset
    • Roadmap
    • Simple Setup – Hacker 101
    • Types of Hackers
    • Recommended Courses
  • Boot People Offline
  • Courses
    • All Hacking Courses
    • Cyber Security School
  • CTF
    • Beginners to Advanced Guide
    • Create your own CTF box
    • Field and Resources Guide
    • Platforms & Wargames
    • Tools Used for Solving CTF
    • Writeups
  • Dark Web
    • Beginners Guide
    • Darknet Markets
    • Darkweb 101 (Anonymity Guide)
    • Dark Web OSINT Tools
    • Hacking Forums
    • Latest News
    • Onion Links
  • Hacker Gadgets
  • Hacking Books
  • Tools Directory
Search
Close
  • Home
  • 2018
  • March
  • 10
  • WhatsMyName – Perform User Enumeration on Various Websites

WhatsMyName – Perform User Enumeration on Various Websites

March 10, 2018July 27, 2019 Comments Off on WhatsMyName – Perform User Enumeration on Various Websites
how to use whatsmyname WhatsMyName - Perform User Enumeration on Various Websites whatsmyname tutorial

This repository has the unified data required to perform user and username enumeration on various websites.

Content is in a JSON file and can easily be used in other projects such as the ones below:

  • Recon-ng – The Profiler Module grabs this JSON file and uses it. See https://webbreacher.com/2014/12/11/recon-ng-profiler-module/ for details.
  • Spiderfoot uses this in the sfp_account module.

Download

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

Usage

$  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

WhatsMyName

Format

The format of the JSON is simple. There are 3 main elements:

  1. License – The license for this project and its data
  2. Authors – The people that have contributed to this project
  3. Sites – This is the main data

Within the “sites” elements, the format is as follows (with several parameters being optional):

...
    {
       "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"]
    },
    ...

 

Copyright (c) 2016, Spotlight Infosec LLC.

Source: https://github.com/WebBreacher/

Post navigation

WAScan – Web Application Scanner
Fuddly – Fuzzing and Data Manipulation Framework

Related Articles

DFShell - The Best Forwarded Shell

DFShell – The Best Forwarded Shell

- Hack Tools
January 30, 2023
APT-Hunter v3.0 releases: Threat Hunting tool for windows event logs

APT-Hunter v3.0 releases: Threat Hunting tool for windows event logs

- Hack Tools
January 30, 2023
Hackers are exploiting CVE-2023-0558 and CVE-2023-0557 in WordPress plugin

Hackers are exploiting CVE-2023-0558 and CVE-2023-0557 in WordPress plugin

- Hack Tools
January 29, 2023
hacker gadgets
hacker phone covers

Recent Posts

DFShell - The Best Forwarded Shell

DFShell – The Best Forwarded Shell

January 30, 2023
APT-Hunter v3.0 releases: Threat Hunting tool for windows event logs

APT-Hunter v3.0 releases: Threat Hunting tool for windows event logs

January 30, 2023
Hackers are exploiting CVE-2023-0558 and CVE-2023-0557 in WordPress plugin

Hackers are exploiting CVE-2023-0558 and CVE-2023-0557 in WordPress plugin

January 29, 2023
Yaralyzer - Visually Inspect And Force Decode YARA And Regex Matches Found In Both Binary And Text Data, With Colors

Yaralyzer – Visually Inspect And Force Decode YARA And Regex Matches Found In Both Binary And Text Data, With Colors

January 29, 2023
Austrian Resold Drugs Purchased on The Dark Web

Austrian Resold Drugs Purchased on The Dark Web

January 29, 2023
SSTImap - Automatic SSTI Detection Tool With Interactive Interface

SSTImap – Automatic SSTI Detection Tool With Interactive Interface

January 28, 2023

Social Media Hacking

SocialPath – Track users across Social Media Platforms

SocialPath – Track users across Social Media Platforms

- Social Media Hacking
October 16, 2019October 16, 2019

SocialPath is a django application for gathering social media intelligence on specific username. It checks for Twitter, Instagram, Facebook, Reddit...

SocialScan – Check Email Address and Username Availability on Online Platforms

SocialScan – Check Email Address and Username Availability on Online Platforms

June 17, 2019
Shellphish – Phishing Tool For 18 Social Media Apps

Shellphish – Phishing Tool For 18 Social Media Apps

June 10, 2019July 27, 2019
WhatsApp Hacking using QRLJacking

WhatsApp Hacking using QRLJacking

May 2, 2019May 19, 2019
How to Hack any Facebook Account with Z-Shadow

How to Hack any Facebook Account with Z-Shadow

April 26, 2019June 29, 2020
hacker buffs

About Us

Haxf4rall is a collective, a good starting point and provides a variety of quality material for cyber security professionals.

Join Our Community!

Please wait...
Get the latest News and Hacking Tools delivered to your inbox.
Don't Worry ! You will not be spammed

Active Members

Submit a Tool

Hackers Handbook 2018


Grab your copy here

ABOUT US

Haxf4rall is a collective, a good starting point and provides a variety of quality material for cyber security professionals.

Our primary focus revolves around the latest tools released in the Infosec community and provide a platform for developers to showcase their skillset and current projects.

COMPANY
  • Contact Us
  • Disclaimer
  • Hacker Gadgets
  • LANC Remastered
  • PCPS IP Puller
  • Privacy Policy
  • Sitemap
  • Submit your Tool
Menu
  • Contact Us
  • Disclaimer
  • Hacker Gadgets
  • LANC Remastered
  • PCPS IP Puller
  • Privacy Policy
  • Sitemap
  • Submit your Tool
Live Chat
RESOURCES
  • Attack Process
  • Become a Hacker
  • Career Pathways
  • Dark Web
  • Hacking Books
  • Practice Your Skills
  • Recommended Courses
  • Simple Setup – Hacker 101
Menu
  • Attack Process
  • Become a Hacker
  • Career Pathways
  • Dark Web
  • Hacking Books
  • Practice Your Skills
  • Recommended Courses
  • Simple Setup – Hacker 101
Get Started
TOOLBOX
  • Anonymity
  • Bruteforce
  • DoS – Denial of Service
  • Information Gathering
  • Phishing
  • SQL Injection
  • Vulnerability Scanners
  • Wifi Hacking
Menu
  • Anonymity
  • Bruteforce
  • DoS – Denial of Service
  • Information Gathering
  • Phishing
  • SQL Injection
  • Vulnerability Scanners
  • Wifi Hacking
Tools Directory

2014 – 2020 | Haxf4rall.com               Stay Connected:

Facebook Twitter Google-plus Wordpress
Please wait...

Join Our Community

Subscribe now and get your free HACKERS HANDBOOK

Don't Worry ! You will not be spammed
SIGN UP FOR NEWSLETTER NOW