From 9b23dcd5061980098836d968f27c7852fb04cc4e Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 20 Oct 2024 15:46:40 +0300
Subject: [PATCH 01/15] Adding websites
---
wmn-data.json | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 100 insertions(+)
diff --git a/wmn-data.json b/wmn-data.json
index cd0c6feb..1db267ba 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -6532,6 +6532,106 @@
"m_code" : 404,
"known" : ["carlito", "taylor"],
"cat" : "social"
+ },
+ {
+ "name" : "GOG",
+ "uri_check" : "https://www.gog.com/u/{account}",
+ "e_code" : 200,
+ "e_string" : "window.profilesData.profileUser",
+ "m_string" : "error404",
+ "m_code" : 404,
+ "known" : ["user", "Admin"],
+ "cat" : "social"
+ },
+ {
+ "name" : "VirusTotal",
+ "uri_check" : "https://www.virustotal.com/gui/user/{account}",
+ "e_code" : 200,
+ "e_string" : "User Profile",
+ "m_string" : "User not found",
+ "m_code" : 404,
+ "known" : ["c_APT_ure", "BMonday"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Kwork",
+ "uri_check" : "https://kwork.ru/user/{account}",
+ "e_code" : 200,
+ "e_string" : "window.profileData",
+ "m_string" : "not-found",
+ "m_code" : 404,
+ "known" : ["ilkarkarakurt", "sergeymeshiy"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Weblancer",
+ "uri_check" : "https://www.weblancer.net/users/{account}/",
+ "e_code" : 200,
+ "e_string" : "\"user\":",
+ "m_string" : "\"page\":\"/404\"",
+ "m_code" : 404,
+ "known" : ["alpet", "WebArtyom"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Freelancehunt Freelancer",
+ "uri_check" : "https://freelancehunt.com/en/freelancer/{account}.html",
+ "e_code" : 200,
+ "e_string" : "Username:",
+ "m_string" : "User not found.",
+ "m_code" : 404,
+ "known" : ["rhythmdev_top", "vadym1232"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Freelancehunt Employer",
+ "uri_check" : "https://freelancehunt.com/en/employer/{account}.html",
+ "e_code" : 200,
+ "e_string" : "Username:",
+ "m_string" : "User not found.",
+ "m_code" : 404,
+ "known" : ["rhythmdev_top", "vadym1232"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Habr",
+ "uri_check" : "https://habr.com/ru/users/{account}/",
+ "e_code" : 200,
+ "e_string" : "tm-page tm-user",
+ "m_string" : "tm-error-message",
+ "m_code" : 404,
+ "known" : ["Bo0oM", "AlhimicMan"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Habr Freelancer",
+ "uri_check" : "https://freelance.habr.com/freelancers/{account}",
+ "e_code" : 200,
+ "e_string" : "user-profile profile-blocks",
+ "m_string" : "icon_user_locked",
+ "m_code" : 404,
+ "known" : ["Bo0oM", "Akloom"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Habr Employer",
+ "uri_check" : "https://freelance.habr.com/freelancers/{account}/employer",
+ "e_code" : 200,
+ "e_string" : "user-profile profile-blocks",
+ "m_string" : "icon_user_locked",
+ "m_code" : 404,
+ "known" : ["aufdk", "Danvantariy"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Freelance Україна",
+ "uri_check" : "https://freelance.ua/user/{account}/",
+ "e_code" : 200,
+ "e_string" : "user-profile profile-blocks",
+ "m_string" : "error-page",
+ "m_code" : 404,
+ "known" : ["mazahim33", "oleksandrseo1"],
+ "cat" : "social"
}
]
}
From 41251c20ab4451e98c45ba74e748f3f13e6ed9a7 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 20 Oct 2024 17:27:14 +0300
Subject: [PATCH 02/15] Removing VirusTotal
---
wmn-data.json | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/wmn-data.json b/wmn-data.json
index 1db267ba..4616fe5b 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -6543,16 +6543,6 @@
"known" : ["user", "Admin"],
"cat" : "social"
},
- {
- "name" : "VirusTotal",
- "uri_check" : "https://www.virustotal.com/gui/user/{account}",
- "e_code" : 200,
- "e_string" : "User Profile",
- "m_string" : "User not found",
- "m_code" : 404,
- "known" : ["c_APT_ure", "BMonday"],
- "cat" : "social"
- },
{
"name" : "Kwork",
"uri_check" : "https://kwork.ru/user/{account}",
From 9da0043d7950bb86b609e7ea7ab622fad98fc8b6 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 20 Oct 2024 17:43:23 +0300
Subject: [PATCH 03/15] Json and VirusTotal fixes
---
wmn-data.json | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/wmn-data.json b/wmn-data.json
index 4616fe5b..1b705e29 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -4867,7 +4867,7 @@
"headers" : {
"Cookie" : "accept_rules=true;"
}
- },
+ },
{
"name" : "shutterstock",
"uri_check" : "https://www.shutterstock.com/g/{account}",
@@ -5974,21 +5974,16 @@
"cat" : "blog"
},
{
- "name" : "Virustotal",
- "uri_check" : "https://www.virustotal.com/ui/users/{account}",
+ "name" : "VirusTotal",
+ "uri_check" : "https://www.virustotal.com/ui/users/{account}/avatar",
"pretty_uri" : "https://www.virustotal.com/gui/user/{account}",
- "headers" : {
- "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0",
- "X-Tool": "vt-ui-main",
- "Accept-Ianguage": "en-US,en;q=0.9,es;q=0.8",
- "X-VT-Anti-Abuse-Header": "MTAxOTFwMDcxOTEtWkc5dWRDQmlaU0JsZG2scy5xNzE4Mjc1NDI0LjUzMw=="
- },
"e_code" : 200,
- "e_string" :"data",
+ "e_string" :"img src",
"m_string" : "NotFoundError",
"m_code" : 404,
"known" : ["cyber", "cybersecstu"],
- "cat" : "misc"
+ "cat" : "misc",
+ "protection": "captcha"
},
{
"name" : "VK",
From 4f6981da19976207f9f386e86fd051c1bcbedbac Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 20 Oct 2024 17:54:41 +0300
Subject: [PATCH 04/15] Fix SimplePlanes json
---
wmn-data.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmn-data.json b/wmn-data.json
index 9fa449c4..aaa55c0a 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -4882,7 +4882,7 @@
"name" : "SimplePlanes",
"uri_check" : "https://www.simpleplanes.com/u/{account}",
"e_code" : 200,
- "e_string" : "
joined"
+ "e_string" : "joined",
"m_code" : 302,
"m_string" : "SimplePlanes Airplanes"
"known" : ["realSavageMan", "Jundroo", "john"],
From 705d7ad1344acaba63b81be661392b193e848b06 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 20 Oct 2024 17:56:27 +0300
Subject: [PATCH 05/15] Second SimplePlanes fix
---
wmn-data.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmn-data.json b/wmn-data.json
index aaa55c0a..81769da0 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -4884,7 +4884,7 @@
"e_code" : 200,
"e_string" : "joined",
"m_code" : 302,
- "m_string" : "SimplePlanes Airplanes"
+ "m_string" : "SimplePlanes Airplanes",
"known" : ["realSavageMan", "Jundroo", "john"],
"cat" : "gaming"
},
From 2c85b246457ac112827f95d4f7509abc79ede8b5 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 20 Oct 2024 17:57:36 +0300
Subject: [PATCH 06/15] VirusTotal fix
---
wmn-data.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmn-data.json b/wmn-data.json
index 81769da0..5f4e3526 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -5993,7 +5993,7 @@
"m_code" : 404,
"known" : ["cyber", "cybersecstu"],
"cat" : "misc",
- "protection": "captcha"
+ "protection": ["captcha"]
},
{
"name" : "VK",
From aa6ea56dd38c06630706f71f1ce9a865eaa5f8a0 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 20 Oct 2024 20:10:12 +0300
Subject: [PATCH 07/15] Update wmn-data.json
---
wmn-data.json | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/wmn-data.json b/wmn-data.json
index 1b705e29..124b1d3f 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -4486,7 +4486,8 @@
"m_string" : "\"success\":true",
"m_code" : 200,
"known" : ["Rita426", "Muyao_531"],
- "cat" : "hobby"
+ "cat" : "hobby",
+ "protection": ["cloudflare"]
},
{
"name" : "quitter.pl",
@@ -6533,10 +6534,9 @@
"uri_check" : "https://www.gog.com/u/{account}",
"e_code" : 200,
"e_string" : "window.profilesData.profileUser",
- "m_string" : "error404",
"m_code" : 404,
"known" : ["user", "Admin"],
- "cat" : "social"
+ "cat" : "gaming"
},
{
"name" : "Kwork",
@@ -6617,6 +6617,17 @@
"m_code" : 404,
"known" : ["mazahim33", "oleksandrseo1"],
"cat" : "social"
+ },
+ {
+ "name" : "FACEIT",
+ "uri_check" : "https://www.faceit.com/api/users/v1/nicknames/{account}",
+ "uri_pretty": "https://www.faceit.com/en/players/{account}",
+ "e_code" : 200,
+ "e_string" : "OK",
+ "m_string" : "user not found",
+ "m_code" : 404,
+ "known" : ["s1mple", "w0nderful"],
+ "cat" : "gaming"
}
]
}
From 243eb88f39ceb846108088e5a25ec30bf8f925b2 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 20 Oct 2024 21:47:20 +0300
Subject: [PATCH 08/15] Update wmn-data.json
---
wmn-data.json | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/wmn-data.json b/wmn-data.json
index 16b10b28..b03aa560 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -5146,11 +5146,12 @@
"name" : "Spotify",
"uri_check" : "https://open.spotify.com/user/{account}",
"e_code" : 200,
- "e_string" : "on Spotify",
- "m_string" : "Spotify - Web Player",
- "m_code" : 200,
+ "e_string" : "content=\"profile\"",
+ "m_string" : "Page not found",
+ "m_code" : 404,
"known" : ["kexp_official", "mkbhd"],
- "cat" : "music"
+ "cat" : "music",
+ "protection": ["captcha"]
},
{
"name" : "Steam",
@@ -5989,7 +5990,7 @@
"uri_check" : "https://www.virustotal.com/ui/users/{account}/avatar",
"pretty_uri" : "https://www.virustotal.com/gui/user/{account}",
"e_code" : 200,
- "e_string" :"img src",
+ "e_string" : "",
"m_string" : "NotFoundError",
"m_code" : 404,
"known" : ["cyber", "cybersecstu"],
@@ -6545,6 +6546,7 @@
"e_code" : 200,
"e_string" : "window.profilesData.profileUser",
"m_code" : 404,
+ "m_string": "",
"known" : ["user", "Admin"],
"cat" : "gaming"
},
@@ -6638,6 +6640,17 @@
"m_code" : 404,
"known" : ["s1mple", "w0nderful"],
"cat" : "gaming"
+ },
+ {
+ "name" : "Beacons",
+ "uri_check" : "https://cdn.beacons.ai/profile_pictures/beacons/{account}.png",
+ "uri_pretty": "https://beacons.ai/{account}",
+ "e_code" : 200,
+ "e_string" : "",
+ "m_string" : "NoSuchKey",
+ "m_code" : 404,
+ "known" : ["rafaballerini", "lexaloco", "jardred"],
+ "cat" : "social"
}
]
}
From 71e04a67ac06cbb07ad15a64f38ed28e0561424f Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Fri, 25 Oct 2024 05:04:48 +0300
Subject: [PATCH 09/15] Fix
---
wmn-data.json | 216 ++++++++++++++++++++++++--------------------------
1 file changed, 103 insertions(+), 113 deletions(-)
diff --git a/wmn-data.json b/wmn-data.json
index b03aa560..87035a90 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -515,6 +515,17 @@
"known" : ["GoddessBlueDiamo", "aalama"],
"cat" : "xx NSFW xx"
},
+ {
+ "name" : "Beacons",
+ "uri_check" : "https://cdn.beacons.ai/profile_pictures/beacons/{account}.png",
+ "uri_pretty": "https://beacons.ai/{account}",
+ "e_code" : 200,
+ "e_string" : "",
+ "m_string" : "NoSuchKey",
+ "m_code" : 404,
+ "known" : ["rafaballerini", "lexaloco", "jardred"],
+ "cat" : "social"
+ },
{
"name" : "Behance",
"uri_check" : "https://www.behance.net/{account}",
@@ -1643,6 +1654,17 @@
"known" : ["justusboth2013", "hellfireclub", "fabswingers.com"],
"cat" : "dating"
},
+ {
+ "name" : "FACEIT",
+ "uri_check" : "https://www.faceit.com/api/users/v1/nicknames/{account}",
+ "uri_pretty": "https://www.faceit.com/en/players/{account}",
+ "e_code" : 200,
+ "e_string" : "\"result\": \"OK\",",
+ "m_string" : "user not found",
+ "m_code" : 404,
+ "known" : ["s1mple", "w0nderful"],
+ "cat" : "gaming"
+ },
{
"name" : "Facebook",
"uri_check" : "https://www.facebook.com/{account}/",
@@ -1899,6 +1921,26 @@
"known" : ["john", "ncyp23"],
"cat" : "social"
},
+ {
+ "name" : "Freelancehunt Freelancer",
+ "uri_check" : "https://freelancehunt.com/en/freelancer/{account}.html",
+ "e_code" : 200,
+ "e_string" : "Username:",
+ "m_string" : "User not found.",
+ "m_code" : 404,
+ "known" : ["rhythmdev_top", "Zainka"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Freelancehunt Employer",
+ "uri_check" : "https://freelancehunt.com/en/employer/{account}.html",
+ "e_code" : 200,
+ "e_string" : "Username:",
+ "m_string" : "User not found.",
+ "m_code" : 404,
+ "known" : ["laputkoc", "Dekovital"],
+ "cat" : "social"
+ },
{
"name" : "freelancer",
"uri_check" : "https://www.freelancer.com/u/{account}",
@@ -2135,6 +2177,16 @@
"known" : ["johnny", "dev"],
"cat" : "coding"
},
+ {
+ "name" : "GOG",
+ "uri_check" : "https://www.gog.com/u/{account}",
+ "e_code" : 200,
+ "e_string" : "window.profilesData.profileUser",
+ "m_code" : 404,
+ "m_string": "",
+ "known" : ["user", "Admin"],
+ "cat" : "gaming"
+ },
{
"name" : "Goodgame_Russia",
"uri_check" : "https://goodgame.ru/channel/{account}/",
@@ -2198,6 +2250,36 @@
"known" : ["ellietalksmoney", "reallyniceimages"],
"cat" : "shopping"
},
+ {
+ "name" : "Habr",
+ "uri_check" : "https://habr.com/ru/users/{account}/",
+ "e_code" : 200,
+ "e_string" : "tm-page tm-user",
+ "m_string" : "tm-error-message",
+ "m_code" : 404,
+ "known" : ["Bo0oM", "AlhimicMan"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Habr Freelancer",
+ "uri_check" : "https://freelance.habr.com/freelancers/{account}",
+ "e_code" : 200,
+ "e_string" : "user-profile profile-blocks",
+ "m_string" : "icon_user_locked",
+ "m_code" : 404,
+ "known" : ["Bo0oM", "Akloom"],
+ "cat" : "social"
+ },
+ {
+ "name" : "Habr Employer",
+ "uri_check" : "https://freelance.habr.com/freelancers/{account}/employer",
+ "e_code" : 200,
+ "e_string" : "user-profile profile-blocks",
+ "m_string" : "icon_user_locked",
+ "m_code" : 404,
+ "known" : ["aufdk", "Danvantariy"],
+ "cat" : "social"
+ },
{
"name" : "Habbo.com",
"uri_check" : " https://www.habbo.com/api/public/users?name={account}",
@@ -2951,6 +3033,16 @@
"known" : ["test", "janek"],
"cat" : "images"
},
+ {
+ "name" : "Kwork",
+ "uri_check" : "https://kwork.ru/user/{account}",
+ "e_code" : 200,
+ "e_string" : "window.profileData",
+ "m_string" : "",
+ "m_code" : 404,
+ "known" : ["ilkarkarakurt", "sergeymeshiy"],
+ "cat" : "social"
+ },
{
"name" : "Lemon8",
"uri_check" : "https://www.lemon8-app.com/{account}?region=us",
@@ -4868,7 +4960,7 @@
"headers" : {
"Cookie" : "accept_rules=true;"
}
- },
+ },
{
"name" : "shutterstock",
"uri_check" : "https://www.shutterstock.com/g/{account}",
@@ -6116,6 +6208,16 @@
"known" : ["dave", "john"],
"cat" : "misc"
},
+ {
+ "name" : "Weblancer",
+ "uri_check" : "https://www.weblancer.net/users/{account}/",
+ "e_code" : 200,
+ "e_string" : "\"user\":",
+ "m_string" : "\"page\":\"/404\"",
+ "m_code" : 404,
+ "known" : ["alpet", "WebArtyom"],
+ "cat" : "social"
+ },
{
"name" : "weheartit",
"uri_check" : "https://weheartit.com/{account}",
@@ -6539,118 +6641,6 @@
"m_code" : 404,
"known" : ["carlito", "taylor"],
"cat" : "social"
- },
- {
- "name" : "GOG",
- "uri_check" : "https://www.gog.com/u/{account}",
- "e_code" : 200,
- "e_string" : "window.profilesData.profileUser",
- "m_code" : 404,
- "m_string": "",
- "known" : ["user", "Admin"],
- "cat" : "gaming"
- },
- {
- "name" : "Kwork",
- "uri_check" : "https://kwork.ru/user/{account}",
- "e_code" : 200,
- "e_string" : "window.profileData",
- "m_string" : "not-found",
- "m_code" : 404,
- "known" : ["ilkarkarakurt", "sergeymeshiy"],
- "cat" : "social"
- },
- {
- "name" : "Weblancer",
- "uri_check" : "https://www.weblancer.net/users/{account}/",
- "e_code" : 200,
- "e_string" : "\"user\":",
- "m_string" : "\"page\":\"/404\"",
- "m_code" : 404,
- "known" : ["alpet", "WebArtyom"],
- "cat" : "social"
- },
- {
- "name" : "Freelancehunt Freelancer",
- "uri_check" : "https://freelancehunt.com/en/freelancer/{account}.html",
- "e_code" : 200,
- "e_string" : "Username:",
- "m_string" : "User not found.",
- "m_code" : 404,
- "known" : ["rhythmdev_top", "vadym1232"],
- "cat" : "social"
- },
- {
- "name" : "Freelancehunt Employer",
- "uri_check" : "https://freelancehunt.com/en/employer/{account}.html",
- "e_code" : 200,
- "e_string" : "Username:",
- "m_string" : "User not found.",
- "m_code" : 404,
- "known" : ["rhythmdev_top", "vadym1232"],
- "cat" : "social"
- },
- {
- "name" : "Habr",
- "uri_check" : "https://habr.com/ru/users/{account}/",
- "e_code" : 200,
- "e_string" : "tm-page tm-user",
- "m_string" : "tm-error-message",
- "m_code" : 404,
- "known" : ["Bo0oM", "AlhimicMan"],
- "cat" : "social"
- },
- {
- "name" : "Habr Freelancer",
- "uri_check" : "https://freelance.habr.com/freelancers/{account}",
- "e_code" : 200,
- "e_string" : "user-profile profile-blocks",
- "m_string" : "icon_user_locked",
- "m_code" : 404,
- "known" : ["Bo0oM", "Akloom"],
- "cat" : "social"
- },
- {
- "name" : "Habr Employer",
- "uri_check" : "https://freelance.habr.com/freelancers/{account}/employer",
- "e_code" : 200,
- "e_string" : "user-profile profile-blocks",
- "m_string" : "icon_user_locked",
- "m_code" : 404,
- "known" : ["aufdk", "Danvantariy"],
- "cat" : "social"
- },
- {
- "name" : "Freelance Україна",
- "uri_check" : "https://freelance.ua/user/{account}/",
- "e_code" : 200,
- "e_string" : "user-profile profile-blocks",
- "m_string" : "error-page",
- "m_code" : 404,
- "known" : ["mazahim33", "oleksandrseo1"],
- "cat" : "social"
- },
- {
- "name" : "FACEIT",
- "uri_check" : "https://www.faceit.com/api/users/v1/nicknames/{account}",
- "uri_pretty": "https://www.faceit.com/en/players/{account}",
- "e_code" : 200,
- "e_string" : "OK",
- "m_string" : "user not found",
- "m_code" : 404,
- "known" : ["s1mple", "w0nderful"],
- "cat" : "gaming"
- },
- {
- "name" : "Beacons",
- "uri_check" : "https://cdn.beacons.ai/profile_pictures/beacons/{account}.png",
- "uri_pretty": "https://beacons.ai/{account}",
- "e_code" : 200,
- "e_string" : "",
- "m_string" : "NoSuchKey",
- "m_code" : 404,
- "known" : ["rafaballerini", "lexaloco", "jardred"],
- "cat" : "social"
}
]
}
From df0db031927b4fcdc923bb3eb9b5ad4b17a20c8c Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Mon, 28 Oct 2024 17:33:16 +0200
Subject: [PATCH 10/15] Spotify Fix
---
wmn-data.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmn-data.json b/wmn-data.json
index 87035a90..7a5628e8 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -5243,7 +5243,7 @@
"m_code" : 404,
"known" : ["kexp_official", "mkbhd"],
"cat" : "music",
- "protection": ["captcha"]
+ "protection": ["other"]
},
{
"name" : "Steam",
From 2487219b97b541eda84aee67e098e5cb90d8e595 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 8 Dec 2024 01:34:29 +0200
Subject: [PATCH 11/15] Freelance fix
---
wmn-data.json | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/wmn-data.json b/wmn-data.json
index 7a5628e8..79eedfbc 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -1925,20 +1925,32 @@
"name" : "Freelancehunt Freelancer",
"uri_check" : "https://freelancehunt.com/en/freelancer/{account}.html",
"e_code" : 200,
- "e_string" : "Username:",
+ "e_string" : "\"@id\":\"https://freelancehunt.com/en/freelancers\"",
"m_string" : "User not found.",
"m_code" : 404,
"known" : ["rhythmdev_top", "Zainka"],
- "cat" : "social"
- },
- {
+ "cat" : "social",
+ "protection": ["other"]
+ },
+ {
"name" : "Freelancehunt Employer",
"uri_check" : "https://freelancehunt.com/en/employer/{account}.html",
"e_code" : 200,
- "e_string" : "Username:",
+ "e_string" : "\"@id\":\"https://freelancehunt.com/en/employers\"",
"m_string" : "User not found.",
"m_code" : 404,
- "known" : ["laputkoc", "Dekovital"],
+ "known" : ["vadym1232", "Dekovital"],
+ "cat" : "social",
+ "protection": ["other"]
+ },
+ {
+ "name" : "Freelance.ua",
+ "uri_check" : "https://freelance.ua/user/{account}/",
+ "e_code" : 200,
+ "e_string" : "p-profile-avatar",
+ "m_string" : "Схоже, дана сторінка не знайдена",
+ "m_code" : 404,
+ "known" : ["tkachenkoalex", "oleksandrseo1"],
"cat" : "social"
},
{
From 1f7b7567529cc8cb0424de36f034c3c9cb33b310 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 8 Dec 2024 01:57:16 +0200
Subject: [PATCH 12/15] Fix
---
wmn-data.json | 24 ++++++------------------
1 file changed, 6 insertions(+), 18 deletions(-)
diff --git a/wmn-data.json b/wmn-data.json
index 79eedfbc..4d5ac8d5 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -517,14 +517,14 @@
},
{
"name" : "Beacons",
- "uri_check" : "https://cdn.beacons.ai/profile_pictures/beacons/{account}.png",
- "uri_pretty": "https://beacons.ai/{account}",
+ "uri_check" : "https://beacons.ai/{account}",
"e_code" : 200,
- "e_string" : "",
- "m_string" : "NoSuchKey",
- "m_code" : 404,
+ "e_string" : " - Link in Bio & Creator Tools | Beacons",
+ "m_string" : "The page you are looking for does not seem to exist anymore",
+ "m_code" : 200,
"known" : ["rafaballerini", "lexaloco", "jardred"],
- "cat" : "social"
+ "cat" : "social",
+ "protection": "cloudflare"
},
{
"name" : "Behance",
@@ -6089,18 +6089,6 @@
"known" : ["sarah", "brahim01"],
"cat" : "blog"
},
- {
- "name" : "VirusTotal",
- "uri_check" : "https://www.virustotal.com/ui/users/{account}/avatar",
- "pretty_uri" : "https://www.virustotal.com/gui/user/{account}",
- "e_code" : 200,
- "e_string" : "",
- "m_string" : "NotFoundError",
- "m_code" : 404,
- "known" : ["cyber", "cybersecstu"],
- "cat" : "misc",
- "protection": ["captcha"]
- },
{
"name" : "VK",
"uri_check" : "https://vk.com/{account}",
From a790ce9370c7d422c104ede80f03afd294eddeaa Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Sun, 8 Dec 2024 01:58:27 +0200
Subject: [PATCH 13/15] Fix
---
wmn-data.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmn-data.json b/wmn-data.json
index 4d5ac8d5..c715d514 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -524,7 +524,7 @@
"m_code" : 200,
"known" : ["rafaballerini", "lexaloco", "jardred"],
"cat" : "social",
- "protection": "cloudflare"
+ "protection": ["cloudflare"]
},
{
"name" : "Behance",
From bff40d99ed9ef61e34fc2010ec4a49c89e215cb5 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Mon, 9 Dec 2024 22:30:44 +0200
Subject: [PATCH 14/15] Fix VirusTotal
---
wmn-data.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/wmn-data.json b/wmn-data.json
index c715d514..8733cd3e 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -6089,6 +6089,23 @@
"known" : ["sarah", "brahim01"],
"cat" : "blog"
},
+ {
+ "name" : "VirusTotal",
+ "uri_check" : "https://www.virustotal.com/ui/users/{account}",
+ "pretty_uri" : "https://www.virustotal.com/gui/user/{account}",
+ "headers" : {
+ "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0",
+ "X-Tool": "vt-ui-main",
+ "Accept-Ianguage": "en-US",
+ "X-VT-Anti-Abuse-Header": "MTAxOTFwMDcxOTEtWkc5dWRDQmlaU0JsZG2scy5xNzE4Mjc1NDI0LjUzMw=="
+ },
+ "e_code" : 200,
+ "e_string" :"\"data\"",
+ "m_string" : "\"code\": \"NotFoundError\"",
+ "m_code" : 404,
+ "known" : ["cyber", "cybersecstu"],
+ "cat" : "misc"
+ },
{
"name" : "VK",
"uri_check" : "https://vk.com/{account}",
From 3f8d4ba0f1aec8520f996c8bb2d58fc1a7648ef2 Mon Sep 17 00:00:00 2001
From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com>
Date: Thu, 19 Dec 2024 04:46:54 +0200
Subject: [PATCH 15/15] Update wmn-data.json
---
wmn-data.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/wmn-data.json b/wmn-data.json
index 8733cd3e..f0e299b1 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -1659,8 +1659,8 @@
"uri_check" : "https://www.faceit.com/api/users/v1/nicknames/{account}",
"uri_pretty": "https://www.faceit.com/en/players/{account}",
"e_code" : 200,
- "e_string" : "\"result\": \"OK\",",
- "m_string" : "user not found",
+ "e_string" : "\"result\":\"OK\"",
+ "m_string" : "\"message\":\"user not found\"",
"m_code" : 404,
"known" : ["s1mple", "w0nderful"],
"cat" : "gaming"
@@ -2194,8 +2194,8 @@
"uri_check" : "https://www.gog.com/u/{account}",
"e_code" : 200,
"e_string" : "window.profilesData.profileUser",
- "m_code" : 404,
- "m_string": "",
+ "m_code" : 302,
+ "m_string": "error404__img",
"known" : ["user", "Admin"],
"cat" : "gaming"
},