Merge pull request #434 from WebBreacher/master

merging master into dev
This commit is contained in:
WebBreacher 2022-07-16 15:17:28 -05:00 committed by GitHub
commit 7998a4b0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 362 additions and 67 deletions

View File

@ -40,7 +40,7 @@ e.g.
```
$ curl https://github.com/ThisDoesNotExistForSure504
[...]
HTTP request sent, awaiting response... 404 Not Found
HTTP request sent, awaiting response... 404 Not Found
```
- Observe the outcome for existing profile. The response code should be 200.
And among the downloaded source code find a text expected to be observed in
@ -70,7 +70,7 @@ The format of the JSON is simple. There are 3 main elements:
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):
Within the `sites` elements, the format is as follows (with several parameters being optional):
```json
...
@ -82,8 +82,8 @@ Within the "sites" elements, the format is as follows (with several parameters b
"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"],
"category" : "a category for what the site is mainly used for",
"known_accounts" : ["a list of user accounts that can be used to test", "for user enumeration"],
"category" : "a category for what the site is mainly used for. These are found at the top of the JSON",
"valid" : "this true or false boolean field is used to enable or disable this site element"
},
...

View File

@ -1,3 +1,3 @@
Copyright (C) 2021 Micah Hoffman
Copyright (C) 2022 Micah Hoffman
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

View File

@ -10,7 +10,7 @@ This repository has the unified data required to perform user and username enume
* Filters for category and in search results.
* Exports to CSV and other formats.
* Pulls the latest version of the project's JSON file when run.
* Submit a username in the URL using `https://whatsmyname.app/?q=<%USERNAME%>` like https://whatsmyname.app/?q=john
* Submit a username in the URL using `https://whatsmyname.app/?q=USERNAME` like https://whatsmyname.app/?q=john
* [Spiderfoot](https://github.com/smicallef/spiderfoot) uses this in the **sfp_account** module. There is also [this video](https://asciinema.org/a/295923) showing how to use this project using the Spiderfoot Command Line Interface (CLI).
* [Recon-ng](https://github.com/lanmaster53/recon-ng) - The **Profiler Module** uses this project's JSON content.
* [sn0int](https://github.com/kpcyrd/sn0int) downloads and uses the JSON file in the [kpcyrd/whatsmyname](https://sn0int.com/r/kpcyrd/whatsmyname) module, see https://twitter.com/sn0int/status/1228046880459907073 for details and instructions.
@ -31,26 +31,36 @@ If you just want to run this script to check user names on sites and don't wish
```
$ python3 ./web_accounts_list_checker.py -u maxim
- 316 sites found in file.
- 424 sites found in file.
> Looking up https://www.7cups.com/@maxim
> Looking up https://artistsnclients.com/people/maxim
> Looking up https://ameblo.jp/maxim
> Looking up https://aminoapps.com/u/maxim
> Looking up https://www.anime-planet.com/users/maxim
> Looking up https://apex.tracker.gg/apex/profile/origin/maxim/overview
> Looking up https://asciinema.org/~maxim
> Looking up https://audiojungle.net/user/maxim
... SNIP ...
> Looking up https://www.blogger.com/profile/maxim
> Looking up https://armorgames.com/user/maxim
> Looking up https://community.avid.com/members/maxim/default.aspx
* Skipping BiggerPockets - Marked as not valid.
...
[SNIPPED for brevity]
...
-------------------------------------------
Searching for sites with username (maxim) > Found 160 results:
Searching for sites with username (maxim) > Found 159 results:
[+] Found user at https://audiojungle.net/user/maxim
[+] Found user at https://f3.cool/maxim
[+] Found user at https://coderwall.com/maxim/
[+] Found user at https://dev.to/maxim
[+] Found user at https://www.designspiration.com/maxim/
[+] Found user at https://community.cloudflare.com/u/maxim
[+] Found user at https://maxim.carrd.co
[+] Found user at https://maxim.gumroad.com/
...
```
# Contributors
We would like to thank each of our contributors for their work. Whether it was adding sites, making our logo, fixing some broken code, or enhancing the project in many other ways! We appreciate the time you volunteered!
We would like to thank our contributors for their work. Whether it was adding sites, making our logo, fixing some broken code, or enhancing the project in many other ways! We appreciate the time you volunteered!
[@WebBreacher](https://github.com/WebBreacher/), [@Munchko](https://github.com/Munchko/), [@L0r3m1p5um](https://github.com/L0r3m1p5um/), [@lehuff](https://github.com/lehuff/), [@arnydo](https://github.com/arnydo), [@janbinx](https://github.com/janbinx/), [@bcoles](https://github.com/bcoles), [@Sector035](https://github.com/sector035/), [@mccartney](https://github.com/mccartney), [@salaheldinaz](https://github.com/salaheldinaz), [@camhoff](https://github.com/spotlightc), [@BerndDasByte](https://github.com/BerndDasByte/), [@jocephus](https://github.com/jocephus/), [@swedishmike](https://github.com/swedishmike/), [@soxoj](https://github.com/soxoj/), [@jspinel](https://github.com/jspinel), [@ef1500](https://github.com/ef1500), [@iamzewen](https://github.com/iamzewen), [@jocejocejoe](https://github.com/jocejocejoe)
[@WebBreacher](https://github.com/WebBreacher/), [@Munchko](https://github.com/Munchko/), [@L0r3m1p5um](https://github.com/L0r3m1p5um/), [@lehuff](https://github.com/lehuff/), [@arnydo](https://github.com/arnydo), [@janbinx](https://github.com/janbinx/), [@bcoles](https://github.com/bcoles), [@Sector035](https://github.com/sector035/), [@mccartney](https://github.com/mccartney), [@salaheldinaz](https://github.com/salaheldinaz), [@camhoff](https://github.com/spotlightc), [@BerndDasByte](https://github.com/BerndDasByte/), [@jocephus](https://github.com/jocephus/), [@swedishmike](https://github.com/swedishmike/), [@soxoj](https://github.com/soxoj/), [@jspinel](https://github.com/jspinel), [@ef1500](https://github.com/ef1500), [@iamzewen](https://github.com/iamzewen), [@jocejocejoe](https://github.com/jocejocejoe), [@K2SOsint](https://github.com/k2sosint), [@C3n7ral051nt4g3ncy](https://github.com/C3n7ral051nt4g3ncy)
# License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

View File

@ -6,7 +6,7 @@
"Creative Commons, PO Box 1866, Mountain View, CA 94042, USA."],
"authors" : ["WebBreacher","Munchko","L0r3m1p5um","lehuff","janbinx","bcoles","Sector035",
"arnydo","mccartney","salaheldinaz","camhoff","jocephus","swedishmike","soxoj",
"jspinel","ef1500","zewen","jocejocejoe", "P3run", "seintpl", "djahren"],
"jspinel","ef1500","zewen","jocejocejoe", "P3run", "seintpl", "djahren", "K2SOsint", "C3n7ral051nt4g3ncy"],
"categories" : ["archived","art","blog","business","coding","dating","finance","gaming","health",
"hobby","images","misc","music","news","political","search","shopping","social",
"tech","video","XXXPORNXXX"],
@ -345,13 +345,12 @@
},
{
"name" : "Hackernoon",
"check_uri" : "https://hackernoon.com/_next/data/foL6JC7ro2FEEMD-gMKgQ/u/{account}.json",
"pretty_uri" : "https://hackernoon.com/u/{account}",
"check_uri" : "https://hackernoon.com/u/{account}",
"account_existence_code" : "200",
"account_existence_string" : "\"profile\"",
"account_missing_string" : "__N_REDIRECT",
"account_existence_string" : "displayName",
"account_missing_string" : "Looks like were in the ether.",
"account_missing_code" : "200",
"known_accounts" : ["john", "alex"],
"known_accounts" : ["swedeyburr", "brbs"],
"category" : "tech",
"valid" : true
},
@ -494,7 +493,7 @@
"account_existence_string" : "profile_user_image",
"account_missing_string" : "The page you are looking for cannot be found.",
"account_missing_code" : "404",
"known_accounts" : ["txmustang302"],
"known_accounts" : ["txmustang302","RealWillJohnson"],
"category" : "social",
"valid" : true
},
@ -507,7 +506,7 @@
"account_missing_code" : "404",
"known_accounts" : ["john", "bob"],
"category" : "tech",
"valid" : true
"valid" : false
},
{
"name" : "Poll Everywhere",
@ -1117,18 +1116,18 @@
"account_existence_string" : "Video/Pics views",
"account_missing_string" : "Profile not found",
"account_missing_code" : "404",
"known_accounts" : ["enron456", "Jomat999", "hicnobu"],
"known_accounts" : ["mrbreezy90", "JAVCollectionHD", "P2K2KK"],
"category" : "XXXPORNXXX",
"valid" : true
},
{
"name" : "Etsy",
"check_uri" : "https://www.etsy.com/people/{account}",
"check_uri" : "https://www.etsy.com/people/{account}/favorite-items",
"account_existence_code" : "200",
"account_existence_string" : " on Etsy</title>",
"account_existence_string" : "'s favorite items - Etsy</title>",
"account_missing_string" : "Sorry, the member you are looking for does not exist",
"account_missing_code" : "404",
"known_accounts" : ["david", "happiness"],
"known_accounts" : ["bluefireinc", "jb8hyxtg"],
"category" : "shopping",
"valid" : true
},
@ -1264,17 +1263,6 @@
"category" : "XXXPORNXXX",
"valid" : true
},
{
"name" : "Furiffic",
"check_uri" : "https://www.furiffic.com/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Registered Since",
"account_missing_string" : "<title>Whoops &middot; Furiffic</title>",
"account_missing_code" : "404",
"known_accounts" : ["furiffic", "test", "admin"],
"category" : "XXXPORNXXX",
"valid" : true
},
{
"name" : "Gamespot",
"check_uri" : "https://www.gamespot.com/profile/{account}/",
@ -1722,12 +1710,12 @@
},
{
"name" : "MyFitnessPal",
"check_uri" : "https://www.myfitnesspal.com/user/{account}/status",
"check_uri" : "https://www.myfitnesspal.com/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "s profile | MyFitnessPal.com</title>",
"account_missing_string" : "Page not found",
"account_missing_code" : "404",
"known_accounts" : ["mike"],
"account_existence_string" : "created_at",
"account_missing_string" : "The page you were looking for could not be found",
"account_missing_code" : "200",
"known_accounts" : ["mike","titaniumclicks"],
"category" : "health",
"valid" : true
},
@ -1773,7 +1761,7 @@
"account_missing_code" : "404",
"known_accounts" : ["nebkacrea", "cdiljda"],
"category" : "social",
"valid" : true
"valid" : false
},
{
"name" : "NotABug",
@ -2266,8 +2254,8 @@
"check_uri" : "https://nitter.net/{account}",
"pretty_uri" : "https://twitter.com/{account}",
"account_existence_code" : "200",
"account_existence_string" : ") | nitter</title>",
"account_missing_string" : "Error | nitter</title>",
"account_existence_string" : ")|nitter</title>",
"account_missing_string" : "Error|nitter</title>",
"account_missing_code" : "404",
"known_accounts" : ["webbreacher", "chrishemsworth"],
"category" : "social",
@ -2310,10 +2298,10 @@
"name" : "Venmo",
"check_uri" : "https://account.venmo.com/u/{account}",
"account_existence_code" : "200",
"account_existence_string" : "\"profileInfo_username__",
"account_existence_string" : "profileInfo_username",
"account_missing_string" : "Sorry, the page you requested does not exist!",
"account_missing_code" : "404",
"known_accounts" : ["john", "liam"],
"known_accounts" : ["John-Goudie-1", "John-Nebiolo"],
"category" : "finance",
"valid" : true
},
@ -2423,7 +2411,7 @@
"name" : "Weasyl",
"check_uri" : "https://www.weasyl.com/~{account}",
"account_existence_code" : "200",
"account_existence_string" : "&#39;s profile — Weasyl</title>",
"account_existence_string" : "s profile — Weasyl</title>",
"account_missing_string" : "This user doesn't seem to be in our database.",
"account_missing_code" : "404",
"known_accounts" : ["weasyl", "test"],
@ -3214,17 +3202,6 @@
"category" : "social",
"valid" : true
},
{
"name" : "Ruby Dating",
"check_uri" : "https://ruby.dating/en/users/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Looks for:",
"account_missing_string" : "We cant find that user",
"account_missing_code" : "410",
"known_accounts" : ["Ute1833", "Jessika4922"],
"category" : "dating",
"valid" : true
},
{
"name" : "PCGamer",
"check_uri" : "https://forums.pcgamer.com/members/{account}/",
@ -3273,8 +3250,8 @@
"name" : "Gettr",
"check_uri" : "https://api.gettr.com/s/user/{account}/exist",
"account_existence_code" : "200",
"account_existence_string" : "success\":true",
"account_missing_string" : "success\":false",
"account_existence_string" : "cdate",
"account_missing_string" : "success\": false",
"account_missing_code" : "200",
"known_accounts" : ["qellyanon", "djerod"],
"category" : "social",
@ -3359,11 +3336,11 @@
},
{
"name" : "Parler",
"check_uri" : "https://parler.com/user/{account}",
"check_uri" : "https://parler.com/{account}",
"account_existence_code" : "200",
"account_existence_string" : "People to Follow",
"account_missing_string" : "join Parler today",
"account_missing_code" : "302",
"account_existence_string" : " is on Parler. See what they're sharing.</title>",
"account_missing_string" : "<title>Parler - Where Free Speech Thrives",
"account_missing_code" : "200",
"known_accounts" : ["DineshDsouza", "SeanHannity"],
"category" : "social",
"valid" : true
@ -4525,6 +4502,314 @@
"known_accounts" : ["spicerex", "rod-it"],
"category" : "tech",
"valid" : true
},
{
"name" : "Friendweb",
"check_uri" : "https://friendweb.nl/{account}",
"account_existence_code" : "200",
"account_existence_string" : "friendweb.nl",
"account_missing_string" : "Page Not Found",
"account_missing_code" : "404",
"known_accounts" : ["HoogtePiet", "JeePee"],
"category" : "social",
"valid" : true
},
{
"name" : "TotalWar",
"check_uri" : "https://forums.totalwar.com/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Total War Forums",
"account_missing_string" : "Not Found",
"account_missing_code" : "404",
"known_accounts" : ["iamnotarobot", "passthechips"],
"category" : "gaming",
"valid" : true
},
{
"name" : "Mmorpg",
"check_uri" : "https://forums.mmorpg.com/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "MMORPG.com Forums",
"account_missing_string" : "404 Not Not_Found",
"account_missing_code" : "404",
"known_accounts" : ["TheDalaiBomba", "MadLovin"],
"category" : "gaming",
"valid" : true
},
{
"name" : "Chaos.social",
"check_uri" : "https://chaos.social/@{account}",
"account_existence_code" : "200",
"account_existence_string" : "chaos.social",
"account_missing_string" : "The page you are looking for isn&#39;t here.",
"account_missing_code" : "404",
"known_accounts" : ["dictvm", "sml"],
"category" : "social",
"valid" : true
},
{
"name" : "EU_Voice",
"check_uri" : "https://social.network.europa.eu/@{account}",
"account_existence_code" : "200",
"account_existence_string" : "social.network.europa.eu",
"account_missing_string" : "The page you are looking for isn&#39;t here.",
"account_missing_code" : "404",
"known_accounts" : ["EC_DIGIT", "EUSPA"],
"category" : "social",
"valid" : true
},
{
"name" : "Girlfriendsmeet",
"check_uri" : "http://www.girlfriendsmeet.com/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "online dating profile",
"account_missing_string" : "Page not found",
"account_missing_code" : "404",
"known_accounts" : ["john", "junech"],
"category" : "dating",
"valid" : true
},
{
"name" : "icq-chat",
"check_uri" : "https://icq.icqchat.co/members/{account}/",
"account_existence_code" : "200",
"account_existence_string" : "ICQ chat",
"account_missing_string" : "Oops! We ran into some problems",
"account_missing_code" : "404",
"known_accounts" : ["brookenora.54", "bigdaddy.77"],
"category" : "social",
"valid" : true
},
{
"name" : "Heylink",
"check_uri" : "https://heylink.me/{account}/",
"account_existence_code" : "200",
"account_existence_string" : "HeyLink.me |",
"account_missing_string" : "We can't find the page that you're looking for :(",
"account_missing_code" : "404",
"known_accounts" : ["mohammed13", "johnny"],
"category" : "misc",
"valid" : true
},
{
"name" : "Yazawaj",
"check_uri" : "https://www.yazawaj.com/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "أنا",
"account_missing_string" : "الصفحة المطلوبة غير موجودة",
"account_missing_code" : "302",
"known_accounts" : ["monya14555d", "LordMohy"],
"category" : "dating",
"valid" : true
},
{
"name" : "Alloannonces",
"check_uri" : "https://www.alloannonces.ma/{account}/",
"account_existence_code" : "200",
"account_existence_string" : "Vendeurs/Agents",
"account_missing_string" : "Page non defini",
"account_missing_code" : "404",
"known_accounts" : ["Rachid13", "Ayoub"],
"category" : "social",
"valid" : true
},
{
"name" : "contactos.sex",
"check_uri" : "https://www.contactossex.com/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Información Personal",
"account_missing_string" : "Desde 2001 conectando gente!",
"account_missing_code" : "302",
"known_accounts" : ["danijak", "darkfox"],
"category" : "XXXPORNXXX",
"valid" : true
},
{
"name" : "rsi",
"check_uri" : "https://robertsspaceindustries.com/citizens/{account}",
"account_existence_code" : "200",
"account_existence_string" : "CITIZEN DOSSIER",
"account_missing_string" : "404 NAVIGATING UNCHARTED TERRITORY",
"account_missing_code" : "404",
"known_accounts" : ["alpHackeronee", "Quantum_Physicist"],
"category" : "gaming",
"valid" : true
},
{
"name" : "imagefap",
"check_uri" : "https://www.imagefap.com/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "s Profile",
"account_missing_string" : "Invalid uid",
"account_missing_code" : "200",
"known_accounts" : ["lover03", "SecretSide15"],
"category" : "XXXPORNXXX",
"valid" : true
},
{
"name" : "lichess",
"check_uri" : "https://lichess.org/@/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Activity",
"account_missing_string" : "Page not found",
"account_missing_code" : "404",
"known_accounts" : ["mohammed01", "mohammed03"],
"category" : "gaming",
"valid" : true
},
{
"name" : "grandprof",
"check_uri" : "https://grandprof.org/communaute/{account}",
"account_existence_code" : "200",
"account_existence_string" : "s Profile",
"account_missing_string" : "Mauvaise pioche",
"account_missing_code" : "404",
"known_accounts" : ["mohamed01", "amine"],
"category" : "misc",
"valid" : true
},
{
"name" : "smelsy",
"check_uri" : "https://www.smelsy.com/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Smelsy -",
"account_missing_string" : "Server Error",
"account_missing_code" : "500",
"known_accounts" : ["mohamed01", "ahmed"],
"category" : "misc",
"valid" : true
},
{
"name" : "footeo",
"check_uri" : "https://www.footeo.com/fr/users/{account}",
"account_existence_code" : "200",
"account_existence_string" : "- Footeo",
"account_missing_string" : "VOTRE FRAPPE N'A PAS TROUVÉ LE CADRE !",
"account_missing_code" : "404",
"known_accounts" : ["rachid3", "mike"],
"category" : "hobby",
"valid" : true
},
{
"name" : "mstdn.social",
"check_uri" : "https://mstdn.social/@{account}",
"account_existence_code" : "200",
"account_existence_string" : "mstdn.social",
"account_missing_string" : "The page you are looking for isn&#39;t here.",
"account_missing_code" : "404",
"known_accounts" : ["catboy", "esther"],
"category" : "social",
"valid" : true
},
{
"name" : "mastodon.online",
"check_uri" : "https://mastodon.online/@{account}",
"account_existence_code" : "200",
"account_existence_string" : "mastodon.online",
"account_missing_string" : "The page you are looking for isn&#39;t here.",
"account_missing_code" : "404",
"known_accounts" : ["amiw", "turbolove"],
"category" : "social",
"valid" : true
},
{
"name" : "entrepreneurship-campus",
"check_uri" : "https://www.entrepreneurship-campus.org/members/{account}/",
"account_existence_code" : "200",
"account_existence_string" : "| Entrepreneurship Campus",
"account_missing_string" : "Page Not Found -",
"account_missing_code" : "404",
"known_accounts" : ["sanjay01", "mohammed"],
"category" : "misc",
"valid" : true
},
{
"name" : "stratege",
"check_uri" : "https://www.stratege.ru/users/{account}#args:ajax=1",
"account_existence_code" : "200",
"account_existence_string" : "| Stratege",
"account_missing_string" : "Такого пользователя на сайте не существует",
"account_missing_code" : "200",
"known_accounts" : ["oleg3", "oleg"],
"category" : "gaming",
"valid" : true
},
{
"name" : "xcraft",
"check_uri" : "https://vk.xcraft.ru/user/{account}",
"account_existence_code" : "200",
"account_existence_string" : "- User Profile",
"account_missing_string" : "Page not found.",
"account_missing_code" : "404",
"known_accounts" : ["oleg3", "nastya"],
"category" : "gaming",
"valid" : true
},
{
"name" : "999md",
"check_uri" : "https://999.md/ru/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "профиль пользователя на",
"account_missing_string" : "Ничего не найдено",
"account_missing_code" : "404",
"known_accounts" : ["serguei", "olga"],
"category" : "misc",
"valid" : true
},
{
"name" : "stereo_ru",
"check_uri" : "https://stereo.ru/users/@{account}/",
"account_existence_code" : "200",
"account_existence_string" : "Профиль пользователя",
"account_missing_string" : "error-page",
"account_missing_code" : "404",
"known_accounts" : ["oleg33", "igor"],
"category" : "music",
"valid" : true
},
{
"name" : "virustotal",
"check_uri" : "https://www.virustotal.com/gui/user/{account}",
"account_existence_code" : "200",
"account_existence_string" : "VirusTotal - User - ",
"account_missing_string" : "sTotal -",
"account_missing_code" : "200",
"known_accounts" : ["banana", "jack"],
"category" : "misc",
"valid" : true
},
{
"name" : "sexbaba",
"check_uri" : "https://sexbaba.co/User-{account}",
"account_existence_code" : "200",
"account_existence_string" : "- Sex Baba",
"account_missing_string" : "is either invalid or doesn't exist",
"account_missing_code" : "404",
"known_accounts" : ["john", "surya"],
"category" : "dating",
"valid" : true
},
{
"name" : "thesims.com",
"check_uri" : "https://forums.thesims.com/en_US/profile/{account}",
"account_existence_code" : "200",
"account_existence_string" : "<h2 class",
"account_missing_string" : "User Not Found",
"account_missing_code" : "404",
"known_accounts" : ["babykittyjade", "simgurumorgan"],
"category" : "gaming",
"valid" : true
},
{
"name" : "ubisoft.com",
"check_uri" : "https://discussions.ubisoft.com/user/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Joined",
"account_missing_string" : "<title>Not Found | Ubisoft",
"account_missing_code" : "404",
"known_accounts" : ["rizkonnez", "gegg22"],
"category" : "gaming",
"valid" : true
}
]
}