diff --git a/wmn-data-schema.json b/wmn-data-schema.json
index e404d60..6585985 100644
--- a/wmn-data-schema.json
+++ b/wmn-data-schema.json
@@ -1,244 +1,246 @@
{
- "definitions": {},
- "$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "https://example.com/object1658520065.json",
- "title": "Root",
- "type": "object",
- "required": [
- "license",
- "authors",
- "categories",
- "sites"
- ],
- "properties": {
- "license": {
- "$id": "#root/license",
- "title": "License",
- "type": "array",
- "default": [],
- "items":{
- "$id": "#root/license/items",
- "title": "Items",
- "type": "string",
- "default": "",
- "examples": [
- "Copyright (C) 2025 Micah Hoffman"
- ],
- "pattern": "^.*$"
- }
- },
- "authors": {
- "$id": "#root/authors",
- "title": "Authors",
- "type": "array",
- "default": [],
- "items":{
- "$id": "#root/authors/items",
- "title": "Items",
- "type": "string",
- "default": "",
- "examples": [
- "WebBreacher"
- ],
- "pattern": "^.*$"
- }
- },
- "categories": {
- "$id": "#root/categories",
- "title": "Categories",
- "type": "array",
- "default": [],
- "items":{
- "$id": "#root/categories/items",
- "title": "Items",
- "type": "string",
- "default": "",
- "examples": [
- "archived"
- ],
- "pattern": "^.*$"
- }
- },
- "sites": {
- "$id": "#root/sites",
- "title": "Sites",
- "type": "array",
- "default": [],
- "items":{
- "$id": "#root/sites/items",
- "title": "Items",
- "type": "object",
- "required": [
- "name",
- "uri_check",
- "e_code",
- "e_string",
- "m_string",
- "m_code",
- "known",
- "cat"
- ],
- "properties": {
- "name": {
- "$id": "#root/sites/items/name",
- "title": "Name",
- "type": "string",
- "default": "",
- "examples": [
- "101010.pl"
- ],
- "pattern": "^.*$"
- },
- "uri_check": {
- "$id": "#root/sites/items/uri_check",
- "title": "Uri_check",
- "type": "string",
- "default": "",
- "examples": [
- "https://101010.pl/@{account}"
- ],
- "pattern": "^.*$"
- },
- "uri_pretty": {
- "$id": "#root/sites/items/uri_pretty",
- "title": "Uri_pretty",
- "type": "string",
- "default": "",
- "examples": [
- "https://101010.pl/@{account}"
- ],
- "pattern": "^.*$"
- },
- "post_body": {
- "$id": "#root/sites/items/post_body",
- "title": "Post_body",
- "type": "string",
- "default": "",
- "examples": [
- ""
- ],
- "pattern": "^.*$"
- },
- "strip_bad_char": {
- "$id": "#root/sites/items/strip_bad_char",
- "title": "Strip_bad_char",
- "type": "string",
- "default": "",
- "examples": [
- "."
- ],
- "pattern": "^.*$"
- },
- "e_code": {
- "$id": "#root/sites/items/e_code",
- "title": "E_code",
- "type": "integer",
- "default": "",
- "examples": [
- 200
- ],
- "pattern": "^.*$"
- },
- "e_string": {
- "$id": "#root/sites/items/e_string",
- "title": "E_string",
- "type": "string",
- "default": "",
- "examples": [
- "@101010.pl"
- ],
- "pattern": "^.*$"
- },
- "m_string": {
- "$id": "#root/sites/items/m_string",
- "title": "M_string",
- "type": "string",
- "default": "",
- "examples": [
- "The page you are looking for isn't here."
- ],
- "pattern": "^.*$"
- },
- "m_code": {
- "$id": "#root/sites/items/m_code",
- "title": "M_code",
- "type": "integer",
- "default": "",
- "examples": [
- 404
- ],
- "pattern": "^.*$"
- },
- "known": {
- "$id": "#root/sites/items/known",
- "title": "Known",
- "type": "array",
- "default": [],
- "items":{
- "$id": "#root/sites/items/known/items",
- "title": "Items",
- "type": "string",
- "default": "",
- "examples": [
- "szekspir"
- ],
- "pattern": "^.*$"
- }
- },
- "cat": {
- "$id": "#root/sites/items/cat",
- "title": "Cat",
- "type": "string",
- "default": "",
- "examples": [
- "social"
- ],
- "pattern": "^.*$"
- },
- "valid": {
- "$id": "#root/sites/items/valid",
- "title": "Valid",
- "type": "boolean",
- "examples": [
- true
- ],
- "default": ""
- },
- "protection": {
- "$id": "#root/sites/items/protection",
- "title": "Protection",
- "type": "array",
- "default": [],
- "items":{
- "$id": "#root/sites/items/protection/items",
- "title": "Items",
- "type": "string",
- "default": "",
- "examples": [
- "cloudflare", "captcha"
- ],
- "pattern": "^.*$"
- }
- },
- "headers": {
- "$id": "#root/sites/items/headers",
- "title": "Headers",
- "type": "object",
- "default": [],
- "items":{
- "$id": "#root/sites/items/headers/items",
- "title": "Items",
- "type": "string",
- "default": "",
- "examples": [
- {"accept": "text/html"}
- ],
- "pattern": "^.*$"
- }
- }
- }
- }
-
- }
- }
-}
+ "definitions": {},
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "$id": "https://example.com/object1658520065.json",
+ "title": "Root",
+ "type": "object",
+ "required": [
+ "license",
+ "authors",
+ "categories",
+ "sites"
+ ],
+ "properties": {
+ "license": {
+ "$id": "#root/license",
+ "title": "License",
+ "type": "array",
+ "default": [],
+ "items": {
+ "$id": "#root/license/items",
+ "title": "Items",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "Copyright (C) 2025 Micah Hoffman"
+ ],
+ "pattern": "^.*$"
+ }
+ },
+ "authors": {
+ "$id": "#root/authors",
+ "title": "Authors",
+ "type": "array",
+ "default": [],
+ "items": {
+ "$id": "#root/authors/items",
+ "title": "Items",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "WebBreacher"
+ ],
+ "pattern": "^.*$"
+ }
+ },
+ "categories": {
+ "$id": "#root/categories",
+ "title": "Categories",
+ "type": "array",
+ "default": [],
+ "items": {
+ "$id": "#root/categories/items",
+ "title": "Items",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "archived"
+ ],
+ "pattern": "^.*$"
+ }
+ },
+ "sites": {
+ "$id": "#root/sites",
+ "title": "Sites",
+ "type": "array",
+ "default": [],
+ "items": {
+ "$id": "#root/sites/items",
+ "title": "Items",
+ "type": "object",
+ "required": [
+ "name",
+ "uri_check",
+ "e_code",
+ "e_string",
+ "m_string",
+ "m_code",
+ "known",
+ "cat"
+ ],
+ "properties": {
+ "name": {
+ "$id": "#root/sites/items/name",
+ "title": "Name",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "101010.pl"
+ ],
+ "pattern": "^.*$"
+ },
+ "uri_check": {
+ "$id": "#root/sites/items/uri_check",
+ "title": "Uri_check",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "https://101010.pl/@{account}"
+ ],
+ "pattern": "^.*$"
+ },
+ "uri_pretty": {
+ "$id": "#root/sites/items/uri_pretty",
+ "title": "Uri_pretty",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "https://101010.pl/@{account}"
+ ],
+ "pattern": "^.*$"
+ },
+ "post_body": {
+ "$id": "#root/sites/items/post_body",
+ "title": "Post_body",
+ "type": "string",
+ "default": "",
+ "examples": [
+ ""
+ ],
+ "pattern": "^.*$"
+ },
+ "strip_bad_char": {
+ "$id": "#root/sites/items/strip_bad_char",
+ "title": "Strip_bad_char",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "."
+ ],
+ "pattern": "^.*$"
+ },
+ "e_code": {
+ "$id": "#root/sites/items/e_code",
+ "title": "E_code",
+ "type": "integer",
+ "default": "",
+ "examples": [
+ 200
+ ],
+ "pattern": "^.*$"
+ },
+ "e_string": {
+ "$id": "#root/sites/items/e_string",
+ "title": "E_string",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "@101010.pl"
+ ],
+ "pattern": "^.*$"
+ },
+ "m_string": {
+ "$id": "#root/sites/items/m_string",
+ "title": "M_string",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "The page you are looking for isn't here."
+ ],
+ "pattern": "^.*$"
+ },
+ "m_code": {
+ "$id": "#root/sites/items/m_code",
+ "title": "M_code",
+ "type": "integer",
+ "default": "",
+ "examples": [
+ 404
+ ],
+ "pattern": "^.*$"
+ },
+ "known": {
+ "$id": "#root/sites/items/known",
+ "title": "Known",
+ "type": "array",
+ "default": [],
+ "items": {
+ "$id": "#root/sites/items/known/items",
+ "title": "Items",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "szekspir"
+ ],
+ "pattern": "^.*$"
+ }
+ },
+ "cat": {
+ "$id": "#root/sites/items/cat",
+ "title": "Cat",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "social"
+ ],
+ "pattern": "^.*$"
+ },
+ "valid": {
+ "$id": "#root/sites/items/valid",
+ "title": "Valid",
+ "type": "boolean",
+ "examples": [
+ true
+ ],
+ "default": ""
+ },
+ "protection": {
+ "$id": "#root/sites/items/protection",
+ "title": "Protection",
+ "type": "array",
+ "default": [],
+ "items": {
+ "$id": "#root/sites/items/protection/items",
+ "title": "Items",
+ "type": "string",
+ "default": "",
+ "examples": [
+ "cloudflare",
+ "captcha"
+ ],
+ "pattern": "^.*$"
+ }
+ },
+ "headers": {
+ "$id": "#root/sites/items/headers",
+ "title": "Headers",
+ "type": "object",
+ "default": [],
+ "items": {
+ "$id": "#root/sites/items/headers/items",
+ "title": "Items",
+ "type": "string",
+ "default": "",
+ "examples": [
+ {
+ "accept": "text/html"
+ }
+ ],
+ "pattern": "^.*$"
+ }
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/wmn-data.json b/wmn-data.json
index 80e0e5e..06b5a09 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -65,7 +65,11 @@
"e_string": "profile-info__profile-data__name",
"m_string": "This is not the page you're looking for",
"m_code": 404,
- "known": ["patricialmendro", "ginamariahoffmann", "espeworkout"],
+ "known": [
+ "patricialmendro",
+ "ginamariahoffmann",
+ "espeworkout"
+ ],
"cat": "social"
},
{
@@ -75,7 +79,10 @@
"e_string": "247Sports",
"m_code": 404,
- "known": ["bob", "john"],
+ "known": [
+ "bob",
+ "john"
+ ],
"cat": "hobby"
},
{
@@ -85,7 +92,10 @@
"e_string": "Ошибка / 7dach.ru",
"m_code": 404,
- "known": ["lana", "svetlana"],
+ "known": [
+ "lana",
+ "svetlana"
+ ],
"cat": "social"
},
{
@@ -135,7 +157,10 @@
"e_string": " | about.me",
"m_string": "about.me",
"m_code": 404,
- "known": ["john", "jill"],
+ "known": [
+ "john",
+ "jill"
+ ],
"cat": "social"
},
{
@@ -145,7 +170,10 @@
"e_string": "ACF Support",
"m_string": "Page Not Found",
"m_code": 200,
- "known": ["mike", "greg"],
+ "known": [
+ "mike",
+ "greg"
+ ],
"cat": "coding"
},
{
@@ -155,7 +183,10 @@
"e_string": "creator-stat subscriber",
"m_string": "Page Not Found |",
"m_code": 404,
- "known": ["justjessicarabbit", "savannah250xo"],
+ "known": [
+ "justjessicarabbit",
+ "savannah250xo"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -165,7 +196,10 @@
"e_string": "Glamour Escorts ",
"m_string": "Page not found - Adult Forum Gr",
"m_code": 404,
- "known": ["nastya3", "ekaterina"],
+ "known": [
+ "nastya3",
+ "ekaterina"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -175,7 +209,10 @@
"e_string": "Last login:",
"m_string": " Not Found",
"m_code": 404,
- "known": ["laura", "sara"],
+ "known": [
+ "laura",
+ "sara"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -185,7 +222,10 @@
"e_string": "Profile | ADVFN",
"m_string": "ADVFN ERROR - Page Not Found",
"m_code": 404,
- "known": ["crypto", "crypto1"],
+ "known": [
+ "crypto",
+ "crypto1"
+ ],
"cat": "finance"
},
{
@@ -196,7 +236,10 @@
"e_string": "primary_group_name",
"m_string": "he requested URL or resource could not be found.",
"m_code": 404,
- "known": ["hannah", "addison"],
+ "known": [
+ "hannah",
+ "addison"
+ ],
"cat": "social"
},
{
@@ -206,7 +249,10 @@
"e_string": "'s Profile | Airliners Members | Airliners.net",
"m_string": "An Error Occurred",
"m_code": 404,
- "known": ["pilot", "pilota"],
+ "known": [
+ "pilot",
+ "pilota"
+ ],
"cat": "social"
},
{
@@ -216,7 +262,10 @@
"e_string": " - Аудиокниги Клуб",
"m_string": "Vizitka nenalezena",
"m_code": 404,
- "known": ["igor", "pavel"],
+ "known": [
+ "igor",
+ "pavel"
+ ],
"cat": "social"
},
{
@@ -247,7 +302,10 @@
"e_string": "message",
"m_string": "Page not found",
"m_code": 404,
- "known": ["blue", "goddessbecca"],
+ "known": [
+ "blue",
+ "goddessbecca"
+ ],
"cat": "social"
},
{
@@ -257,7 +315,10 @@
"e_string": "Perfil de",
"m_string": "\"error\":\"Not Found\"",
"m_code": 404,
- "known": ["edmilson", "jonathan"],
+ "known": [
+ "edmilson",
+ "jonathan"
+ ],
"cat": "tech"
},
{
@@ -267,7 +328,10 @@
"e_string": "画像一覧",
"m_string": "削除された可能性がございます。",
"m_code": 404,
- "known": ["ereko-blog", "senpai"],
+ "known": [
+ "ereko-blog",
+ "senpai"
+ ],
"cat": "blog"
},
{
@@ -277,7 +341,10 @@
"e_string": "Articles &",
"m_string": "American Thinker",
"m_code": 301,
- "known": ["terrypaulding", "monicashowalter"],
+ "known": [
+ "terrypaulding",
+ "monicashowalter"
+ ],
"cat": "political"
},
{
@@ -289,7 +356,10 @@
"e_string": "\"id\":",
"m_string": "Not Found",
"m_code": 404,
- "known": ["test", "johndoe"],
+ "known": [
+ "test",
+ "johndoe"
+ ],
"cat": "social",
"headers": {
"accept": "application/json",
@@ -305,9 +375,14 @@
"e_string": "\"msg\":\"Username is unavailable\"",
"m_string": "\"status\":\"ok\"",
"m_code": 200,
- "known": ["zala", "lindapearl"],
+ "known": [
+ "zala",
+ "lindapearl"
+ ],
"cat": "social",
- "protection": ["cloudflare"],
+ "protection": [
+ "cloudflare"
+ ],
"headers": {
"Content-Type": "application/json"
}
@@ -319,7 +394,10 @@
"e_string": "Show followings",
"m_string": "Page not found!",
"m_code": 302,
- "known": ["john", "peter"],
+ "known": [
+ "john",
+ "peter"
+ ],
"cat": "social"
},
{
@@ -330,7 +408,10 @@
"e_string": "\"id\":",
"m_string": "class=\"error-body\"",
"m_code": 404,
- "known": ["abolfazlxmaster", "siahkolah"],
+ "known": [
+ "abolfazlxmaster",
+ "siahkolah"
+ ],
"cat": "social"
},
{
@@ -341,14 +422,17 @@
"e_string": "platformInfo",
"m_string": "CollectorResultStatus::NotFound",
"m_code": 404,
- "known": ["tttcheekyttt", "RollsRoyce_Dawn"],
+ "known": [
+ "tttcheekyttt",
+ "RollsRoyce_Dawn"
+ ],
"cat": "gaming",
"headers": {
- "User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0",
"Accept-Language": "en-US,en;q=0.5",
"Origin": "https://apex.tracker.gg",
"Referer": "https://apex.tracker.gg/",
- "TE": "trailers"
+ "TE": "trailers",
+ "User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
}
},
{
@@ -358,7 +442,10 @@
"e_string": "User Profile",
"m_string": "Go back to our",
"m_code": 301,
- "known": ["mikec", "varunkumarb0001"],
+ "known": [
+ "mikec",
+ "varunkumarb0001"
+ ],
"cat": "tech"
},
{
@@ -369,7 +456,10 @@
"e_string": "\"id\":",
"m_string": "[]",
"m_code": 200,
- "known": ["morganamilo", "nl6720"],
+ "known": [
+ "morganamilo",
+ "nl6720"
+ ],
"cat": "social"
},
{
@@ -379,7 +469,10 @@
"e_string": "class=\"user home\"",
"m_string": "class=\"system errors error-404 region\"",
"m_code": 404,
- "known": ["test", "john"],
+ "known": [
+ "test",
+ "john"
+ ],
"cat": "hobby"
},
{
@@ -390,7 +483,10 @@
"e_string": "\"userid\":",
"m_string": "\"missing\":true",
"m_code": 200,
- "known": ["Lahwaacz", "Erus_Iluvatar"],
+ "known": [
+ "Lahwaacz",
+ "Erus_Iluvatar"
+ ],
"cat": "social"
},
{
@@ -400,7 +496,10 @@
"e_string": "| Arduino Project Hub",
"m_string": "Arduino Project Hub",
"m_code": 404,
- "known": ["peter", "john"],
+ "known": [
+ "peter",
+ "john"
+ ],
"cat": "tech"
},
{
@@ -410,7 +509,10 @@
"e_string": "about",
"m_string": "404: Oh Noes!",
"m_code": 302,
- "known": ["john", "sammy"],
+ "known": [
+ "john",
+ "sammy"
+ ],
"cat": "gaming"
},
{
@@ -420,7 +522,10 @@
"e_string": "",
"m_string": "Not found:",
"m_code": 404,
- "known": ["dolores", "cyborghyena"],
+ "known": [
+ "dolores",
+ "cyborghyena"
+ ],
"cat": "art"
},
{
@@ -430,7 +535,10 @@
"e_string": "Member Since",
"m_string": "The page you requested wasn't there when we tried to get it for you. What a bother!",
"m_code": 404,
- "known": ["luluc0", "MuraArts"],
+ "known": [
+ "luluc0",
+ "MuraArts"
+ ],
"cat": "art"
},
{
@@ -440,7 +548,10 @@
"e_string": "Portfolio",
"m_string": "Page not found",
"m_code": 404,
- "known": ["kongaxl_design", "alex_pi"],
+ "known": [
+ "kongaxl_design",
+ "alex_pi"
+ ],
"cat": "art"
},
{
@@ -450,7 +561,10 @@
"e_string": "class=\"profile-page\"",
"m_string": "404 Not Found
",
"m_code": 404,
- "known": ["john", "red"],
+ "known": [
+ "john",
+ "red"
+ ],
"cat": "coding"
},
{
@@ -460,7 +574,10 @@
"e_string": "Contest Status
",
"m_string": ">404 Page Not Found",
"m_code": 404,
- "known": ["apiad", "kotatsugame"],
+ "known": [
+ "apiad",
+ "kotatsugame"
+ ],
"cat": "coding"
},
{
@@ -470,7 +587,10 @@
"e_string": "Лоты пользователя ",
"m_string": "Пользователь не найден",
"m_code": 404,
- "known": ["Svetlana7", "nastya"],
+ "known": [
+ "Svetlana7",
+ "nastya"
+ ],
"cat": "misc"
},
{
@@ -480,7 +600,10 @@
"e_string": "s profile on AudioJungle",
"m_string": "404 - Nothing to see here",
"m_code": 404,
- "known": ["john", "reds"],
+ "known": [
+ "john",
+ "reds"
+ ],
"cat": "music"
},
{
@@ -490,13 +613,16 @@
"e_string": "My Activity",
"m_string": "The user you requested cannot be found.",
"m_code": 302,
- "known": ["Thayne", "Admin"],
+ "known": [
+ "Thayne",
+ "Admin"
+ ],
"cat": "music",
"headers": {
- "Host": "community.avid.com",
- "User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8",
- "Cache-Control": "no-cache"
+ "Cache-Control": "no-cache",
+ "Host": "community.avid.com",
+ "User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
}
},
{
@@ -506,7 +632,10 @@
"e_string": "'s Page",
"m_string": "Profile not found",
"m_code": 404,
- "known": ["cherry", "betty"],
+ "known": [
+ "cherry",
+ "betty"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -517,7 +646,10 @@
"e_string": "user_badges",
"m_string": "The requested URL or resource could not be found",
"m_code": 404,
- "known": ["baemax023", "scottycarsonmvp"],
+ "known": [
+ "baemax023",
+ "scottycarsonmvp"
+ ],
"cat": "social"
},
{
@@ -527,7 +659,10 @@
"e_string": " collection | Bandcamp",
"m_string": "Sorry, that something isn’t here.
",
"m_code": 404,
- "known": ["alice", "bob"],
+ "known": [
+ "alice",
+ "bob"
+ ],
"cat": "music"
},
{
@@ -538,7 +673,10 @@
"e_string": "about",
"m_string": "Couldn't find any matching element, it might be deleted",
"m_code": 404,
- "known": ["rave_flawless", "delutaya"],
+ "known": [
+ "rave_flawless",
+ "delutaya"
+ ],
"cat": "music"
},
{
@@ -548,7 +686,10 @@
"e_string": ") — дневник на Babyblog.ru",
"m_string": "БэбиБлог - беременность, календарь беременности, дневники",
"m_code": 200,
- "known": ["joyfitnessdance1", "bobkokatya94"],
+ "known": [
+ "joyfitnessdance1",
+ "bobkokatya94"
+ ],
"cat": "misc"
},
{
@@ -559,7 +700,10 @@
"e_string": "login",
"m_string": "This blog doesn't exist.",
"m_code": 200,
- "known": ["themunch", "shibari4all"],
+ "known": [
+ "themunch",
+ "shibari4all"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -569,7 +713,10 @@
"e_string": "Profile",
"m_string": "BDSM Singles",
"m_code": 302,
- "known": ["GoddessBlueDiamo", "aalama"],
+ "known": [
+ "GoddessBlueDiamo",
+ "aalama"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -579,9 +726,15 @@
"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"],
+ "known": [
+ "rafaballerini",
+ "lexaloco",
+ "jardred"
+ ],
"cat": "social",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Bentbox",
@@ -590,7 +743,11 @@
"e_string": "",
"m_string": "This user is currently not available",
"m_code": 200,
- "known": ["brockdoom", "witchhouse", "hotoptics"],
+ "known": [
+ "brockdoom",
+ "witchhouse",
+ "hotoptics"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -600,7 +757,10 @@
"e_string": "href=\"https://bento.me/explore\"",
"m_string": ">Available!
",
"m_code": 404,
- "known": ["carlito", "taylor"],
+ "known": [
+ "carlito",
+ "taylor"
+ ],
"cat": "social"
},
{
@@ -610,7 +770,10 @@
"e_string": "| BiggerPockets",
"m_string": "Page not found",
"m_code": 404,
- "known": ["trustgreene", "chasel9"],
+ "known": [
+ "trustgreene",
+ "chasel9"
+ ],
"cat": "finance"
},
{
@@ -620,7 +783,10 @@
"e_string": "userInfo:{nickName",
"m_string": "userInfo:{}",
"m_code": 200,
- "known": ["treasdior", "Jacin19"],
+ "known": [
+ "treasdior",
+ "Jacin19"
+ ],
"cat": "gaming"
},
{
@@ -630,7 +796,10 @@
"e_string": "- 🚲 Bikemap",
"m_string": "Page not found - Error 404 ",
"m_code": 404,
- "known": ["mike", "greg"],
+ "known": [
+ "mike",
+ "greg"
+ ],
"cat": "health"
},
{
@@ -640,7 +809,10 @@
"e_string": "User ",
"m_string": "Page not found",
"m_code": 404,
- "known": ["john", "db"],
+ "known": [
+ "john",
+ "db"
+ ],
"cat": "tech"
},
{
@@ -650,7 +822,10 @@
"e_string": "section\":{\"handles",
"m_string": "This site no longer exists",
"m_code": 404,
- "known": ["leticiabufoni", "kayurkaRhea"],
+ "known": [
+ "leticiabufoni",
+ "kayurkaRhea"
+ ],
"cat": "social"
},
{
@@ -660,7 +835,10 @@
"e_string": "profile:username",
"m_string": "The page you’re looking for doesn’t exist",
"m_code": 404,
- "known": ["adli_hm", "jake"],
+ "known": [
+ "adli_hm",
+ "jake"
+ ],
"cat": "misc"
},
{
@@ -671,7 +849,10 @@
"e_string": "full_name",
"m_string": "No workspace with identifier",
"m_code": 404,
- "known": ["LaNMaSteR53", "osamahalisawi"],
+ "known": [
+ "LaNMaSteR53",
+ "osamahalisawi"
+ ],
"cat": "coding"
},
{
@@ -683,7 +864,11 @@
"e_string": "\"channel_id\":",
"m_string": "\"errors\":",
"m_code": 404,
- "known": ["simon_parkes", "americafloats", "daindor"],
+ "known": [
+ "simon_parkes",
+ "americafloats",
+ "daindor"
+ ],
"cat": "political",
"headers": {
"Content-Type": "application/json"
@@ -696,7 +881,10 @@
"e_string": "shadow-light user-stats",
"m_string": "Sorry, the blog you were looking for does not exist.",
"m_code": 405,
- "known": ["07333944864481878697", "05941544278367416980"],
+ "known": [
+ "07333944864481878697",
+ "05941544278367416980"
+ ],
"cat": "blog"
},
{
@@ -706,7 +894,10 @@
"e_string": "Informacje ogólne",
"m_string": "Niepoprawny adres.",
"m_code": 200,
- "known": ["naukowa", "izkpaw"],
+ "known": [
+ "naukowa",
+ "izkpaw"
+ ],
"cat": "blog"
},
{
@@ -716,7 +907,10 @@
"e_string": "class=\"mark\"",
"m_string": "",
"m_code": 200,
- "known": ["test", "mike"],
+ "known": [
+ "test",
+ "mike"
+ ],
"cat": "misc"
},
{
@@ -727,7 +921,9 @@
"e_string": "Blogger Template Style",
"m_string": "Blog not found",
"m_code": 404,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "blog"
},
{
@@ -737,7 +933,10 @@
"e_string": "on Bluesky",
"m_string": "",
"m_code": 200,
- "known": ["bsky.app", "safety.bsky.app"],
+ "known": [
+ "bsky.app",
+ "safety.bsky.app"
+ ],
"cat": "social"
},
{
@@ -748,7 +947,10 @@
"e_string": "\"handle\":\"",
"m_string": "\"message\":\"Profile not found\"",
"m_code": 400,
- "known": ["john", "mark"],
+ "known": [
+ "john",
+ "mark"
+ ],
"cat": "social"
},
{
@@ -759,7 +961,10 @@
"e_string": "\"message\":\"Sorry, this username is already taken.\"",
"m_string": "\"isValid\":true",
"m_code": 200,
- "known": ["ntrautner", "Petdoc"],
+ "known": [
+ "ntrautner",
+ "Petdoc"
+ ],
"cat": "gaming"
},
{
@@ -770,7 +975,9 @@
"e_string": "username",
"m_string": "data\" :\"\"",
"m_code": 200,
- "known": ["mike"],
+ "known": [
+ "mike"
+ ],
"cat": "health"
},
{
@@ -780,7 +987,10 @@
"e_string": "Chat público ao vivo de",
"m_string": "Câmaras de sexo free: chat pornô ao vivo",
"m_code": 404,
- "known": ["prettykatea", "milaowens"],
+ "known": [
+ "prettykatea",
+ "milaowens"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -790,7 +1000,10 @@
"e_string": "Recent Book Activity",
"m_string": "Sorry, we were unable to locate the content that you requested.",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "hobby"
},
{
@@ -800,7 +1013,10 @@
"e_string": "Profil de",
"m_string": "Page non trouvée",
"m_code": 404,
- "known": ["Paraffine", "chanoa"],
+ "known": [
+ "Paraffine",
+ "chanoa"
+ ],
"cat": "hobby"
},
{
@@ -810,7 +1026,10 @@
"e_string": "- exclusive content on Boosty",
"m_string": "Blog not found",
"m_code": 200,
- "known": ["evdokia", "lana"],
+ "known": [
+ "evdokia",
+ "lana"
+ ],
"cat": "social"
},
{
@@ -821,7 +1040,10 @@
"e_string": "- BOOTH",
"m_string": "BOOTH - The International Indie Art Marketplace",
"m_code": 302,
- "known": ["monoliorder", "hasya"],
+ "known": [
+ "monoliorder",
+ "hasya"
+ ],
"cat": "shopping"
},
{
@@ -831,7 +1053,10 @@
"e_string": "Member since:",
"m_string": "{name}",
"m_code": 200,
- "known": ["lowlead", "vwong19"],
+ "known": [
+ "lowlead",
+ "vwong19"
+ ],
"cat": "hobby"
},
{
@@ -842,7 +1067,10 @@
"e_string": "\"widgets\":",
"m_string": "class='cc-error-page__msg'",
"m_code": 404,
- "known": ["lopseg", "Ebrietas"],
+ "known": [
+ "lopseg",
+ "Ebrietas"
+ ],
"cat": "tech"
},
{
@@ -852,7 +1080,10 @@
"e_string": "username",
"m_string": "The requested URL or resource could not be found.",
"m_code": 404,
- "known": ["blacktide", "honey"],
+ "known": [
+ "blacktide",
+ "honey"
+ ],
"cat": "social"
},
{
@@ -864,9 +1095,14 @@
"e_string": "\"available\":false",
"m_string": "\"available\":true",
"m_code": 200,
- "known": ["freebird", "robinwong"],
+ "known": [
+ "freebird",
+ "robinwong"
+ ],
"cat": "finance",
- "protection": ["cloudflare"],
+ "protection": [
+ "cloudflare"
+ ],
"headers": {
"Content-Type": "application/json"
}
@@ -878,7 +1114,10 @@
"e_string": " on BuzzFeed",
"m_string": "Es posible que el enlace que seleccionaste esté roto o que se haya eliminado la página",
"m_code": 404,
- "known": ["braftty", "guillermo"],
+ "known": [
+ "braftty",
+ "guillermo"
+ ],
"cat": "misc"
},
{
@@ -898,7 +1140,10 @@
"e_string": "og:author",
"m_string": "Sorry, but the page you were looking for could not be found.",
"m_code": 404,
- "known": ["honey", "roger"],
+ "known": [
+ "honey",
+ "roger"
+ ],
"cat": "misc"
},
{
@@ -908,7 +1153,10 @@
"e_string": "aggregateRating",
"m_string": "",
"m_code": 301,
- "known": ["michael_owen10", "sarahall3"],
+ "known": [
+ "michael_owen10",
+ "sarahall3"
+ ],
"cat": "shopping"
},
{
@@ -919,7 +1167,10 @@
"e_string": "s online portfolio",
"m_string": "site not found",
"m_code": 404,
- "known": ["jenny", "bob"],
+ "known": [
+ "jenny",
+ "bob"
+ ],
"cat": "hobby"
},
{
@@ -929,7 +1180,10 @@
"e_string": "— Хабр Карьера",
"m_string": "Ошибка 404",
"m_code": 404,
- "known": ["alex", "bob"],
+ "known": [
+ "alex",
+ "bob"
+ ],
"cat": "business"
},
{
@@ -940,7 +1194,10 @@
"e_string": "( Made with Carrd )",
"m_string": "Sorry, the requested page could not be found.",
"m_code": 404,
- "known": ["liam", "peter"],
+ "known": [
+ "liam",
+ "peter"
+ ],
"cat": "business"
},
{
@@ -950,7 +1207,10 @@
"e_string": "| Casting Call Club",
"m_string": "404: This is not the page you were looking for. In the future, our AI robot overlords will be able to better predict exactly what you were looking for.",
"m_code": 302,
- "known": ["Lindz", "Danye"],
+ "known": [
+ "Lindz",
+ "Danye"
+ ],
"cat": "hobby"
},
{
@@ -960,7 +1220,10 @@
"e_string": "Lista gier:",
"m_string": "Coś się popsuło...",
"m_code": 404,
- "known": ["saczuan", "cormac"],
+ "known": [
+ "saczuan",
+ "cormac"
+ ],
"cat": "gaming"
},
{
@@ -970,7 +1233,10 @@
"e_string": "Foldery",
"m_string": "Strona na którą chcesz wejść nie istnieje",
"m_code": 200,
- "known": ["test2", "janek"],
+ "known": [
+ "test2",
+ "janek"
+ ],
"cat": "video"
},
{
@@ -981,7 +1247,10 @@
"e_string": "\"id\":",
"m_string": "\"results\":[]",
"m_code": 200,
- "known": ["alex", "ben"],
+ "known": [
+ "alex",
+ "ben"
+ ],
"cat": "social"
},
{
@@ -992,7 +1261,11 @@
"e_string": "created_at",
"m_string": "The requested URL or resource could not be found.",
"m_code": 404,
- "known": ["masiball", "anel_hadzyc", "kiminaze"],
+ "known": [
+ "masiball",
+ "anel_hadzyc",
+ "kiminaze"
+ ],
"cat": "gaming"
},
{
@@ -1002,7 +1275,10 @@
"e_string": "Личный профил",
"m_string": "Извините, запрашиваемая страница не найдена",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "news"
},
{
@@ -1012,7 +1288,10 @@
"e_string": "W serwisie od",
"m_string": "Strona nie istnieje.",
"m_code": 404,
- "known": ["test", "janek"],
+ "known": [
+ "test",
+ "janek"
+ ],
"cat": "images"
},
{
@@ -1022,7 +1301,12 @@
"e_string": "Chatango!",
"m_string": "Unknown User!",
"m_code": 200,
- "known": ["7nights", "merbailey", "steakomura", "equicentric"],
+ "known": [
+ "7nights",
+ "merbailey",
+ "steakomura",
+ "equicentric"
+ ],
"cat": "social"
},
{
@@ -1032,7 +1316,10 @@
"e_string": "'s Bio and Free Webcam",
"m_string": "It's probably just a broken link",
"m_code": 404,
- "known": ["pussylovekate", "kemii"],
+ "known": [
+ "pussylovekate",
+ "kemii"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -1042,7 +1329,9 @@
"e_string": "profile-header",
"m_string": "Home - ",
"m_code": 302,
- "known": ["john"],
+ "known": [
+ "john"
+ ],
"cat": "hobby"
},
{
@@ -1053,7 +1342,11 @@
"e_string": "player_id",
"m_string": "not found",
"m_code": 404,
- "known": ["john", "peter", "josh"],
+ "known": [
+ "john",
+ "peter",
+ "josh"
+ ],
"cat": "gaming"
},
{
@@ -1063,7 +1356,10 @@
"e_string": "Foldery",
"m_string": "Chomik o takiej nazwie nie istnieje",
"m_code": 404,
- "known": ["test", "test2"],
+ "known": [
+ "test",
+ "test2"
+ ],
"cat": "misc"
},
{
@@ -1073,7 +1369,10 @@
"e_string": "When I'm not reading erotica I like to read",
"m_string": "Sorry, I got distracted...",
"m_code": 404,
- "known": ["joe", "carlos01"],
+ "known": [
+ "joe",
+ "carlos01"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -1084,7 +1383,10 @@
"e_string": "user_avatar",
"m_string": "The requested URL or resource could not be found",
"m_code": 404,
- "known": ["carl", "morten"],
+ "known": [
+ "carl",
+ "morten"
+ ],
"cat": "tech"
},
{
@@ -1094,7 +1396,10 @@
"e_string": "\"user\":",
"m_string": "404",
"m_code": 404,
- "known": ["kirbyplessas", "rohan"],
+ "known": [
+ "kirbyplessas",
+ "rohan"
+ ],
"cat": "social"
},
{
@@ -1104,7 +1409,10 @@
"e_string": "Member Since:",
"m_string": "Page Not Found (404) - CNET",
"m_code": 301,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "news"
},
{
@@ -1114,7 +1422,10 @@
"e_string": "- Coda Profile",
"m_string": "Coda | Page not found - Coda",
"m_code": 404,
- "known": ["huizer", "kennywong"],
+ "known": [
+ "huizer",
+ "kennywong"
+ ],
"cat": "hobby"
},
{
@@ -1124,7 +1435,10 @@
"e_string": "Member since",
"m_string": "Unable to load the requested member's information",
"m_code": 200,
- "known": ["WmCraig", "Rick-York"],
+ "known": [
+ "WmCraig",
+ "Rick-York"
+ ],
"cat": "coding"
},
{
@@ -1134,7 +1448,10 @@
"e_string": "Joined on",
"m_string": "The page you are trying to reach either",
"m_code": 404,
- "known": ["dachary", "happy"],
+ "known": [
+ "dachary",
+ "happy"
+ ],
"cat": "coding"
},
{
@@ -1144,7 +1461,10 @@
"e_string": " Profile - ",
"m_string": "Oops! That page doesn’t exist",
"m_code": 404,
- "known": ["doctypeme", "ocean.war"],
+ "known": [
+ "doctypeme",
+ "ocean.war"
+ ],
"cat": "coding"
},
{
@@ -1154,7 +1474,10 @@
"e_string": "class=\"user-profile-container\"",
"m_string": "",
"m_code": 302,
- "known": ["maroonrk", "lyrically"],
+ "known": [
+ "maroonrk",
+ "lyrically"
+ ],
"cat": "coding"
},
{
@@ -1165,7 +1488,10 @@
"e_string": "\"status\":\"OK\"",
"m_string": "\"status\":\"FAILED\"",
"m_code": 400,
- "known": ["Abdul01", "Abdullah"],
+ "known": [
+ "Abdul01",
+ "Abdullah"
+ ],
"cat": "coding"
},
{
@@ -1175,7 +1501,10 @@
"e_string": "ABOUT ME",
"m_string": "404/favicon.png",
"m_code": 404,
- "known": ["e4c5", "juanelfers"],
+ "known": [
+ "e4c5",
+ "juanelfers"
+ ],
"cat": "coding"
},
{
@@ -1185,7 +1514,10 @@
"e_string": "s profile |",
"m_string": "404! Our feels when that url is used",
"m_code": 404,
- "known": ["john", "test"],
+ "known": [
+ "john",
+ "test"
+ ],
"cat": "coding"
},
{
@@ -1195,7 +1527,10 @@
"e_string": "| Codewars",
"m_string": "Whoops! The page you were looking for doesn't seem to exist.",
"m_code": 404,
- "known": ["john", "reds"],
+ "known": [
+ "john",
+ "reds"
+ ],
"cat": "coding"
},
{
@@ -1205,7 +1540,10 @@
"e_string": "Color lovin' since",
"m_string": "Lover has gone missing",
"m_code": 410,
- "known": ["amorremanet", "bezzalopoly"],
+ "known": [
+ "amorremanet",
+ "bezzalopoly"
+ ],
"cat": "hobby"
},
{
@@ -1215,7 +1553,10 @@
"e_string": "UserSearchItemContainer",
"m_string": "No search results found.",
"m_code": 200,
- "known": ["test", "janet"],
+ "known": [
+ "test",
+ "janet"
+ ],
"cat": "tech"
},
{
@@ -1225,7 +1566,10 @@
"e_string": "Información Personal",
"m_string": "Desde 2001 conectando gente!",
"m_code": 302,
- "known": ["danijak", "darkfox"],
+ "known": [
+ "danijak",
+ "darkfox"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -1235,7 +1579,10 @@
"e_string": "portfolio",
"m_string": "Looking for something?",
"m_code": 404,
- "known": ["john", "blue"],
+ "known": [
+ "john",
+ "blue"
+ ],
"cat": "art"
},
{
@@ -1246,7 +1593,10 @@
"e_string": "\"user_id\":",
"m_string": "\"error\":\"Unhandled exception\"",
"m_code": 404,
- "known": ["djantidog", "mcnorington"],
+ "known": [
+ "djantidog",
+ "mcnorington"
+ ],
"cat": "social"
},
{
@@ -1256,7 +1606,10 @@
"e_string": "- Channel on Coub",
"m_string": "Sorry, that page doesn't exist.",
"m_code": 404,
- "known": ["dmitry.kozhevnikov", "idesignking"],
+ "known": [
+ "dmitry.kozhevnikov",
+ "idesignking"
+ ],
"cat": "misc",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
@@ -1269,7 +1622,10 @@
"e_string": " - Cowboys 4 Angels",
"m_string": "Error Page not found",
"m_code": 404,
- "known": ["jaxjames", "jordan-2"],
+ "known": [
+ "jaxjames",
+ "jordan-2"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -1279,7 +1635,10 @@
"e_string": "Member Since",
"m_string": "",
"m_code": 302,
- "known": ["mbattagl", "Hatchback"],
+ "known": [
+ "mbattagl",
+ "Hatchback"
+ ],
"cat": "social"
},
{
@@ -1289,7 +1648,10 @@
"e_string": "Cracked.io - Profile of",
"m_string": "The member you specified is either invalid or doesn't exist",
"m_code": 404,
- "known": ["RealPsycho", "SamWinchester"],
+ "known": [
+ "RealPsycho",
+ "SamWinchester"
+ ],
"cat": "social"
},
{
@@ -1300,7 +1662,10 @@
"e_string": "Portfolio",
"m_string": "Site not found :-(",
"m_code": 404,
- "known": ["john", "red"],
+ "known": [
+ "john",
+ "red"
+ ],
"cat": "images"
},
{
@@ -1310,7 +1675,10 @@
"e_string": "id=\"profile-page\"",
"m_string": "class=\"error-page\"",
"m_code": 404,
- "known": ["erga", "peter"],
+ "known": [
+ "erga",
+ "peter"
+ ],
"cat": "hobby"
},
{
@@ -1320,7 +1688,10 @@
"e_string": "All the 3D models of",
"m_string": "Oh dear, this page is not working!",
"m_code": 404,
- "known": ["Bstar3Dart", "john"],
+ "known": [
+ "Bstar3Dart",
+ "john"
+ ],
"cat": "hobby"
},
{
@@ -1330,7 +1701,10 @@
"e_string": "Joined",
"m_string": "Profile not found",
"m_code": 404,
- "known": ["nyala", "speedymlg7"],
+ "known": [
+ "nyala",
+ "speedymlg7"
+ ],
"cat": "gaming"
},
{
@@ -1340,7 +1714,10 @@
"e_string": "id=\"userData\"",
"m_string": "Page not found! (404)",
"m_code": 404,
- "known": ["msouza", "kos"],
+ "known": [
+ "msouza",
+ "kos"
+ ],
"cat": "news"
},
{
@@ -1350,7 +1727,10 @@
"e_string": ". Дарудар",
"m_string": "404. Дару~дар: миру~мир!",
"m_code": 404,
- "known": ["svetlana7", "igor"],
+ "known": [
+ "svetlana7",
+ "igor"
+ ],
"cat": "misc"
},
{
@@ -1360,7 +1740,10 @@
"e_string": "About me",
"m_string": "The page you are looking for does not exist",
"m_code": 404,
- "known": ["shime", "janeferater"],
+ "known": [
+ "shime",
+ "janeferater"
+ ],
"cat": "dating"
},
{
@@ -1370,7 +1753,10 @@
"e_string": "profile_status",
"m_string": "404: page not found",
"m_code": 200,
- "known": ["maniektwist", "carllos"],
+ "known": [
+ "maniektwist",
+ "carllos"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -1380,7 +1766,10 @@
"e_string": "| dating.ru",
"m_string": "Такой страницы не существует.",
"m_code": 404,
- "known": ["john", "blue"],
+ "known": [
+ "john",
+ "blue"
+ ],
"cat": "dating"
},
{
@@ -1390,7 +1779,10 @@
"e_string": "Z nami od:",
"m_string": "Użytkownik o podanym pseudonimie nie istnieje.",
"m_code": 200,
- "known": ["test", "test2"],
+ "known": [
+ "test",
+ "test2"
+ ],
"cat": "images"
},
{
@@ -1400,7 +1792,10 @@
"e_string": "s Shop - Depop",
"m_string": "Sorry, that page doesn't exist",
"m_code": 404,
- "known": ["sara", "susan"],
+ "known": [
+ "sara",
+ "susan"
+ ],
"cat": "shopping"
},
{
@@ -1410,7 +1805,10 @@
"e_string": "has discovered on Designspiration",
"m_string": "Content Not Found",
"m_code": 404,
- "known": ["sam", "smith"],
+ "known": [
+ "sam",
+ "smith"
+ ],
"cat": "art"
},
{
@@ -1421,7 +1819,10 @@
"e_string": "\"userName\":",
"m_string": "\"errorMessage\":\"Error happened.\"",
"m_code": 400,
- "known": ["skromnuy_fifa", "wudjer"],
+ "known": [
+ "skromnuy_fifa",
+ "wudjer"
+ ],
"cat": "finance"
},
{
@@ -1431,7 +1832,11 @@
"e_string": "Follow",
"m_string": "Error in query",
"m_code": 200,
- "known": ["john", "alice", "bob"],
+ "known": [
+ "john",
+ "alice",
+ "bob"
+ ],
"cat": "social"
},
{
@@ -1441,9 +1846,14 @@
"e_string": "\"@id\":",
"m_string": "class=\"not-found-page base-background-color\"",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "coding",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "DeviantArt",
@@ -1452,7 +1862,10 @@
"e_string": " | DeviantArt",
"m_string": "DeviantArt: 404",
"m_code": 404,
- "known": ["rattybike", "john"],
+ "known": [
+ "rattybike",
+ "john"
+ ],
"cat": "images"
},
{
@@ -1462,7 +1875,10 @@
"e_string": "Joined devRant on",
"m_string": "",
"m_code": 302,
- "known": ["dfox", "trogus"],
+ "known": [
+ "dfox",
+ "trogus"
+ ],
"cat": "coding"
},
{
@@ -1472,7 +1888,10 @@
"e_string": "Reputa",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["carlos01", "eduardo"],
+ "known": [
+ "carlos01",
+ "eduardo"
+ ],
"cat": "gaming"
},
{
@@ -1482,7 +1901,10 @@
"e_string": "Viewing profile - ",
"m_string": "The requested user does not exist",
"m_code": 404,
- "known": ["Mike01", "John"],
+ "known": [
+ "Mike01",
+ "John"
+ ],
"cat": "gaming"
},
{
@@ -1492,7 +1914,10 @@
"e_string": "Add to contacts",
"m_string": "An Error Has Occurred",
"m_code": 404,
- "known": ["fractalhue", "rid"],
+ "known": [
+ "fractalhue",
+ "rid"
+ ],
"cat": "business"
},
{
@@ -1502,7 +1927,10 @@
"e_string": "About",
"m_string": "User not found",
"m_code": 404,
- "known": ["JeffG1", "Maxatoria"],
+ "known": [
+ "JeffG1",
+ "Maxatoria"
+ ],
"cat": "social"
},
{
@@ -1513,7 +1941,10 @@
"e_string": "regist_at",
"m_string": "{}",
"m_code": 200,
- "known": ["whoami", "johndoe"],
+ "known": [
+ "whoami",
+ "johndoe"
+ ],
"cat": "images"
},
{
@@ -1524,7 +1955,10 @@
"e_string": "\"id\":",
"m_string": "\"message\": \"User does not exist or may have been deleted.\"",
"m_code": 404,
- "known": ["damiano84", "bernadette69"],
+ "known": [
+ "damiano84",
+ "bernadette69"
+ ],
"cat": "music"
},
{
@@ -1535,7 +1969,10 @@
"e_string": "\"channel\":",
"m_string": "\"message\": \"Unknown Invite\"",
"m_code": 404,
- "known": ["test", "web"],
+ "known": [
+ "test",
+ "web"
+ ],
"cat": "social"
},
{
@@ -1546,7 +1983,10 @@
"e_string": "\"taken\":true",
"m_string": "\"taken\":false",
"m_code": 200,
- "known": ["test", "web"],
+ "known": [
+ "test",
+ "web"
+ ],
"cat": "social",
"headers": {
"Content-Type": "application/json"
@@ -1560,7 +2000,10 @@
"e_string": "topics",
"m_string": "The requested URL or resource could not be found.",
"m_code": 404,
- "known": ["ndalliard", "gerhard"],
+ "known": [
+ "ndalliard",
+ "gerhard"
+ ],
"cat": "misc"
},
{
@@ -1570,7 +2013,10 @@
"e_string": "
Profile",
"m_string": "Oops!",
"m_code": 404,
- "known": ["whoami", "johndoe"],
+ "known": [
+ "whoami",
+ "johndoe"
+ ],
"cat": "tech"
},
{
@@ -1581,7 +2027,10 @@
"e_string": "\"code\":0",
"m_string": "\"code\":2",
"m_code": 400,
- "known": ["Aristotelian1", "50calibercat"],
+ "known": [
+ "Aristotelian1",
+ "50calibercat"
+ ],
"cat": "social"
},
{
@@ -1591,7 +2040,10 @@
"e_string": "Dissenter | The Comment Section of the Internet",
"m_string": "That user is not registered here.",
"m_code": 404,
- "known": ["pryerlee", "archdukeofevil"],
+ "known": [
+ "pryerlee",
+ "archdukeofevil"
+ ],
"cat": "political"
},
{
@@ -1602,7 +2054,10 @@
"e_string": "\"uuid\":",
"m_string": "\"orgname\":[\"",
"m_code": 404,
- "known": ["bitnami", "tensorflow"],
+ "known": [
+ "bitnami",
+ "tensorflow"
+ ],
"cat": "coding"
},
{
@@ -1613,7 +2068,10 @@
"e_string": "\"uuid\":",
"m_string": "\"message\":\"User not found\"",
"m_code": 404,
- "known": ["dannapierskitoptal", "torvalds"],
+ "known": [
+ "dannapierskitoptal",
+ "torvalds"
+ ],
"cat": "coding"
},
{
@@ -1623,7 +2081,10 @@
"e_string": "Joined",
"m_string": "Looks like you got lost!.",
"m_code": 404,
- "known": ["eric", "danielrivera10927"],
+ "known": [
+ "eric",
+ "danielrivera10927"
+ ],
"cat": "hobby"
},
{
@@ -1634,9 +2095,14 @@
"e_string": "\"response\":",
"m_string": "\"message\":\"Not found\"",
"m_code": 200,
- "known": ["requiemzxc_komaru", "hexttr"],
+ "known": [
+ "requiemzxc_komaru",
+ "hexttr"
+ ],
"cat": "finance",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Donation Alerts",
@@ -1646,7 +2112,10 @@
"e_string": "\"data\":",
"m_string": "\"success\":false",
"m_code": 202,
- "known": ["gorou", "saku"],
+ "known": [
+ "gorou",
+ "saku"
+ ],
"cat": "finance"
},
{
@@ -1657,9 +2126,14 @@
"e_string": "\"response\":",
"m_string": "\"error\":\"internal error\"",
"m_code": 404,
- "known": ["takaisekai", "fordmac"],
+ "known": [
+ "takaisekai",
+ "fordmac"
+ ],
"cat": "business",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "dot.cards",
@@ -1668,7 +2142,10 @@
"e_string": "status\": \"success",
"m_string": "status\": \"username_not_found",
"m_code": 200,
- "known": ["dakmusic", "jhartwell"],
+ "known": [
+ "dakmusic",
+ "jhartwell"
+ ],
"cat": "business"
},
{
@@ -1678,7 +2155,10 @@
"e_string": "href=\"/profile/",
"m_string": ">No results found",
"m_code": 200,
- "known": ["DotaCoachApp", "zveen"],
+ "known": [
+ "DotaCoachApp",
+ "zveen"
+ ],
"cat": "gaming"
},
{
@@ -1688,7 +2168,10 @@
"e_string": "class=\"page-profile\"",
"m_string": "class=\"page-error\"",
"m_code": 404,
- "known": ["doucommunity", "volodymyrobrizan"],
+ "known": [
+ "doucommunity",
+ "volodymyrobrizan"
+ ],
"cat": "social"
},
{
@@ -1698,7 +2181,10 @@
"e_string": " | Dribbble",
"m_string": "(404)",
"m_code": 404,
- "known": ["UI8", "keeplegend"],
+ "known": [
+ "UI8",
+ "keeplegend"
+ ],
"cat": "art"
},
{
@@ -1708,7 +2194,10 @@
"e_string": "- Professional Drone Pilot",
"m_string": "(404)",
"m_code": 302,
- "known": ["chriskahn", "swilken"],
+ "known": [
+ "chriskahn",
+ "swilken"
+ ],
"cat": "hobby"
},
{
@@ -1718,7 +2207,10 @@
"e_string": "firstName\": \"",
"m_string": "Page not found",
"m_code": 302,
- "known": ["huckcredibleshotz", "thesuccesspalette"],
+ "known": [
+ "huckcredibleshotz",
+ "thesuccesspalette"
+ ],
"cat": "hobby"
},
{
@@ -1729,7 +2221,10 @@
"e_string": "joinedClassroomIds",
"m_string": "\"users\" : []",
"m_code": 200,
- "known": ["sdfsdf", "duolingo"],
+ "known": [
+ "sdfsdf",
+ "duolingo"
+ ],
"cat": "hobby"
},
{
@@ -1739,7 +2234,9 @@
"e_string": "День рождения",
"m_string": "Пользователь не найден",
"m_code": 200,
- "known": ["wd"],
+ "known": [
+ "wd"
+ ],
"cat": "social"
},
{
@@ -1749,7 +2246,10 @@
"e_string": "on eBay",
"m_string": "The User ID you entered was not found",
"m_code": 200,
- "known": ["the_gqs", "johnny"],
+ "known": [
+ "the_gqs",
+ "johnny"
+ ],
"cat": "shopping"
},
{
@@ -1759,7 +2259,10 @@
"e_string": "| eBay Stores",
"m_string": "Sorry, this store was not found.",
"m_code": 410,
- "known": ["tactical", "tactical-security"],
+ "known": [
+ "tactical",
+ "tactical-security"
+ ],
"cat": "shopping"
},
{
@@ -1771,7 +2274,10 @@
"e_string": "\"html\":\"Username exists
Please choose another\"",
"m_string": "\"html\":\"Name is available\"",
"m_code": 200,
- "known": ["wixel", "Gloomer"],
+ "known": [
+ "wixel",
+ "Gloomer"
+ ],
"cat": "social",
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
@@ -1784,7 +2290,10 @@
"e_string": "\"displayName\"",
"m_string": ", - Engadget",
"m_code": 200,
- "known": ["devindra-hardawar", "kris-holt"],
+ "known": [
+ "devindra-hardawar",
+ "kris-holt"
+ ],
"cat": "tech"
},
{
@@ -1794,7 +2303,10 @@
"e_string": "Video/Pics views",
"m_string": "Profile not found",
"m_code": 404,
- "known": ["LAM_2030", "DianaX814"],
+ "known": [
+ "LAM_2030",
+ "DianaX814"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -1804,7 +2316,10 @@
"e_string": " favorite items - Etsy",
"m_string": "Sorry, the member you are looking for does not exist",
"m_code": 404,
- "known": ["david", "happiness"],
+ "known": [
+ "david",
+ "happiness"
+ ],
"cat": "shopping"
},
{
@@ -1814,7 +2329,10 @@
"e_string": "id=\"user-search\"",
"m_string": "",
"m_code": 200,
- "known": ["Dmi3yy", "Pathologic"],
+ "known": [
+ "Dmi3yy",
+ "Pathologic"
+ ],
"cat": "tech"
},
{
@@ -1825,7 +2343,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["jippi", "poolesen"],
+ "known": [
+ "jippi",
+ "poolesen"
+ ],
"cat": "social"
},
{
@@ -1835,7 +2356,10 @@
"e_string": "Marketplace",
"m_string": "Not Found (404) | EyeEm",
"m_code": 301,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "art"
},
{
@@ -1845,7 +2369,10 @@
"e_string": "@",
"m_string": "Page Not Found - F3",
"m_code": 404,
- "known": ["nick", "john"],
+ "known": [
+ "nick",
+ "john"
+ ],
"cat": "social"
},
{
@@ -1855,7 +2382,11 @@
"e_string": "View Profile",
"m_string": "The user you tried to view doesn't seem to be on the site any more",
"m_code": 200,
- "known": ["justusboth2013", "hellfireclub", "fabswingers.com"],
+ "known": [
+ "justusboth2013",
+ "hellfireclub",
+ "fabswingers.com"
+ ],
"cat": "dating"
},
{
@@ -1865,7 +2396,10 @@
"e_string": "__isProfile",
"m_string": "Facebook",
"m_code": 200,
- "known": ["john.miniolic", "adam"],
+ "known": [
+ "john.miniolic",
+ "adam"
+ ],
"cat": "social"
},
{
@@ -1876,7 +2410,10 @@
"e_string": "\"result\":\"OK\"",
"m_string": "\"message\":\"user not found\"",
"m_code": 404,
- "known": ["s1mple", "w0nderful"],
+ "known": [
+ "s1mple",
+ "w0nderful"
+ ],
"cat": "gaming"
},
{
@@ -1886,7 +2423,10 @@
"e_string": "Zamieszcza fakty od:",
"m_string": "Nie znaleziono użytkownika o podanym loginie.",
"m_code": 200,
- "known": ["janek", "ania"],
+ "known": [
+ "janek",
+ "ania"
+ ],
"cat": "images"
},
{
@@ -1897,7 +2437,10 @@
"e_string": "\"status\":true",
"m_string": "\"status\":false",
"m_code": 200,
- "known": ["medroxy", "miaaamador"],
+ "known": [
+ "medroxy",
+ "miaaamador"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -1907,7 +2450,10 @@
"e_string": "| Profile | Fandom",
"m_string": "Not Found",
"m_code": 404,
- "known": ["EJacobs94", "Drew_Dietsch"],
+ "known": [
+ "EJacobs94",
+ "Drew_Dietsch"
+ ],
"cat": "gaming"
},
{
@@ -1917,7 +2463,10 @@
"e_string": "Fanpopping since",
"m_string": "",
"m_code": 302,
- "known": ["test", "johndoe"],
+ "known": [
+ "test",
+ "johndoe"
+ ],
"cat": "social"
},
{
@@ -1928,7 +2477,10 @@
"e_string": "username",
"m_string": "response: []",
"m_code": 200,
- "known": ["Mikomin", "test"],
+ "known": [
+ "Mikomin",
+ "test"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -1938,7 +2490,10 @@
"e_string": "Fark account number",
"m_string": "Tastes like chicken.",
"m_code": 200,
- "known": ["bob", "bobby"],
+ "known": [
+ "bob",
+ "bobby"
+ ],
"cat": "social"
},
{
@@ -1948,7 +2503,10 @@
"e_string": "- Member",
"m_string": "Your Key to Success",
"m_code": 302,
- "known": ["bob", "bobby"],
+ "known": [
+ "bob",
+ "bobby"
+ ],
"cat": "health"
},
{
@@ -1959,7 +2517,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["wood", "cliffcheney"],
+ "known": [
+ "wood",
+ "cliffcheney"
+ ],
"cat": "social"
},
{
@@ -1969,7 +2530,10 @@
"e_string": ") on Figma Community",
"m_string": "The page you are looking for can't be found.",
"m_code": 404,
- "known": ["bob", "mike"],
+ "known": [
+ "bob",
+ "mike"
+ ],
"cat": "tech"
},
{
@@ -1979,7 +2543,10 @@
"e_string": "Subscribers",
"m_string": "No channels found",
"m_code": 200,
- "known": ["bobicraft", "parodiadoranimado"],
+ "known": [
+ "bobicraft",
+ "parodiadoranimado"
+ ],
"cat": "archived"
},
{
@@ -1989,7 +2556,10 @@
"e_string": "clips found",
"m_string": "No results",
"m_code": 200,
- "known": ["holasoygerman", "elrubiusomg"],
+ "known": [
+ "holasoygerman",
+ "elrubiusomg"
+ ],
"cat": "archived"
},
{
@@ -1999,7 +2569,10 @@
"e_string": "profil w Filmweb",
"m_string": "Varnish 404",
"m_code": 200,
- "known": ["test", "Marcin_P"],
+ "known": [
+ "test",
+ "Marcin_P"
+ ],
"cat": "hobby"
},
{
@@ -2009,7 +2582,10 @@
"e_string": "Shop for artwork by",
"m_string": "Browse through millions of independent artists in our extensive",
"m_code": 301,
- "known": ["scott-norris", "mary-helmreich"],
+ "known": [
+ "scott-norris",
+ "mary-helmreich"
+ ],
"cat": "shopping"
},
{
@@ -2019,7 +2595,10 @@
"e_string": "member-since",
"m_string": "",
"m_code": 302,
- "known": ["yellowdd", "samanvay"],
+ "known": [
+ "yellowdd",
+ "samanvay"
+ ],
"cat": "shopping"
},
{
@@ -2029,9 +2608,14 @@
"e_string": "class=\"page-profile\"",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["linig4", "polik100500"],
+ "known": [
+ "linig4",
+ "polik100500"
+ ],
"cat": "social",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "Flickr",
@@ -2040,7 +2624,10 @@
"e_string": "| Flickr",
"m_string": "",
"m_code": 404,
- "known": ["glaciernps", "test"],
+ "known": [
+ "glaciernps",
+ "test"
+ ],
"cat": "images"
},
{
@@ -2050,7 +2637,10 @@
"e_string": ") on Flipboard",
"m_string": "",
"m_code": 404,
- "known": ["cosmopolitan", "Mashable"],
+ "known": [
+ "cosmopolitan",
+ "Mashable"
+ ],
"cat": "tech"
},
{
@@ -2060,7 +2650,10 @@
"e_string": ";s Flowpage",
"m_string": "Nobody's reserved this Flowpage yet.",
"m_code": 404,
- "known": ["evdokia", "irina"],
+ "known": [
+ "evdokia",
+ "irina"
+ ],
"cat": "social"
},
{
@@ -2070,7 +2663,10 @@
"e_string": "User Profile | Fodor’s Travel",
"m_string": "Plan Your Trip Online",
"m_code": 302,
- "known": ["jdstraveler", "gooster"],
+ "known": [
+ "jdstraveler",
+ "gooster"
+ ],
"cat": "social"
},
{
@@ -2081,9 +2677,14 @@
"e_string": "\"message\":\"That display name is in use by another member.\"",
"m_string": "\"result\":\"ok\"",
"m_code": 200,
- "known": ["smartplayapk", "abdulmerfantz"],
+ "known": [
+ "smartplayapk",
+ "abdulmerfantz"
+ ],
"cat": "social",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "Fortnite Tracker",
@@ -2092,7 +2693,10 @@
"e_string": "s Fortnite Stats - Fortnite Tracker",
"m_string": "Fortnite Player Stats -",
"m_code": 404,
- "known": ["steph", "sam"],
+ "known": [
+ "steph",
+ "sam"
+ ],
"cat": "gaming"
},
{
@@ -2102,7 +2706,10 @@
"e_string": "Wiadomość",
"m_string": "",
"m_code": 500,
- "known": ["test", "test2"],
+ "known": [
+ "test",
+ "test2"
+ ],
"cat": "misc"
},
{
@@ -2113,7 +2720,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["linux", "Phil35"],
+ "known": [
+ "linux",
+ "Phil35"
+ ],
"cat": "social"
},
{
@@ -2124,7 +2734,10 @@
"e_string": "profil",
"m_string": "ERROR",
"m_code": 200,
- "known": ["test", "test2"],
+ "known": [
+ "test",
+ "test2"
+ ],
"cat": "social"
},
{
@@ -2135,7 +2748,10 @@
"e_string": "\"archived_snapshots\": {\"closest\"",
"m_string": "\"archived_snapshots\": {}",
"m_code": 200,
- "known": ["x_zudex_x", "angelito"],
+ "known": [
+ "x_zudex_x",
+ "angelito"
+ ],
"cat": "archived"
},
{
@@ -2145,7 +2761,10 @@
"e_string": "class=\"userProfile2Page\"",
"m_string": "",
"m_code": 308,
- "known": ["j0hn", "ncyp23"],
+ "known": [
+ "j0hn",
+ "ncyp23"
+ ],
"cat": "social"
},
{
@@ -2156,9 +2775,14 @@
"e_string": "\"user\":",
"m_string": "\"error\":\"User not found\"",
"m_code": 404,
- "known": ["zaira", "CaesarSage"],
+ "known": [
+ "zaira",
+ "CaesarSage"
+ ],
"cat": "coding",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Freelance.RU",
@@ -2167,7 +2791,10 @@
"e_string": "class=\" user-top-container user-portfolio\"",
"m_string": "class=\"msg_error alert alert-danger\"",
"m_code": 404,
- "known": ["sunsey", "semanticlan"],
+ "known": [
+ "sunsey",
+ "semanticlan"
+ ],
"cat": "business"
},
{
@@ -2177,7 +2804,10 @@
"e_string": "p-profile-avatar",
"m_string": "Схоже, дана сторінка не знайдена",
"m_code": 404,
- "known": ["tkachenkoalex", "oleksandrseo1"],
+ "known": [
+ "tkachenkoalex",
+ "oleksandrseo1"
+ ],
"cat": "social"
},
{
@@ -2187,9 +2817,14 @@
"e_string": "\"@id\":\"https://freelancehunt.com/en/employers\"",
"m_string": "User not found.",
"m_code": 404,
- "known": ["vadym1232", "Dekovital"],
+ "known": [
+ "vadym1232",
+ "Dekovital"
+ ],
"cat": "social",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "Freelancehunt Freelancer",
@@ -2198,9 +2833,14 @@
"e_string": "\"@id\":\"https://freelancehunt.com/en/freelancers\"",
"m_string": "User not found.",
"m_code": 404,
- "known": ["rhythmdev_top", "Zainka"],
+ "known": [
+ "rhythmdev_top",
+ "Zainka"
+ ],
"cat": "social",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "Freelancer",
@@ -2210,7 +2850,10 @@
"e_string": "\"users\":{\"",
"m_string": "\"users\":{}",
"m_code": 200,
- "known": ["desiaunty", "creatvmind"],
+ "known": [
+ "desiaunty",
+ "creatvmind"
+ ],
"cat": "business"
},
{
@@ -2220,7 +2863,10 @@
"e_string": "Has been a user for",
"m_string": "Page not found",
"m_code": 404,
- "known": ["test", "JohnDoe"],
+ "known": [
+ "test",
+ "JohnDoe"
+ ],
"cat": "music"
},
{
@@ -2230,7 +2876,10 @@
"e_string": "item-header-avatar",
"m_string": "error404",
"m_code": 404,
- "known": ["giveaway-su", "keygenerator"],
+ "known": [
+ "giveaway-su",
+ "keygenerator"
+ ],
"cat": "gaming"
},
{
@@ -2240,7 +2889,10 @@
"e_string": "Last Visit:",
"m_string": "302 Found",
"m_code": 302,
- "known": ["alex56", "john"],
+ "known": [
+ "alex56",
+ "john"
+ ],
"cat": "dating"
},
{
@@ -2250,7 +2902,9 @@
"e_string": "'s Dating Profile on FriendFinder-x",
"m_string": "The document has moved",
"m_code": 302,
- "known": ["john"],
+ "known": [
+ "john"
+ ],
"cat": "dating"
},
{
@@ -2260,7 +2914,10 @@
"e_string": "",
"m_string": "System Error
",
"m_code": 200,
- "known": ["karintina", "mikrogoat"],
+ "known": [
+ "karintina",
+ "mikrogoat"
+ ],
"cat": "images"
},
{
@@ -2271,7 +2928,10 @@
"e_string": "\"id\":",
"m_string": "\"error\":\"Record not found\"",
"m_code": 404,
- "known": ["RealMarjorieGreene", "LaurenBoebert"],
+ "known": [
+ "RealMarjorieGreene",
+ "LaurenBoebert"
+ ],
"cat": "political"
},
{
@@ -2282,7 +2942,10 @@
"e_string": "created_on",
"m_string": "null,",
"m_code": 404,
- "known": ["nilllzz", "KorbloxTeams"],
+ "known": [
+ "nilllzz",
+ "KorbloxTeams"
+ ],
"cat": "gaming"
},
{
@@ -2292,7 +2955,10 @@
"e_string": "| , , GB pc game performance",
"m_string": "Not Found",
"m_code": 404,
- "known": ["Johnboy", "Crazy"],
+ "known": [
+ "Johnboy",
+ "Crazy"
+ ],
"cat": "gaming"
},
{
@@ -2302,7 +2968,10 @@
"e_string": "class=\"gamerpic\"",
"m_string": "You are being <",
"m_code": 302,
- "known": ["dnlunger", "punksxe"],
+ "known": [
+ "dnlunger",
+ "punksxe"
+ ],
"cat": "gaming"
},
{
@@ -2313,9 +2982,14 @@
"e_string": "\"success\":true",
"m_string": "\"success\":false",
"m_code": 200,
- "known": ["alice", "bob"],
+ "known": [
+ "alice",
+ "bob"
+ ],
"cat": "gaming",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Garmin connect",
@@ -2324,7 +2998,10 @@
"e_string": "window.ERROR_VIEW = null",
"m_string": "resourceNotFoundRoute",
"m_code": 200,
- "known": ["tommy", "cderalow"],
+ "known": [
+ "tommy",
+ "cderalow"
+ ],
"cat": "health"
},
{
@@ -2335,7 +3012,10 @@
"e_string": "\"accountID\":",
"m_string": "-1",
"m_code": 500,
- "known": ["SorkoPiko", "Subwoofer"],
+ "known": [
+ "SorkoPiko",
+ "Subwoofer"
+ ],
"cat": "gaming"
},
{
@@ -2346,7 +3026,11 @@
"e_string": "\"message\":\"data retrieved successfully\"",
"m_string": "\"message\":\"User not found!\"",
"m_code": 400,
- "known": ["nath_789", "harshrajsinghsiwan", "igovindindia"],
+ "known": [
+ "nath_789",
+ "harshrajsinghsiwan",
+ "igovindindia"
+ ],
"cat": "coding"
},
{
@@ -2356,7 +3040,10 @@
"e_string": "Groundspeak - User Profile",
"m_string": "Error 404: DNF",
"m_code": 404,
- "known": ["moun10bike", "niraD"],
+ "known": [
+ "moun10bike",
+ "niraD"
+ ],
"cat": "social"
},
{
@@ -2366,7 +3053,10 @@
"e_string": "Monero | User",
"m_string": "Monero | Page not found. Error: 404",
"m_code": 200,
- "known": ["silverfox", "monero"],
+ "known": [
+ "silverfox",
+ "monero"
+ ],
"cat": "misc"
},
{
@@ -2377,7 +3067,10 @@
"e_string": "\"success\":true",
"m_string": "\"success\":false",
"m_code": 200,
- "known": ["gettr", "support"],
+ "known": [
+ "gettr",
+ "support"
+ ],
"cat": "social"
},
{
@@ -2387,7 +3080,10 @@
"e_string": "width=\"100\"",
"m_string": "View Gigapans",
"m_code": 404,
- "known": ["test", "lucahammer"],
+ "known": [
+ "test",
+ "lucahammer"
+ ],
"cat": "hobby"
},
{
@@ -2397,9 +3093,14 @@
"e_string": "\\\"user_id\\\"",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["teddy_99", "LastYear"],
+ "known": [
+ "teddy_99",
+ "LastYear"
+ ],
"cat": "images",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "Gitea",
@@ -2408,7 +3109,10 @@
"e_string": "class=\"page-content user profile\"",
"m_string": "class=\"status-page-error\"",
"m_code": 404,
- "known": ["xin", "dev"],
+ "known": [
+ "xin",
+ "dev"
+ ],
"cat": "coding"
},
{
@@ -2418,7 +3122,10 @@
"e_string": "class=\"ui container user_page\"",
"m_string": "class=\"container error midCenter\"",
"m_code": 404,
- "known": ["maxim", "fupengfei"],
+ "known": [
+ "maxim",
+ "fupengfei"
+ ],
"cat": "coding"
},
{
@@ -2428,7 +3135,10 @@
"e_string": " - Giters",
"m_string": "This page could not be found",
"m_code": 404,
- "known": ["WebBreacher", "C3n7ral051nt4g3ncy"],
+ "known": [
+ "WebBreacher",
+ "C3n7ral051nt4g3ncy"
+ ],
"cat": "coding"
},
{
@@ -2439,7 +3149,10 @@
"e_string": "\"id\":",
"m_string": "\"status\": \"404\"",
"m_code": 404,
- "known": ["test", "WebBreacher"],
+ "known": [
+ "test",
+ "WebBreacher"
+ ],
"cat": "coding",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
@@ -2453,7 +3166,10 @@
"e_string": "\"id\":",
"m_string": "\"status\": \"404\"",
"m_code": 404,
- "known": ["teymurgahramanov", "WebBreacher"],
+ "known": [
+ "teymurgahramanov",
+ "WebBreacher"
+ ],
"cat": "coding",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
@@ -2467,7 +3183,10 @@
"e_string": "\"exists\":true",
"m_string": "\"exists\":false",
"m_code": 200,
- "known": ["skennedy", "KennBro"],
+ "known": [
+ "skennedy",
+ "KennBro"
+ ],
"cat": "coding"
},
{
@@ -2477,7 +3196,10 @@
"e_string": "Last online",
"m_string": "Page unavailable",
"m_code": 404,
- "known": ["Irapuato", "en.news"],
+ "known": [
+ "Irapuato",
+ "en.news"
+ ],
"cat": "social"
},
{
@@ -2488,9 +3210,14 @@
"e_string": "\"id\":",
"m_string": "[]",
"m_code": 200,
- "known": ["MystikNinja", "0xMRTT"],
+ "known": [
+ "MystikNinja",
+ "0xMRTT"
+ ],
"cat": "coding",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "GNOME Shell Extensions",
@@ -2499,7 +3226,10 @@
"e_string": "class=\"user-details\"",
"m_string": "404 - Page not Found
",
"m_code": 404,
- "known": ["johnny", "dev"],
+ "known": [
+ "johnny",
+ "dev"
+ ],
"cat": "coding"
},
{
@@ -2509,7 +3239,10 @@
"e_string": "window.profilesData.profileUser",
"m_string": "href=\"http://www.gog.com/404\"",
"m_code": 302,
- "known": ["user", "Admin"],
+ "known": [
+ "user",
+ "Admin"
+ ],
"cat": "gaming"
},
{
@@ -2519,7 +3252,10 @@
"e_string": "channel_id",
"m_string": "Такой страницы не существует",
"m_code": 400,
- "known": ["ejysarmat", "JacksonTV"],
+ "known": [
+ "ejysarmat",
+ "JacksonTV"
+ ],
"cat": "gaming"
},
{
@@ -2529,7 +3265,10 @@
"e_string": "mdash; gpodder.net",
"m_string": "404 - Not found",
"m_code": 404,
- "known": ["blue", "red"],
+ "known": [
+ "blue",
+ "red"
+ ],
"cat": "music"
},
{
@@ -2539,7 +3278,10 @@
"e_string": "s Profile",
"m_string": "Mauvaise pioche",
"m_code": 404,
- "known": ["mohamed01", "amine"],
+ "known": [
+ "mohamed01",
+ "amine"
+ ],
"cat": "misc"
},
{
@@ -2550,7 +3292,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["brian", "moonpotato"],
+ "known": [
+ "brian",
+ "moonpotato"
+ ],
"cat": "social"
},
{
@@ -2561,7 +3306,9 @@
"e_string": "entry",
"m_string": "User not found",
"m_code": 404,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "images"
},
{
@@ -2571,7 +3318,10 @@
"e_string": "userpage_user",
"m_string": "404 Not Found",
"m_code": 200,
- "known": ["daniel", "franco"],
+ "known": [
+ "daniel",
+ "franco"
+ ],
"cat": "gaming"
},
{
@@ -2582,7 +3332,10 @@
"e_string": "s profile picture",
"m_string": "Page not found",
"m_code": 404,
- "known": ["ellietalksmoney", "reallyniceimages"],
+ "known": [
+ "ellietalksmoney",
+ "reallyniceimages"
+ ],
"cat": "shopping"
},
{
@@ -2593,7 +3346,10 @@
"e_string": "uniqueId\":",
"m_string": "error\": \"not-found",
"m_code": 404,
- "known": ["john", "michelle"],
+ "known": [
+ "john",
+ "michelle"
+ ],
"cat": "gaming"
},
{
@@ -2604,7 +3360,10 @@
"e_string": "uniqueId\":",
"m_string": "error\": \"not-found",
"m_code": 404,
- "known": ["jeaniucas", "cellao"],
+ "known": [
+ "jeaniucas",
+ "cellao"
+ ],
"cat": "gaming"
},
{
@@ -2615,7 +3374,10 @@
"e_string": "currentLevel",
"m_string": "error\": \"not-found",
"m_code": 404,
- "known": ["fatma9180", "elektrikci"],
+ "known": [
+ "fatma9180",
+ "elektrikci"
+ ],
"cat": "gaming"
},
{
@@ -2626,7 +3388,10 @@
"e_string": "uniqueId\":",
"m_string": "error\": \"not-found",
"m_code": 404,
- "known": ["klaus", "angelinaa"],
+ "known": [
+ "klaus",
+ "angelinaa"
+ ],
"cat": "gaming"
},
{
@@ -2637,7 +3402,10 @@
"e_string": "uniqueId\":",
"m_string": "not-found",
"m_code": 404,
- "known": ["juan", "michelle"],
+ "known": [
+ "juan",
+ "michelle"
+ ],
"cat": "gaming"
},
{
@@ -2648,7 +3416,10 @@
"e_string": "uniqueId\":",
"m_string": "error\": \"not-found",
"m_code": 404,
- "known": ["cucumberz", "Yasline"],
+ "known": [
+ "cucumberz",
+ "Yasline"
+ ],
"cat": "gaming"
},
{
@@ -2659,7 +3430,10 @@
"e_string": "uniqueId\":",
"m_string": "error\": \"not-found",
"m_code": 404,
- "known": ["2006", "sicilienne"],
+ "known": [
+ "2006",
+ "sicilienne"
+ ],
"cat": "gaming"
},
{
@@ -2670,7 +3444,10 @@
"e_string": "uniqueId\":",
"m_string": "error\": \"not-found",
"m_code": 404,
- "known": ["samsebek", "papablu"],
+ "known": [
+ "samsebek",
+ "papablu"
+ ],
"cat": "gaming"
},
{
@@ -2681,7 +3458,10 @@
"e_string": "uniqueId\":",
"m_string": "error\": \"not-found",
"m_code": 404,
- "known": ["XOTWOD.xx", "xoSorxo"],
+ "known": [
+ "XOTWOD.xx",
+ "xoSorxo"
+ ],
"cat": "gaming"
},
{
@@ -2691,7 +3471,10 @@
"e_string": "tm-page tm-user",
"m_string": "tm-error-message",
"m_code": 404,
- "known": ["Bo0oM", "AlhimicMan"],
+ "known": [
+ "Bo0oM",
+ "AlhimicMan"
+ ],
"cat": "social"
},
{
@@ -2701,7 +3484,10 @@
"e_string": "user-profile profile-blocks",
"m_string": "icon_user_locked",
"m_code": 404,
- "known": ["aufdk", "Danvantariy"],
+ "known": [
+ "aufdk",
+ "Danvantariy"
+ ],
"cat": "social"
},
{
@@ -2711,7 +3497,10 @@
"e_string": "user-profile profile-blocks",
"m_string": "icon_user_locked",
"m_code": 404,
- "known": ["Bo0oM", "Akloom"],
+ "known": [
+ "Bo0oM",
+ "Akloom"
+ ],
"cat": "social"
},
{
@@ -2721,7 +3510,10 @@
"e_string": "class=\"page-header__info\"",
"m_string": "icon_error_404",
"m_code": 404,
- "known": ["Masthead", "dmitriypur"],
+ "known": [
+ "Masthead",
+ "dmitriypur"
+ ],
"cat": "coding"
},
{
@@ -2731,7 +3523,10 @@
"e_string": "
Oops!",
"m_code": 404,
- "known": ["diegjeremy", "suigetsu"],
+ "known": [
+ "diegjeremy",
+ "suigetsu"
+ ],
"cat": "gaming"
},
{
@@ -2742,7 +3537,10 @@
"e_string": "class=\"following-container \"",
"m_string": "class=\"error-nav\"",
"m_code": 404,
- "known": ["john", "adam"],
+ "known": [
+ "john",
+ "adam"
+ ],
"cat": "hobby"
},
{
@@ -2752,7 +3550,10 @@
"e_string": "created:",
"m_string": "No such user.",
"m_code": 200,
- "known": ["mubix", "egypt"],
+ "known": [
+ "mubix",
+ "egypt"
+ ],
"cat": "tech"
},
{
@@ -2762,7 +3563,10 @@
"e_string": "| Developer Profile on HackerEarth",
"m_string": "404 | HackerEarth",
"m_code": 200,
- "known": ["peter", "liam"],
+ "known": [
+ "peter",
+ "liam"
+ ],
"cat": "coding"
},
{
@@ -2773,7 +3577,10 @@
"e_string": "\"profile\"",
"m_string": "__N_REDIRECT",
"m_code": 200,
- "known": ["john", "alex"],
+ "known": [
+ "john",
+ "alex"
+ ],
"cat": "tech"
},
{
@@ -2785,7 +3592,10 @@
"e_string": "\"username\":",
"m_string": "\"type\":\"NOT_FOUND\"",
"m_code": 200,
- "known": ["born2hack", "godiego"],
+ "known": [
+ "born2hack",
+ "godiego"
+ ],
"cat": "tech",
"headers": {
"Content-Type": "application/json"
@@ -2799,9 +3609,14 @@
"e_string": "\"model\":",
"m_string": "\"error\":\"Not Found\"",
"m_code": 404,
- "known": ["FMota", "adepanges"],
+ "known": [
+ "FMota",
+ "adepanges"
+ ],
"cat": "tech",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "hackrocks",
@@ -2812,7 +3627,10 @@
"e_string": "\"username\":",
"m_string": "\"error_data\":\"USER_NOT_FOUND\"",
"m_code": 404,
- "known": ["mespejo", "NeoWaveCode"],
+ "known": [
+ "mespejo",
+ "NeoWaveCode"
+ ],
"cat": "tech",
"headers": {
"Accept": "application/json, text/plain, */*",
@@ -2826,7 +3644,10 @@
"e_string": "data-hypernova-key=\"UserProfile\"",
"m_string": "id=\"error\"",
"m_code": 404,
- "known": ["hendra", "sologithu"],
+ "known": [
+ "hendra",
+ "sologithu"
+ ],
"cat": "coding"
},
{
@@ -2836,7 +3657,10 @@
"e_string": "- трейдинг форекс фьючерсы акции фондовый рынок ",
"m_string": "HAMAHA Биткоин форум.",
"m_code": 200,
- "known": ["oleg", "misha"],
+ "known": [
+ "oleg",
+ "misha"
+ ],
"cat": "finance"
},
{
@@ -2846,7 +3670,10 @@
"e_string": "Channel Views",
"m_string": "DYNAMIC",
"m_code": 302,
- "known": ["thecolorred-7902", "arisu-cum-stats-2787"],
+ "known": [
+ "thecolorred-7902",
+ "arisu-cum-stats-2787"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -2857,7 +3684,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["hello", "iuulaio"],
+ "known": [
+ "hello",
+ "iuulaio"
+ ],
"cat": "social"
},
{
@@ -2867,7 +3697,10 @@
"e_string": "HeyLink.me |",
"m_string": "We can't find the page that you're looking for :(",
"m_code": 404,
- "known": ["mohammed13", "johnny"],
+ "known": [
+ "mohammed13",
+ "johnny"
+ ],
"cat": "misc"
},
{
@@ -2877,7 +3710,10 @@
"e_string": "Member since ",
"m_string": "Looks like you got lost ",
"m_code": 200,
- "known": ["Axeman", "Silver01"],
+ "known": [
+ "Axeman",
+ "Silver01"
+ ],
"cat": "gaming"
},
{
@@ -2887,7 +3723,10 @@
"e_string": "
HiHello Blog Author: ",
"m_string": "Well, this is awkward",
"m_code": 404,
- "known": ["pascal-theriault", "kortnee-paiha"],
+ "known": [
+ "pascal-theriault",
+ "kortnee-paiha"
+ ],
"cat": "business"
},
{
@@ -2898,7 +3737,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["lizcovart", "Ejoiner"],
+ "known": [
+ "lizcovart",
+ "Ejoiner"
+ ],
"cat": "social"
},
{
@@ -2908,7 +3750,10 @@
"e_string": " | Holopin",
"m_string": "Not found",
"m_code": 200,
- "known": ["holo", "test"],
+ "known": [
+ "holo",
+ "test"
+ ],
"cat": "hobby"
},
{
@@ -2918,7 +3763,10 @@
"e_string": "userspace",
"m_string": "An Error Occurred: Internal Server Error",
"m_code": 500,
- "known": ["carlos01", "paul"],
+ "known": [
+ "carlos01",
+ "paul"
+ ],
"cat": "hobby"
},
{
@@ -2929,7 +3777,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["one4ll", "seth"],
+ "known": [
+ "one4ll",
+ "seth"
+ ],
"cat": "social"
},
{
@@ -2939,7 +3790,10 @@
"e_string": "--profile-name-color",
"m_string": "Page Not Found",
"m_code": 404,
- "known": ["chrishemsworth", "alextackie"],
+ "known": [
+ "chrishemsworth",
+ "alextackie"
+ ],
"cat": "business"
},
{
@@ -2950,7 +3804,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["alarig", "rsmela"],
+ "known": [
+ "alarig",
+ "rsmela"
+ ],
"cat": "social"
},
{
@@ -2960,7 +3817,10 @@
"e_string": "Followers",
"m_string": "Page Not Found",
"m_code": 404,
- "known": ["liam", "alex"],
+ "known": [
+ "liam",
+ "alex"
+ ],
"cat": "hobby"
},
{
@@ -2970,7 +3830,10 @@
"e_string": "name\">Followers",
"m_string": "Sorry, that user does not exist",
"m_code": 404,
- "known": ["greeneyes1607", "lmmartin"],
+ "known": [
+ "greeneyes1607",
+ "lmmartin"
+ ],
"cat": "blog"
},
{
@@ -2980,7 +3843,10 @@
"e_string": "'s profile",
"m_string": "No such user.",
"m_code": 200,
- "known": ["john", "blue"],
+ "known": [
+ "john",
+ "blue"
+ ],
"cat": "social"
},
{
@@ -2990,7 +3856,10 @@
"e_string": "This username is associated with a computer that was infected by an info-stealer",
"m_string": "This username is not associated with a computer infected by an info-stealer",
"m_code": 200,
- "known": ["testadmin", "testadmin1"],
+ "known": [
+ "testadmin",
+ "testadmin1"
+ ],
"cat": "tech"
},
{
@@ -3000,7 +3869,10 @@
"e_string": "thumbnails.huggingface.co/social-thumbnails/",
"m_string": "Sorry, we can't find the page you are looking for.",
"m_code": 404,
- "known": ["hack", "dev"],
+ "known": [
+ "hack",
+ "dev"
+ ],
"cat": "tech"
},
{
@@ -3010,7 +3882,10 @@
"e_string": "id=\"profile_image\"",
"m_string": "Invalid user.",
"m_code": 200,
- "known": ["djjamesryan", "dxcrew2"],
+ "known": [
+ "djjamesryan",
+ "dxcrew2"
+ ],
"cat": "social"
},
{
@@ -3020,7 +3895,10 @@
"e_string": "data-to-user-id=",
"m_string": "We couldn't find the page you are looking for.",
"m_code": 404,
- "known": ["roundicons", "iconfinder"],
+ "known": [
+ "roundicons",
+ "iconfinder"
+ ],
"cat": "images"
},
{
@@ -3030,7 +3908,10 @@
"e_string": "Last seen",
"m_string": "Oops! We ran into some problems",
"m_code": 404,
- "known": ["brookenora.54", "bigdaddy.77"],
+ "known": [
+ "brookenora.54",
+ "bigdaddy.77"
+ ],
"cat": "social"
},
{
@@ -3040,7 +3921,10 @@
"e_string": "Joined",
"m_string": "The requested page or file does not exist",
"m_code": 404,
- "known": ["nr9992", "sss90"],
+ "known": [
+ "nr9992",
+ "sss90"
+ ],
"cat": "misc"
},
{
@@ -3050,7 +3934,10 @@
"e_string": "subscribers",
"m_string": "404 - page not found",
"m_code": 404,
- "known": ["hacker", "john"],
+ "known": [
+ "hacker",
+ "john"
+ ],
"cat": "misc"
},
{
@@ -3060,7 +3947,10 @@
"e_string": "Форум Игромании - Просмотр профиля:",
"m_string": "Пользователь не зарегистрирован и не имеет профиля для просмотра.",
"m_code": 200,
- "known": ["bob", "blue"],
+ "known": [
+ "bob",
+ "blue"
+ ],
"cat": "social"
},
{
@@ -3070,7 +3960,10 @@
"e_string": " Profile - ",
"m_string": "Oops! That page doesn’t exist or is private",
"m_code": 404,
- "known": ["ILGM.Stacy", "Mosaicmind9x"],
+ "known": [
+ "ILGM.Stacy",
+ "Mosaicmind9x"
+ ],
"cat": "social"
},
{
@@ -3080,7 +3973,10 @@
"e_string": "s Profile",
"m_string": "Invalid uid",
"m_code": 200,
- "known": ["lover03", "SecretSide15"],
+ "known": [
+ "lover03",
+ "SecretSide15"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -3090,7 +3986,9 @@
"e_string": "s Images",
"m_string": "",
"m_code": 302,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "images"
},
{
@@ -3100,7 +3998,11 @@
"e_string": "Присоединился",
"m_string": "",
"m_code": 302,
- "known": ["natalisn", "andydiamond", "natalyck"],
+ "known": [
+ "natalisn",
+ "andydiamond",
+ "natalyck"
+ ],
"cat": "images"
},
{
@@ -3111,7 +4013,10 @@
"e_string": "created_at",
"m_string": "unable to find account",
"m_code": 404,
- "known": ["OliverClothesoff70", "DadOnTheInternet"],
+ "known": [
+ "OliverClothesoff70",
+ "DadOnTheInternet"
+ ],
"cat": "images"
},
{
@@ -3121,7 +4026,10 @@
"e_string": "s Profile",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["greg", "tom"],
+ "known": [
+ "greg",
+ "tom"
+ ],
"cat": "hobby"
},
{
@@ -3131,7 +4039,10 @@
"e_string": "- Academia.edu",
"m_string": "Academia.edu",
"m_code": 404,
- "known": ["peter", "LiamM"],
+ "known": [
+ "peter",
+ "LiamM"
+ ],
"cat": "hobby"
},
{
@@ -3141,7 +4052,10 @@
"e_string": "Profile | Inkbunny, the Furry Art Community",
"m_string": "Members | Inkbunny, the Furry Art Community",
"m_code": 302,
- "known": ["AdminBunny", "test"],
+ "known": [
+ "AdminBunny",
+ "test"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -3152,7 +4066,11 @@
"e_string": "User:",
"m_string": "The requested URL /profile was not found on this server",
"m_code": 200,
- "known": ["test", "pint-sized", "acroamatica"],
+ "known": [
+ "test",
+ "pint-sized",
+ "acroamatica"
+ ],
"cat": "social"
},
{
@@ -3163,7 +4081,10 @@
"e_string": "Instagram public profile with posts",
"m_string": "Nothing found!",
"m_code": 404,
- "known": ["katyperry", "kirbstr"],
+ "known": [
+ "katyperry",
+ "kirbstr"
+ ],
"cat": "social"
},
{
@@ -3173,19 +4094,14 @@
"e_string": "userinfo",
"m_string": "page-error notfound",
"m_code": 404,
- "known": ["therock", "ramarim"],
+ "known": [
+ "therock",
+ "ramarim"
+ ],
"cat": "social",
- "protection": ["cloudflare"]
- },
- {
- "name": "Instagram_archives",
- "uri_check": "https://archive.org/wayback/available?url=https://instagram.com/{account}/",
- "e_code": 200,
- "e_string": "\"archived_snapshots\": {\"closest\"",
- "m_string": "\"archived_snapshots\": {}}",
- "m_code": 200,
- "known": ["zuck", "jack"],
- "cat": "social"
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Instagram2",
@@ -3195,7 +4111,23 @@
"e_string": "Instagram Stories, Profile, Posts and Followers View Anonymous",
"m_string": "We are sorry. Should we search anything else?",
"m_code": 404,
- "known": ["katyperry", "kirbstr"],
+ "known": [
+ "katyperry",
+ "kirbstr"
+ ],
+ "cat": "social"
+ },
+ {
+ "name": "Instagram_archives",
+ "uri_check": "https://archive.org/wayback/available?url=https://instagram.com/{account}/",
+ "e_code": 200,
+ "e_string": "\"archived_snapshots\": {\"closest\"",
+ "m_string": "\"archived_snapshots\": {}}",
+ "m_code": 200,
+ "known": [
+ "zuck",
+ "jack"
+ ],
"cat": "social"
},
{
@@ -3206,7 +4138,10 @@
"e_string": "\"exists\": true",
"m_string": "\"error\": \"Sorry, we couldn't find that one!\"",
"m_code": 404,
- "known": ["davidandora", "test"],
+ "known": [
+ "davidandora",
+ "test"
+ ],
"cat": "hobby"
},
{
@@ -3217,7 +4152,10 @@
"e_string": "backup_location",
"m_string": "numFound\":0",
"m_code": 200,
- "known": ["test", "mubix"],
+ "known": [
+ "test",
+ "mubix"
+ ],
"cat": "misc"
},
{
@@ -3227,7 +4165,9 @@
"e_string": "Looking for",
"m_string": "User not found",
"m_code": 200,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "dating"
},
{
@@ -3238,7 +4178,10 @@
"e_string": "\"userName\":",
"m_string": "class=\"error-page-container\"",
"m_code": 404,
- "known": ["vampire01", "kenshiin"],
+ "known": [
+ "vampire01",
+ "kenshiin"
+ ],
"cat": "tech"
},
{
@@ -3249,7 +4192,10 @@
"e_string": "\"id\":",
"m_string": "detail\": \"Model not found.",
"m_code": 404,
- "known": ["summer", "littlelanta"],
+ "known": [
+ "summer",
+ "littlelanta"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -3260,7 +4206,10 @@
"e_string": "\"status\":\"unavailable\"",
"m_string": "\"status\":\"available\"",
"m_code": 200,
- "known": ["letsplayhockey", "the_anchor"],
+ "known": [
+ "letsplayhockey",
+ "the_anchor"
+ ],
"cat": "social"
},
{
@@ -3270,7 +4219,10 @@
"e_string": "class=\"user_data\"",
"m_string": "class=\"not_found_page page_widget base_widget\"",
"m_code": 404,
- "known": ["obliviist", "finch"],
+ "known": [
+ "obliviist",
+ "finch"
+ ],
"cat": "gaming"
},
{
@@ -3280,7 +4232,10 @@
"e_string": "modern browser",
"m_string": "The page you requested could not be found.",
"m_code": 404,
- "known": ["Yan", "Happy"],
+ "known": [
+ "Yan",
+ "Happy"
+ ],
"cat": "social"
},
{
@@ -3290,7 +4245,10 @@
"e_string": "Dzidy użytkownika",
"m_string": "Błąd 404",
"m_code": 404,
- "known": ["test", "janek"],
+ "known": [
+ "test",
+ "janek"
+ ],
"cat": "images"
},
{
@@ -3300,7 +4258,10 @@
"e_string": "Profil użytkownika",
"m_string": "Niepoprawny login",
"m_code": 200,
- "known": ["kowal", "janek"],
+ "known": [
+ "kowal",
+ "janek"
+ ],
"cat": "misc"
},
{
@@ -3310,7 +4271,10 @@
"e_string": "- jeuxvideo.com",
"m_string": "rence des gamers",
"m_code": 404,
- "known": ["jane", "alex"],
+ "known": [
+ "jane",
+ "alex"
+ ],
"cat": "gaming"
},
{
@@ -3320,7 +4284,10 @@
"e_string": "jest prywatny",
"m_string": "Nie wiem jak ci to powiedzieć",
"m_code": 200,
- "known": ["dandris", "lasior"],
+ "known": [
+ "dandris",
+ "lasior"
+ ],
"cat": "misc"
},
{
@@ -3332,7 +4299,10 @@
"e_string": "\"items\":[{",
"m_string": "\"count\":0",
"m_code": 200,
- "known": ["AngryTestie", "amddota2"],
+ "known": [
+ "AngryTestie",
+ "amddota2"
+ ],
"cat": "gaming",
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
@@ -3345,7 +4315,10 @@
"e_string": "Settings - JSFiddle - Code Playground",
"m_string": "That page doesn't exist.",
"m_code": 404,
- "known": ["john", "alex"],
+ "known": [
+ "john",
+ "alex"
+ ],
"cat": "coding"
},
{
@@ -3355,7 +4328,10 @@
"e_string": " @ JustFor.Fans",
"m_string": "",
"m_code": 302,
- "known": ["devinfrancoxxx", "RileyChaux"],
+ "known": [
+ "devinfrancoxxx",
+ "RileyChaux"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -3365,7 +4341,10 @@
"e_string": "| Kaggle",
"m_string": "Kaggle: Your Home for Data Science",
"m_code": 404,
- "known": ["babyoda", "residentmario"],
+ "known": [
+ "babyoda",
+ "residentmario"
+ ],
"cat": "coding"
},
{
@@ -3377,7 +4356,10 @@
"e_string": "\"message\":\"UserName already Exist\"",
"m_string": "\"message\":\"UserName avalible\"",
"m_code": 200,
- "known": ["lopalopa", "westde123"],
+ "known": [
+ "lopalopa",
+ "westde123"
+ ],
"cat": "tech",
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
@@ -3391,7 +4373,10 @@
"e_string": "\"id\":",
"m_string": "\"them\":[null]",
"m_code": 200,
- "known": ["test", "mubix"],
+ "known": [
+ "test",
+ "mubix"
+ ],
"cat": "social"
},
{
@@ -3402,9 +4387,14 @@
"e_string": "\"id\"",
"m_string": "Not Found",
"m_code": 404,
- "known": ["deepak", "anthonyz"],
+ "known": [
+ "deepak",
+ "anthonyz"
+ ],
"cat": "social",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Kickstarter",
@@ -3413,7 +4403,10 @@
"e_string": "projects",
"m_string": "Oops, Something went missing",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "shopping"
},
{
@@ -3423,7 +4416,11 @@
"e_string": "/thumb.jpg\"/>",
"m_string": "
",
"m_code": 200,
- "known": ["adam", "smith", "jones"],
+ "known": [
+ "adam",
+ "smith",
+ "jones"
+ ],
"cat": "social"
},
{
@@ -3433,7 +4430,10 @@
"e_string": "kipin.app/data/photos/resized2/",
"m_string": "Page not found. Link expired, broken or wrong.",
"m_code": 302,
- "known": ["monethica", "asd_fca"],
+ "known": [
+ "monethica",
+ "asd_fca"
+ ],
"cat": "business"
},
{
@@ -3443,7 +4443,10 @@
"e_string": "Contributions",
"m_string": "404, File Not Found!",
"m_code": 400,
- "known": ["ayumukasuga", "butterin-yobread"],
+ "known": [
+ "ayumukasuga",
+ "butterin-yobread"
+ ],
"cat": "social"
},
{
@@ -3453,9 +4456,14 @@
"e_string": "id=\"profile-header\"",
"m_string": "Object moved",
"m_code": 302,
- "known": ["frank", "marcmakescomics"],
+ "known": [
+ "frank",
+ "marcmakescomics"
+ ],
"cat": "social",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "komi",
@@ -3465,7 +4473,10 @@
"e_string": "accountStatus\":\"active",
"m_string": "The talent profile was not found",
"m_code": 404,
- "known": ["abbysage", "iamdsprings"],
+ "known": [
+ "abbysage",
+ "iamdsprings"
+ ],
"cat": "social"
},
{
@@ -3475,7 +4486,9 @@
"e_string": "Member Since",
"m_string": "Sorry, no account with that name was found",
"m_code": 404,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "gaming"
},
{
@@ -3485,7 +4498,10 @@
"e_string": "Zamieszcza kotburgery od:",
"m_string": "Nie znaleziono użytkownika o podanym loginie.",
"m_code": 200,
- "known": ["ania", "janek"],
+ "known": [
+ "ania",
+ "janek"
+ ],
"cat": "images"
},
{
@@ -3495,7 +4511,10 @@
"e_string": "name=\"title\"",
"m_string": "Kwai",
"m_code": 200,
- "known": ["carlito", "taylor"],
+ "known": [
+ "carlito",
+ "taylor"
+ ],
"cat": "social"
},
{
@@ -3505,7 +4524,10 @@
"e_string": "Kwejki użytkownika",
"m_string": "404 - strona nie została znaleziona - KWEJK.pl",
"m_code": 404,
- "known": ["test", "janek"],
+ "known": [
+ "test",
+ "janek"
+ ],
"cat": "images"
},
{
@@ -3517,7 +4539,10 @@
"e_string": "\"success\":true",
"m_string": "\"success\":false",
"m_code": 200,
- "known": ["ilkarkarakurt", "sergeymeshiy"],
+ "known": [
+ "ilkarkarakurt",
+ "sergeymeshiy"
+ ],
"cat": "social",
"headers": {
"Content-Type": "application/json"
@@ -3530,7 +4555,10 @@
"e_string": "class=\"header-info\"",
"m_string": "404 - Page Not Found
",
"m_code": 404,
- "known": ["anne", "alex"],
+ "known": [
+ "anne",
+ "alex"
+ ],
"cat": "music"
},
{
@@ -3540,9 +4568,14 @@
"e_string": ">Joined ",
"m_string": "LeakIX - Server error",
"m_code": 500,
- "known": ["Chocapikk", "Hug1337"],
+ "known": [
+ "Chocapikk",
+ "Hug1337"
+ ],
"cat": "tech",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "LeetCode",
@@ -3553,7 +4586,10 @@
"e_string": "\"username\":",
"m_string": "\"matchedUser\":null",
"m_code": 200,
- "known": ["aku_2000", "wengh"],
+ "known": [
+ "aku_2000",
+ "wengh"
+ ],
"cat": "coding",
"headers": {
"Content-Type": "application/json"
@@ -3566,7 +4602,10 @@
"e_string": "class=\"user-desc-main-info",
"m_string": "unavailableReason\": \"not_found",
"m_code": 404,
- "known": ["phinyamat", "andrianajohnson"],
+ "known": [
+ "phinyamat",
+ "andrianajohnson"
+ ],
"cat": "social"
},
{
@@ -3576,7 +4615,10 @@
"e_string": "’s profile on Letterboxd",
"m_string": "Sorry, we can’t find the page you’ve requested.",
"m_code": 404,
- "known": ["serdaraltin", "choi"],
+ "known": [
+ "serdaraltin",
+ "choi"
+ ],
"cat": "social"
},
{
@@ -3587,7 +4629,10 @@
"e_string": "\"username\": [\"This username is already taken\"]",
"m_string": "{}",
"m_code": 200,
- "known": ["BotnetExposer", "jamesbrine"],
+ "known": [
+ "BotnetExposer",
+ "jamesbrine"
+ ],
"cat": "social"
},
{
@@ -3597,9 +4642,14 @@
"e_string": "class=\"profile-header\"",
"m_string": "Response code: 404",
"m_code": 404,
- "known": ["db0", "bnjbvr"],
+ "known": [
+ "db0",
+ "bnjbvr"
+ ],
"cat": "finance",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "LibraryThing",
@@ -3608,7 +4658,10 @@
"e_string": "Joined",
"m_string": "Error: This user doesn't exist",
"m_code": 200,
- "known": ["test", "john"],
+ "known": [
+ "test",
+ "john"
+ ],
"cat": "hobby"
},
{
@@ -3619,7 +4672,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["infolibre", "tzinalilik"],
+ "known": [
+ "infolibre",
+ "tzinalilik"
+ ],
"cat": "social"
},
{
@@ -3630,7 +4686,10 @@
"e_string": "true",
"m_string": "false",
"m_code": 200,
- "known": ["mohammed01", "mohammed03"],
+ "known": [
+ "mohammed01",
+ "mohammed03"
+ ],
"cat": "gaming"
},
{
@@ -3640,7 +4699,10 @@
"e_string": "Add LINE Friends via QR Code",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["roseareal", "yoasobi"],
+ "known": [
+ "roseareal",
+ "yoasobi"
+ ],
"cat": "social"
},
{
@@ -3650,7 +4712,10 @@
"e_string": "\"uuid\":",
"m_string": "\"statusCode\":404",
"m_code": 404,
- "known": ["anne", "alex"],
+ "known": [
+ "anne",
+ "alex"
+ ],
"cat": "social"
},
{
@@ -3660,7 +4725,10 @@
"e_string": "Дата регистрации",
"m_string": "Пользователя не существует",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "tech"
},
{
@@ -3671,7 +4739,10 @@
"e_string": "Unknown Journal",
"m_code": 404,
- "known": ["jill", "john"],
+ "known": [
+ "jill",
+ "john"
+ ],
"cat": "blog"
},
{
@@ -3681,7 +4752,10 @@
"e_string": "Магазин мастера",
"m_string": "Вы попали на несуществующую страницу",
"m_code": 404,
- "known": ["redart", "ellentoy"],
+ "known": [
+ "redart",
+ "ellentoy"
+ ],
"cat": "shopping"
},
{
@@ -3691,7 +4765,10 @@
"e_string": "Joined",
"m_string": "The resource you requested was not found, or the story has been deleted.",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "tech"
},
{
@@ -3701,7 +4778,10 @@
"e_string": "class=\"content sw\">",
"m_string": "We could not find any results, please try again later or check your input.",
"m_code": 200,
- "known": ["bea", "wild"],
+ "known": [
+ "bea",
+ "wild"
+ ],
"cat": "gaming"
},
{
@@ -3712,7 +4792,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["dump_stack", "lamountain"],
+ "known": [
+ "dump_stack",
+ "lamountain"
+ ],
"cat": "social"
},
{
@@ -3722,7 +4805,10 @@
"e_string": "Zarejestrowany",
"m_string": "Błąd 404 - Podana strona nie istnieje",
"m_code": 404,
- "known": ["armin", "janek"],
+ "known": [
+ "armin",
+ "janek"
+ ],
"cat": "gaming"
},
{
@@ -3732,7 +4818,10 @@
"e_string": "Timeline",
"m_string": "",
"m_code": 302,
- "known": ["KristenSuzanne", "mikeflbmer"],
+ "known": [
+ "KristenSuzanne",
+ "mikeflbmer"
+ ],
"cat": "social"
},
{
@@ -3742,7 +4831,10 @@
"e_string": "About me",
"m_string": "Page not found",
"m_code": 200,
- "known": ["baywolfmusic", "johnebaker"],
+ "known": [
+ "baywolfmusic",
+ "johnebaker"
+ ],
"cat": "music"
},
{
@@ -3752,7 +4844,10 @@
"e_string": "href=\"/actors\"",
"m_string": "Page not Found.",
"m_code": 404,
- "known": ["USDoD", "AeroBlade"],
+ "known": [
+ "USDoD",
+ "AeroBlade"
+ ],
"cat": "tech"
},
{
@@ -3762,7 +4857,10 @@
"e_string": "Daily distance this week",
"m_string": "Outside together",
"m_code": 302,
- "known": ["ulirad", "CBSloan"],
+ "known": [
+ "ulirad",
+ "CBSloan"
+ ],
"cat": "health"
},
{
@@ -3773,7 +4871,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["Autumnhussar", "jeremy"],
+ "known": [
+ "Autumnhussar",
+ "jeremy"
+ ],
"cat": "social"
},
{
@@ -3783,7 +4884,10 @@
"e_string": "Bekijk Profiel:",
"m_string": "Deze gebruiker is niet geregistreerd",
"m_code": 200,
- "known": ["brahim", "brahim01"],
+ "known": [
+ "brahim",
+ "brahim01"
+ ],
"cat": "social"
},
{
@@ -3793,7 +4897,10 @@
"e_string": "さんにメッセージをおくる",
"m_string": "For compensation, here are cats for you.",
"m_code": 404,
- "known": ["yuino_fox", "momo"],
+ "known": [
+ "yuino_fox",
+ "momo"
+ ],
"cat": "social"
},
{
@@ -3803,7 +4910,10 @@
"e_string": "twitter:site",
"m_string": "Page not found",
"m_code": 404,
- "known": ["mani-karthik", "james-green"],
+ "known": [
+ "mani-karthik",
+ "james-green"
+ ],
"cat": "business"
},
{
@@ -3813,7 +4923,10 @@
"e_string": "MassageAnywhere.com Profile for ",
"m_string": "MassageAnywhere.com: Search Results",
"m_code": 200,
- "known": ["lorilmccluskey", "LomiNYC"],
+ "known": [
+ "lorilmccluskey",
+ "LomiNYC"
+ ],
"cat": "health"
},
{
@@ -3823,7 +4936,10 @@
"e_string": "@masto.ai) - Mastodon",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["rbreich", "stux"],
+ "known": [
+ "rbreich",
+ "stux"
+ ],
"cat": "social"
},
{
@@ -3834,7 +4950,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["seano", "jayjay718"],
+ "known": [
+ "seano",
+ "jayjay718"
+ ],
"cat": "social"
},
{
@@ -3845,7 +4964,10 @@
"e_string": "display_name",
"m_string": "\"accounts\":[]",
"m_code": 404,
- "known": ["Richard_Littler", "webbreacher"],
+ "known": [
+ "Richard_Littler",
+ "webbreacher"
+ ],
"cat": "social"
},
{
@@ -3855,7 +4977,10 @@
"e_string": "@101010.pl",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["szekspir", "xaphanpl"],
+ "known": [
+ "szekspir",
+ "xaphanpl"
+ ],
"cat": "social"
},
{
@@ -3865,7 +4990,10 @@
"e_string": "@c.im) - C.IM",
"m_string": "The page you are looking for isn't here",
"m_code": 404,
- "known": ["admin", "paidugroup"],
+ "known": [
+ "admin",
+ "paidugroup"
+ ],
"cat": "social"
},
{
@@ -3875,7 +5003,10 @@
"e_string": "@chaos.social) - chaos.social",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["dictvm", "sml"],
+ "known": [
+ "dictvm",
+ "sml"
+ ],
"cat": "social"
},
{
@@ -3886,7 +5017,10 @@
"e_string": "username\":",
"m_string": "Record not found",
"m_code": 404,
- "known": ["paula", "PaulaToThePeople"],
+ "known": [
+ "paula",
+ "PaulaToThePeople"
+ ],
"cat": "social"
},
{
@@ -3896,7 +5030,10 @@
"e_string": "- DEF CON Social",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["defcon", "buttersnatcher"],
+ "known": [
+ "defcon",
+ "buttersnatcher"
+ ],
"cat": "social"
},
{
@@ -3906,7 +5043,10 @@
"e_string": "profile:username",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["john", "alex"],
+ "known": [
+ "john",
+ "alex"
+ ],
"cat": "social"
},
{
@@ -3916,7 +5056,10 @@
"e_string": "- the mastodon instance for creatures fluffy, scaly and otherwise",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["meow", "novra"],
+ "known": [
+ "meow",
+ "novra"
+ ],
"cat": "social"
},
{
@@ -3926,7 +5069,10 @@
"e_string": "@mstdn.io) - Mastodon",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["mike", "greg"],
+ "known": [
+ "mike",
+ "greg"
+ ],
"cat": "social"
},
{
@@ -3936,7 +5082,10 @@
"e_string": "@pol.social",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["ftdl", "ducensor"],
+ "known": [
+ "ftdl",
+ "ducensor"
+ ],
"cat": "social"
},
{
@@ -3946,7 +5095,10 @@
"e_string": "@rigcz.club",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["blazej", "adam"],
+ "known": [
+ "blazej",
+ "adam"
+ ],
"cat": "social"
},
{
@@ -3956,7 +5108,10 @@
"e_string": "profile:username",
"m_string": "The page you are looking for isn't here",
"m_code": 301,
- "known": ["michael", "frank"],
+ "known": [
+ "michael",
+ "frank"
+ ],
"cat": "social"
},
{
@@ -3966,7 +5121,10 @@
"e_string": "@toot.community) - toot.community",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["Johnny", "jorijn"],
+ "known": [
+ "Johnny",
+ "jorijn"
+ ],
"cat": "social"
},
{
@@ -3976,7 +5134,10 @@
"e_string": "@mastodon.online) - Mastodon",
"m_string": "The page you are looking for isn't here.",
"m_code": 404,
- "known": ["Gargron", "RDHale"],
+ "known": [
+ "Gargron",
+ "RDHale"
+ ],
"cat": "social"
},
{
@@ -3987,7 +5148,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["RogerRemacle", "eugnick"],
+ "known": [
+ "RogerRemacle",
+ "eugnick"
+ ],
"cat": "social"
},
{
@@ -3997,7 +5161,10 @@
"e_string": "card mb-3 text-monospace",
"m_string": "alert alert-success px-0 py-1",
"m_code": 200,
- "known": ["unrevive", "nxtuny"],
+ "known": [
+ "unrevive",
+ "nxtuny"
+ ],
"cat": "gaming"
},
{
@@ -4008,7 +5175,10 @@
"e_string": "Successfully found player by given ID.",
"m_string": "minecraft.api_failure",
"m_code": 200,
- "known": ["smithy", "bob"],
+ "known": [
+ "smithy",
+ "bob"
+ ],
"cat": "gaming"
},
{
@@ -4019,7 +5189,10 @@
"e_string": "Medium member since",
"m_string": "Out of nothing, something",
"m_code": 404,
- "known": ["zulie", "jessicalexicus"],
+ "known": [
+ "zulie",
+ "jessicalexicus"
+ ],
"cat": "news"
},
{
@@ -4029,7 +5202,10 @@
"e_string": "Lista uzytkownikow",
"m_string": "This user has not registered and therefore does not have a profile to view.",
"m_code": 200,
- "known": ["test", "janek"],
+ "known": [
+ "test",
+ "janek"
+ ],
"cat": "health"
},
{
@@ -4039,7 +5215,10 @@
"e_string": "Meet people like ",
"m_string": "MeetMe - Chat and Meet New People404",
"m_code": 404,
- "known": ["sue", "david"],
+ "known": [
+ "sue",
+ "david"
+ ],
"cat": "social"
},
{
@@ -4059,7 +5241,10 @@
"e_string": "'s Profile - Metacritic",
"m_string": "Sign up to get your own profile - Metacritic",
"m_code": 200,
- "known": ["dev", "matt"],
+ "known": [
+ "dev",
+ "matt"
+ ],
"cat": "hobby"
},
{
@@ -4070,7 +5255,10 @@
"e_string": "\"valid\":false",
"m_string": "\"valid\":true",
"m_code": 200,
- "known": ["gigan996", "mindsgaming"],
+ "known": [
+ "gigan996",
+ "mindsgaming"
+ ],
"cat": "social"
},
{
@@ -4080,7 +5268,10 @@
"e_string": "-->was seen on",
"m_string": "",
"m_code": 404,
- "known": ["alice", "bob"],
+ "known": [
+ "alice",
+ "bob"
+ ],
"cat": "social"
},
{
@@ -4376,7 +5649,10 @@
"e_string": "siteName",
"m_string": "not found",
"m_code": 404,
- "known": ["arukori", "honey"],
+ "known": [
+ "arukori",
+ "honey"
+ ],
"cat": "business"
},
{
@@ -4386,7 +5662,10 @@
"e_string": "class=\"MwbUserHeader\"",
"m_string": "class=\"MwbError\"",
"m_code": 404,
- "known": ["ke7_2024", "alekseevvasil"],
+ "known": [
+ "ke7_2024",
+ "alekseevvasil"
+ ],
"cat": "shopping"
},
{
@@ -4396,7 +5675,10 @@
"e_string": "dating Profile, ",
"m_string": "- NaijaPlanet!",
"m_code": 200,
- "known": ["daniel01", "wales73"],
+ "known": [
+ "daniel01",
+ "wales73"
+ ],
"cat": "dating"
},
{
@@ -4406,7 +5688,10 @@
"e_string": "s Profile",
"m_string": "404: Page Not Found",
"m_code": 301,
- "known": ["amakaone", "seun"],
+ "known": [
+ "amakaone",
+ "seun"
+ ],
"cat": "news"
},
{
@@ -4416,7 +5701,10 @@
"e_string": "All posts by",
"m_string": "The page you are looking for cannot be found or is no longer available.",
"m_code": 200,
- "known": ["jdheyes", "healthranger"],
+ "known": [
+ "jdheyes",
+ "healthranger"
+ ],
"cat": "political"
},
{
@@ -4426,7 +5714,10 @@
"e_string": " : 네이버 블로그",
"m_string": "페이지를 찾을 수 없습니다",
"m_code": 500,
- "known": ["bob", "blue"],
+ "known": [
+ "bob",
+ "blue"
+ ],
"cat": "social"
},
{
@@ -4436,7 +5727,10 @@
"e_string": "noindex, follow",
"m_string": "- Not Found",
"m_code": 404,
- "known": ["fauux", "sadgrl"],
+ "known": [
+ "fauux",
+ "sadgrl"
+ ],
"cat": "social"
},
{
@@ -4446,7 +5740,10 @@
"e_string": "userId",
"m_string": "Page not found",
"m_code": 404,
- "known": ["nebkacrea", "cdiljda"],
+ "known": [
+ "nebkacrea",
+ "cdiljda"
+ ],
"cat": "social"
},
{
@@ -4457,7 +5754,10 @@
"e_string": "user-header-name",
"m_string": "Whoops, that's a swing and a miss!",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "gaming"
},
{
@@ -4467,7 +5767,10 @@
"e_string": "The profile of",
"m_string": "Chat with , , , - ",
"m_code": 200,
- "known": ["Harmonie06", "Bach007"],
+ "known": [
+ "Harmonie06",
+ "Bach007"
+ ],
"cat": "dating"
},
{
@@ -4478,7 +5781,10 @@
"e_string": "\"status\":200",
"m_string": "\"status\":404",
"m_code": 404,
- "known": ["saevid", "proxyfox"],
+ "known": [
+ "saevid",
+ "proxyfox"
+ ],
"cat": "social"
},
{
@@ -4488,7 +5794,10 @@
"e_string": ") | Nih buat jajan
",
"m_string": "Nih Buat Jajan",
"m_code": 302,
- "known": ["banyusadewa", "danirachmat"],
+ "known": [
+ "banyusadewa",
+ "danirachmat"
+ ],
"cat": "social"
},
{
@@ -4499,7 +5808,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["Myxx", "honey"],
+ "known": [
+ "Myxx",
+ "honey"
+ ],
"cat": "social"
},
{
@@ -4510,7 +5822,10 @@
"e_string": " ",
"m_string": "Ошибка 404 -",
"m_code": 404,
- "known": ["lena", "slava"],
+ "known": [
+ "lena",
+ "slava"
+ ],
"cat": "social"
},
{
@@ -4520,7 +5835,11 @@
"e_string": "class=\"user profile\"",
"m_string": "alt=\"404\"",
"m_code": 404,
- "known": ["notabug", "hp", "zPlus"],
+ "known": [
+ "notabug",
+ "hp",
+ "zPlus"
+ ],
"cat": "coding"
},
{
@@ -4530,7 +5849,10 @@
"e_string": "フォロワー",
"m_string": "お探しのページが見つかりません。",
"m_code": 404,
- "known": ["honey", "yui"],
+ "known": [
+ "honey",
+ "yui"
+ ],
"cat": "social"
},
{
@@ -4540,7 +5862,10 @@
"e_string": "\"id\":",
"m_string": "not found
",
"m_code": 404,
- "known": ["npm", "rich_harris"],
+ "known": [
+ "npm",
+ "rich_harris"
+ ],
"cat": "coding"
},
{
@@ -4550,7 +5875,10 @@
"e_string": "Profil użytkownika:",
"m_string": "Nieprawidłowy link, w bazie danych nie istnieje użytkownik o podanym loginie",
"m_code": 404,
- "known": ["kowal", "janek"],
+ "known": [
+ "kowal",
+ "janek"
+ ],
"cat": "shopping"
},
{
@@ -4560,7 +5888,10 @@
"e_string": "| OK",
"m_string": "class=\"p404_t",
"m_code": 404,
- "known": ["john", "aleksandrvasillev"],
+ "known": [
+ "john",
+ "aleksandrvasillev"
+ ],
"cat": "social"
},
{
@@ -4570,7 +5901,10 @@
"e_string": "Пользователь",
"m_string": "Страница не найдена",
"m_code": 404,
- "known": ["nastya3", "nastya"],
+ "known": [
+ "nastya3",
+ "nastya"
+ ],
"cat": "misc"
},
{
@@ -4582,7 +5916,10 @@
"e_string": "\"success\": true",
"m_string": "\"success\": false",
"m_code": 200,
- "known": ["cwa", "adam"],
+ "known": [
+ "cwa",
+ "adam"
+ ],
"cat": "social"
},
{
@@ -4593,7 +5930,10 @@
"e_string": "\"hits\":[{",
"m_string": "\"hits\":[]",
"m_code": 200,
- "known": ["miaimani", "milaamour"],
+ "known": [
+ "miaimani",
+ "milaamour"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -4603,7 +5943,10 @@
"e_string": "- Open Collective",
"m_string": "Not Found",
"m_code": 200,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "finance"
},
{
@@ -4613,7 +5956,10 @@
"e_string": "| Opensource.com",
"m_string": "Page not found",
"m_code": 404,
- "known": ["dave", "mike"],
+ "known": [
+ "dave",
+ "mike"
+ ],
"cat": "tech"
},
{
@@ -4623,7 +5969,9 @@
"e_string": "Mapper since:",
"m_string": "does not exist",
"m_code": 404,
- "known": ["kemkim"],
+ "known": [
+ "kemkim"
+ ],
"cat": "social"
},
{
@@ -4633,7 +5981,10 @@
"e_string": "- Summoner Stats - League of Legends",
"m_string": "Guide - OP.GG",
"m_code": 200,
- "known": ["xin", "carlos01"],
+ "known": [
+ "xin",
+ "carlos01"
+ ],
"cat": "gaming"
},
{
@@ -4643,7 +5994,9 @@
"e_string": "profile_user_image",
"m_string": "The page you are looking for cannot be found.",
"m_code": 404,
- "known": ["txmustang302"],
+ "known": [
+ "txmustang302"
+ ],
"cat": "social"
},
{
@@ -4653,7 +6006,10 @@
"e_string": "uniqueId",
"m_string": "not-found",
"m_code": 404,
- "known": ["john", "jane"],
+ "known": [
+ "john",
+ "jane"
+ ],
"cat": "gaming"
},
{
@@ -4663,7 +6019,10 @@
"e_string": "uniqueId",
"m_string": "not-found",
"m_code": 404,
- "known": ["carlos", "pedro"],
+ "known": [
+ "carlos",
+ "pedro"
+ ],
"cat": "gaming"
},
{
@@ -4673,7 +6032,10 @@
"e_string": "uniqueId",
"m_string": "not-found",
"m_code": 404,
- "known": ["carlos", "mary"],
+ "known": [
+ "carlos",
+ "mary"
+ ],
"cat": "gaming"
},
{
@@ -4683,7 +6045,10 @@
"e_string": "",
"m_string": "User not found! ;_;",
"m_code": 404,
- "known": ["stretches", "spiken8"],
+ "known": [
+ "stretches",
+ "spiken8"
+ ],
"cat": "gaming"
},
{
@@ -4693,7 +6058,10 @@
"e_string": "meta property=\"og:",
"m_string": "Sorry, page not found",
"m_code": 302,
- "known": ["DaveLipsky", "StarlaJene"],
+ "known": [
+ "DaveLipsky",
+ "StarlaJene"
+ ],
"cat": "social"
},
{
@@ -4703,7 +6071,10 @@
"e_string": "Images",
"m_string": "404 error",
"m_code": 404,
- "known": ["StopAdMedia", "jokervendetti"],
+ "known": [
+ "StopAdMedia",
+ "jokervendetti"
+ ],
"cat": "social"
},
{
@@ -4713,7 +6084,10 @@
"e_string": "class=\"profile-cover\"",
"m_string": "Unknown user account!",
"m_code": 404,
- "known": ["trincowski-pt", "anggreklestari"],
+ "known": [
+ "trincowski-pt",
+ "anggreklestari"
+ ],
"cat": "social"
},
{
@@ -4723,7 +6097,10 @@
"e_string": "People to Follow",
"m_string": "join Parler today",
"m_code": 302,
- "known": ["DineshDsouza", "SeanHannity"],
+ "known": [
+ "DineshDsouza",
+ "SeanHannity"
+ ],
"cat": "social"
},
{
@@ -4734,7 +6111,10 @@
"e_string": "\"archived_snapshots\": {\"closest\"",
"m_string": "\"archived_snapshots\": {}",
"m_code": 200,
- "known": ["JoePags", "dineshdsouza"],
+ "known": [
+ "JoePags",
+ "dineshdsouza"
+ ],
"cat": "archived"
},
{
@@ -4745,7 +6125,10 @@
"e_string": "\"archived_snapshots\": {\"closest\"",
"m_string": "\"archived_snapshots\": {}",
"m_code": 200,
- "known": ["JoePags", "dineshdsouza"],
+ "known": [
+ "JoePags",
+ "dineshdsouza"
+ ],
"cat": "archived"
},
{
@@ -4755,7 +6138,10 @@
"e_string": "'s Pastebin",
"m_string": "",
"m_code": 404,
- "known": ["test", "john"],
+ "known": [
+ "test",
+ "john"
+ ],
"cat": "tech"
},
{
@@ -4765,7 +6151,10 @@
"e_string": "Patch User Profile",
"m_string": "Page not found",
"m_code": 404,
- "known": ["dave", "bob"],
+ "known": [
+ "dave",
+ "bob"
+ ],
"cat": "news"
},
{
@@ -4775,7 +6164,11 @@
"e_string": "s profile | PatientsLikeMe",
"m_string": "",
"m_code": 302,
- "known": ["thjuland", "Pedro0703", "Hydropioneer"],
+ "known": [
+ "thjuland",
+ "Pedro0703",
+ "Hydropioneer"
+ ],
"cat": "health"
},
{
@@ -4785,7 +6178,10 @@
"e_string": "full_name\":",
"m_string": "errorCode\": 404,",
"m_code": 404,
- "known": ["mubix", "doughboys"],
+ "known": [
+ "mubix",
+ "doughboys"
+ ],
"cat": "finance"
},
{
@@ -4795,7 +6191,10 @@
"e_string": "nav-user active register",
"m_string": "An error occurred",
"m_code": 500,
- "known": ["r3deleven", "MemeFactory"],
+ "known": [
+ "r3deleven",
+ "MemeFactory"
+ ],
"cat": "political"
},
{
@@ -4805,7 +6204,10 @@
"e_string": "Zostań Patronem",
"m_string": "Nie znaleźliśmy strony której szukasz.",
"m_code": 404,
- "known": ["radio357", "radionowyswiat"],
+ "known": [
+ "radio357",
+ "radionowyswiat"
+ ],
"cat": "finance"
},
{
@@ -4815,7 +6217,10 @@
"e_string": "userInfo",
"m_string": "PayPal.MeFollowers",
"m_string": "Sorry, this page doesn’t exist",
"m_code": 404,
- "known": ["john", "test"],
+ "known": [
+ "john",
+ "test"
+ ],
"cat": "video"
},
{
@@ -4855,7 +6270,10 @@
"e_string": "Zamieszcza eksponaty od:",
"m_string": "Nie znaleziono użytkownika o podanym loginie.",
"m_code": 200,
- "known": ["test", "ania"],
+ "known": [
+ "test",
+ "ania"
+ ],
"cat": "misc"
},
{
@@ -4865,7 +6283,10 @@
"e_string": "Profiles on Picsart",
"m_string": "User not found",
"m_code": 404,
- "known": ["john", "john404"],
+ "known": [
+ "john",
+ "john404"
+ ],
"cat": "art"
},
{
@@ -4875,7 +6296,10 @@
"e_string": "Zamieszcza historie od:",
"m_string": "Nie znaleziono użytkownika o podanym loginie.",
"m_code": 200,
- "known": ["test", "janek"],
+ "known": [
+ "test",
+ "janek"
+ ],
"cat": "misc"
},
{
@@ -4885,7 +6309,10 @@
"e_string": "— все посты пользователя",
"m_string": "404. Страница не найдена",
"m_code": 404,
- "known": ["igor01", "serguei"],
+ "known": [
+ "igor01",
+ "serguei"
+ ],
"cat": "social"
},
{
@@ -4895,7 +6322,10 @@
"e_string": "",
"m_string": "That page does not exist, or you do not have the proper permissions to view it.",
"m_code": 404,
- "known": ["MissMoonified", "honey"],
+ "known": [
+ "MissMoonified",
+ "honey"
+ ],
"cat": "social"
},
{
@@ -4905,7 +6335,10 @@
"e_string": "on Pinkbike",
"m_string": "I couldn't find the page you were looking for",
"m_code": 404,
- "known": ["whistlermountainbikepark", "paulhanson"],
+ "known": [
+ "whistlermountainbikepark",
+ "paulhanson"
+ ],
"cat": "hobby"
},
{
@@ -4915,7 +6348,10 @@
"e_string": " - Profile | Pinterest",
"m_string": "id=\"home-main-title",
"m_code": 301,
- "known": ["test123", "frickcollection"],
+ "known": [
+ "test123",
+ "frickcollection"
+ ],
"cat": "social"
},
{
@@ -4925,7 +6361,10 @@
"e_string": "on pixelfed",
"m_string": "pixelfed",
"m_code": 404,
- "known": ["sarah", "john"],
+ "known": [
+ "sarah",
+ "john"
+ ],
"cat": "social"
},
{
@@ -4936,7 +6375,10 @@
"e_string": "",
"m_string": "We couldn't find anything ",
"m_code": 200,
- "known": ["SlimShaggy18", "ikemenzi"],
+ "known": [
+ "SlimShaggy18",
+ "ikemenzi"
+ ],
"cat": "gaming"
},
{
@@ -4946,7 +6388,10 @@
"e_string": "class=\"user-page\"",
"m_string": "
PLINK - 404 Page not found",
"m_code": 404,
- "known": ["CryptonianTV", "xacstonyjx"],
+ "known": [
+ "CryptonianTV",
+ "xacstonyjx"
+ ],
"cat": "gaming"
},
{
@@ -4956,7 +6401,9 @@
"e_string": "Profile views",
"m_string": "Register your plurk account",
"m_code": 200,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "social"
},
{
@@ -4966,7 +6413,10 @@
"e_string": "\"__isNode\":\"PoeUser\"",
"m_string": "\"user\":null",
"m_code": 200,
- "known": ["spdustin", "PromptCase"],
+ "known": [
+ "spdustin",
+ "PromptCase"
+ ],
"cat": "tech"
},
{
@@ -4976,7 +6426,10 @@
"e_string": "idReportedUser",
"m_string": "Neexistujúci používateľ",
"m_code": 404,
- "known": ["tobias", "brahim1"],
+ "known": [
+ "tobias",
+ "brahim1"
+ ],
"cat": "social"
},
{
@@ -4986,7 +6439,10 @@
"e_string": "Official ladder",
"m_string": " (Unregistered)",
"m_code": 404,
- "known": ["red", "blue"],
+ "known": [
+ "red",
+ "blue"
+ ],
"cat": "gaming"
},
{
@@ -4996,7 +6452,10 @@
"e_string": "User profile for",
"m_string": "Sorry, the requested page couldn't be found!",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "gaming"
},
{
@@ -5007,7 +6466,10 @@
"e_string": "\"id\":",
"m_string": "
404 Not Found",
"m_code": 404,
- "known": ["EngelBos", "GunnarEndlich"],
+ "known": [
+ "EngelBos",
+ "GunnarEndlich"
+ ],
"cat": "hobby"
},
{
@@ -5017,7 +6479,10 @@
"e_string": "Historia wpisów",
"m_string": "Wybrany użytkownik nie istnieje.",
"m_code": 200,
- "known": ["admin", "Lesik"],
+ "known": [
+ "admin",
+ "Lesik"
+ ],
"cat": "social"
},
{
@@ -5027,7 +6492,10 @@
"e_string": "Autor",
"m_string": "Nie znaleziono tematów ani postów pasujących do Twoich kryteriów",
"m_code": 200,
- "known": ["Pvwel", "janek"],
+ "known": [
+ "Pvwel",
+ "janek"
+ ],
"cat": "misc"
},
{
@@ -5038,7 +6506,10 @@
"e_string": "name",
"m_string": "ResourceNotFound",
"m_code": 404,
- "known": ["josh", "jsmith"],
+ "known": [
+ "josh",
+ "jsmith"
+ ],
"cat": "tech"
},
{
@@ -5048,7 +6519,10 @@
"e_string": "- Polygon",
"m_string": "404 Not found",
"m_code": 404,
- "known": ["nicodeyo", "Nicole_Clark"],
+ "known": [
+ "nicodeyo",
+ "Nicole_Clark"
+ ],
"cat": "gaming"
},
{
@@ -5058,7 +6532,11 @@
"e_string": "MuiTypography-root MuiTypography-body1 css-kj7pvm",
"m_string": "Profile not found",
"m_code": 200,
- "known": ["rpelite", "Ee0af3d822", "ashleymetzger"],
+ "known": [
+ "rpelite",
+ "Ee0af3d822",
+ "ashleymetzger"
+ ],
"cat": "business"
},
{
@@ -5068,7 +6546,10 @@
"e_string": "Pornstar Rank",
"m_string": "",
"m_code": 301,
- "known": ["riley-reid", "alex-adams"],
+ "known": [
+ "riley-reid",
+ "alex-adams"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -5078,7 +6559,9 @@
"e_string": "s Profile - Pornhub.com",
"m_string": "Error Page Not Found",
"m_code": 404,
- "known": ["test123"],
+ "known": [
+ "test123"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -5088,7 +6571,10 @@
"e_string": " is using Poshmark to sell items from their closet.",
"m_string": "Page not found - Poshmark",
"m_code": 404,
- "known": ["alice", "bob"],
+ "known": [
+ "alice",
+ "bob"
+ ],
"cat": "shopping"
},
{
@@ -5098,7 +6584,10 @@
"e_string": ", from",
"m_string": "- Postcrossing",
"m_code": 404,
- "known": ["Vladimir", "olga3"],
+ "known": [
+ "Vladimir",
+ "olga3"
+ ],
"cat": "social"
},
{
@@ -5109,7 +6598,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["aggiepm", "eplumley1976"],
+ "known": [
+ "aggiepm",
+ "eplumley1976"
+ ],
"cat": "social"
},
{
@@ -5120,9 +6612,14 @@
"e_string": "\"user\":",
"m_string": "\"code\":404",
"m_code": 404,
- "known": ["kaizernero", "Giga1337"],
+ "known": [
+ "kaizernero",
+ "Giga1337"
+ ],
"cat": "social",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Pravda.me",
@@ -5131,7 +6628,10 @@
"e_string": "Российская социальная сеть (by mastodon)",
"m_string": "
The page you are looking for isn't here.",
"m_code": 404,
- "known": ["tass", "rt_russian"],
+ "known": [
+ "tass",
+ "rt_russian"
+ ],
"cat": "social"
},
{
@@ -5142,7 +6642,10 @@
"e_string": "assign_path",
"m_string": "The requested URL or resource could not be found.",
"m_code": 404,
- "known": ["jonah", "dngray"],
+ "known": [
+ "jonah",
+ "dngray"
+ ],
"cat": "tech"
},
{
@@ -5152,7 +6655,10 @@
"e_string": "s profile on Product Hunt",
"m_string": "Product Hunt - All newest Products",
"m_code": 404,
- "known": ["alex", "jack"],
+ "known": [
+ "alex",
+ "jack"
+ ],
"cat": "business"
},
{
@@ -5164,7 +6670,10 @@
"e_string": "Address you entered is already taken",
"m_string": "The address is free, it's great;)",
"m_code": 200,
- "known": ["sekoy", "vovasmallny"],
+ "known": [
+ "sekoy",
+ "vovasmallny"
+ ],
"cat": "music",
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
@@ -5178,7 +6687,10 @@
"e_string": "username",
"m_string": "\"profiles\": {}",
"m_code": 304,
- "known": ["cannabis_cervi", "user"],
+ "known": [
+ "cannabis_cervi",
+ "user"
+ ],
"cat": "social"
},
{
@@ -5189,7 +6701,10 @@
"e_string": "\"username\":",
"m_string": "That user doesn't exist",
"m_code": 400,
- "known": ["donna", "honey"],
+ "known": [
+ "donna",
+ "honey"
+ ],
"cat": "social"
},
{
@@ -5199,7 +6714,10 @@
"e_string": "blog-title",
"m_string": "Are you sure it was ever here?",
"m_code": 404,
- "known": ["endeavorance", "overthinkification"],
+ "known": [
+ "endeavorance",
+ "overthinkification"
+ ],
"cat": "blog"
},
{
@@ -5209,7 +6727,10 @@
"e_string": "LOGIN",
"m_string": "Użytkownik nie istnieje.",
"m_code": 200,
- "known": ["test", "test2"],
+ "known": [
+ "test",
+ "test2"
+ ],
"cat": "tech"
},
{
@@ -5219,7 +6740,10 @@
"e_string": "\"publicId\":",
"m_string": "404 - Page Not Found",
"m_code": 404,
- "known": ["igor1", "david2"],
+ "known": [
+ "igor1",
+ "david2"
+ ],
"cat": "finance"
},
{
@@ -5229,7 +6753,10 @@
"e_string": "Profile of",
"m_string": "Page Not Found (404) · PyPI",
"m_code": 404,
- "known": ["dev", "pydude"],
+ "known": [
+ "dev",
+ "pydude"
+ ],
"cat": "coding"
},
{
@@ -5239,7 +6766,10 @@
"e_string": "Ostatnio on-line",
"m_string": "Strona nie została znaleziona",
"m_code": 404,
- "known": ["claudii", "kowalski"],
+ "known": [
+ "claudii",
+ "kowalski"
+ ],
"cat": "social"
},
{
@@ -5250,7 +6780,10 @@
"e_string": "avatar_static",
"m_string": "\"error\":",
"m_code": 404,
- "known": ["smok", "mik"],
+ "known": [
+ "smok",
+ "mik"
+ ],
"cat": "social"
},
{
@@ -5261,9 +6794,14 @@
"e_string": "\"identifier\":\"username_is_taken\"",
"m_string": "\"success\":true",
"m_code": 200,
- "known": ["Rita426", "Muyao_531"],
+ "known": [
+ "Rita426",
+ "Muyao_531"
+ ],
"cat": "hobby",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Quora",
@@ -5272,7 +6810,10 @@
"e_string": "Credentials",
"m_string": "Page Not Found",
"m_code": 301,
- "known": ["John-Galan-5", "Alex-Clay"],
+ "known": [
+ "John-Galan-5",
+ "Alex-Clay"
+ ],
"cat": "social"
},
{
@@ -5282,7 +6823,10 @@
"e_string": "sidebar__title",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["zephyr", "Archaplain"],
+ "known": [
+ "zephyr",
+ "Archaplain"
+ ],
"cat": "social"
},
{
@@ -5292,7 +6836,10 @@
"e_string": "\"id\":",
"m_string": "[]",
"m_code": 200,
- "known": ["pompompurin", "DexterM1"],
+ "known": [
+ "pompompurin",
+ "DexterM1"
+ ],
"cat": "archived"
},
{
@@ -5302,7 +6849,10 @@
"e_string": "blog-title",
"m_string": "Are you sure it was ever here?",
"m_code": 404,
- "known": ["baretri", "arinbasu"],
+ "known": [
+ "baretri",
+ "arinbasu"
+ ],
"cat": "blog"
},
{
@@ -5313,7 +6863,10 @@
"e_string": "\"id\":",
"m_string": "\"success\":false",
"m_code": 404,
- "known": ["lokikot", "vintagemozart"],
+ "known": [
+ "lokikot",
+ "vintagemozart"
+ ],
"cat": "tech"
},
{
@@ -5324,7 +6877,10 @@
"e_string": "\"userId\":",
"m_string": "\"success\":false",
"m_code": 400,
- "known": ["webbreacher", "SonOfSevenless"],
+ "known": [
+ "webbreacher",
+ "SonOfSevenless"
+ ],
"cat": "gaming"
},
{
@@ -5334,7 +6890,10 @@
"e_string": "Shop | Redbubble",
"m_string": "This is a lost cause.",
"m_code": 404,
- "known": ["john", "blue"],
+ "known": [
+ "john",
+ "blue"
+ ],
"cat": "shopping"
},
{
@@ -5345,7 +6904,10 @@
"e_string": "total_karma",
"m_string": "Not Found",
"m_code": 404,
- "known": ["koavf", "alabasterheart"],
+ "known": [
+ "koavf",
+ "alabasterheart"
+ ],
"cat": "social"
},
{
@@ -5356,7 +6918,10 @@
"e_string": "followers",
"m_string": "user account not found for ",
"m_code": 404,
- "known": ["alexbreecooper", "Jose-Roberto-Rasi"],
+ "known": [
+ "alexbreecooper",
+ "Jose-Roberto-Rasi"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -5366,7 +6931,10 @@
"e_string": "og:title",
"m_string": "That's unfortunate. Where did it go?",
"m_code": 404,
- "known": ["razzyaurealis", "saki"],
+ "known": [
+ "razzyaurealis",
+ "saki"
+ ],
"cat": "hobby"
},
{
@@ -5376,7 +6944,10 @@
"e_string": "\"id\":",
"m_string": "\"statusCode\":404",
"m_code": 404,
- "known": ["david", "torcado"],
+ "known": [
+ "david",
+ "torcado"
+ ],
"cat": "coding"
},
{
@@ -5386,7 +6957,10 @@
"e_string": " | ",
"m_string": "20+ million researchers on ResearchGate",
"m_code": 301,
- "known": ["Tafara-Mwareya", "Jose-Roberto-Rasi"],
+ "known": [
+ "Tafara-Mwareya",
+ "Jose-Roberto-Rasi"
+ ],
"cat": "hobby"
},
{
@@ -5396,7 +6970,10 @@
"e_string": "- Resume | Actors Access",
"m_string": "File was not found on this SERVER",
"m_code": 200,
- "known": ["veronicashelby", "sarahstipe"],
+ "known": [
+ "veronicashelby",
+ "sarahstipe"
+ ],
"cat": "social"
},
{
@@ -5407,7 +6984,10 @@
"e_string": "\"firstName\"",
"m_string": "\"User not found\"",
"m_code": 404,
- "known": ["theaswdc", "honey"],
+ "known": [
+ "theaswdc",
+ "honey"
+ ],
"cat": "finance"
},
{
@@ -5417,7 +6997,10 @@
"e_string": "— Люди — Risk.ru",
"m_string": "404 — Risk.ru",
"m_code": 404,
- "known": ["igor1", "olga"],
+ "known": [
+ "igor1",
+ "olga"
+ ],
"cat": "hobby"
},
{
@@ -5428,7 +7011,10 @@
"e_string": "Username is already in use",
"m_string": "Username is valid",
"m_code": 200,
- "known": ["LeetPawn", "elephant459"],
+ "known": [
+ "LeetPawn",
+ "elephant459"
+ ],
"cat": "gaming"
},
{
@@ -5438,7 +7024,10 @@
"e_string": "Downloads: ",
"m_string": "A community for Apple Shortcuts",
"m_code": 200,
- "known": ["zachary7829", "JonathanSetzer"],
+ "known": [
+ "zachary7829",
+ "JonathanSetzer"
+ ],
"cat": "social"
},
{
@@ -5448,7 +7037,10 @@
"e_string": "CITIZEN DOSSIER",
"m_string": "404 NAVIGATING UNCHARTED TERRITORY",
"m_code": 404,
- "known": ["alpHackeronee", "Quantum_Physicist"],
+ "known": [
+ "alpHackeronee",
+ "Quantum_Physicist"
+ ],
"cat": "gaming"
},
{
@@ -5458,7 +7050,10 @@
"e_string": "userID",
"m_string": "
Фотобанк 123RF - Стоковые Фото, Векторы, Видеоролики. Подписка на Фото. Royalty Free контент<",
"m_code": 302,
- "known": ["ruslan", "olga"],
+ "known": [
+ "ruslan",
+ "olga"
+ ],
"cat": "hobby"
},
{
@@ -5468,7 +7063,10 @@
"e_string": "href=https://rumble.com/c/",
"m_string": "404 error, this page does not exist",
"m_code": 404,
- "known": ["SaltyCracker", "GGreenwald"],
+ "known": [
+ "SaltyCracker",
+ "GGreenwald"
+ ],
"cat": "political"
},
{
@@ -5478,7 +7076,10 @@
"e_string": "href=https://rumble.com/user/",
"m_string": "404 error, this page does not exist",
"m_code": 404,
- "known": ["SimonParkes", "djmrmusic"],
+ "known": [
+ "SimonParkes",
+ "djmrmusic"
+ ],
"cat": "political"
},
{
@@ -5489,7 +7090,10 @@
"e_string": "\"name\":",
"m_string": "\"error\":\"NO_PROFILE\"",
"m_code": 200,
- "known": ["Thomas", "Wahisietel"],
+ "known": [
+ "Thomas",
+ "Wahisietel"
+ ],
"cat": "hobby"
},
{
@@ -5499,7 +7103,10 @@
"e_string": "Профиль пользователя",
"m_string": "Пользователь не найден",
"m_code": 200,
- "known": ["Rutracker", "Feo156"],
+ "known": [
+ "Rutracker",
+ "Feo156"
+ ],
"cat": "misc"
},
{
@@ -5509,7 +7116,10 @@
"e_string": "Obserwujących",
"m_string": "Salon24 - Blogi, wiadomości, opinie i komentarze",
"m_code": 301,
- "known": ["matuzalem", "niewiarygodne"],
+ "known": [
+ "matuzalem",
+ "niewiarygodne"
+ ],
"cat": "blog"
},
{
@@ -5520,7 +7130,10 @@
"e_string": "avatar_template",
"m_string": "The requested URL or resource could not be found",
"m_code": 404,
- "known": ["AngelFat", "lecter"],
+ "known": [
+ "AngelFat",
+ "lecter"
+ ],
"cat": "misc"
},
{
@@ -5530,7 +7143,10 @@
"e_string": "NewPP limit report",
"m_string": "is not registered",
"m_code": 301,
- "known": ["Mlh_nl", "Benjism89"],
+ "known": [
+ "Mlh_nl",
+ "Benjism89"
+ ],
"cat": "social"
},
{
@@ -5540,7 +7156,9 @@
"e_string": "on Scratch",
"m_string": "We couldn't find the page you're looking for.",
"m_code": 404,
- "known": ["griffpatch"],
+ "known": [
+ "griffpatch"
+ ],
"cat": "coding"
},
{
@@ -5550,7 +7168,10 @@
"e_string": "| DonationPay",
"m_string": "
secure.donationpay.org",
"m_code": 404,
- "known": ["rareimpact", "safc"],
+ "known": [
+ "rareimpact",
+ "safc"
+ ],
"cat": "finance"
},
{
@@ -5560,7 +7181,10 @@
"e_string": "Membre depuis -",
"m_string": "- Page non trouvée!",
"m_code": 302,
- "known": ["mamadou", "konate"],
+ "known": [
+ "mamadou",
+ "konate"
+ ],
"cat": "social"
},
{
@@ -5570,7 +7194,10 @@
"e_string": "Dernier Login",
"m_string": "Unexpected error! Please contact us and tell us more how you got to this page!",
"m_code": 301,
- "known": ["Kalsobbc", "Boymariste"],
+ "known": [
+ "Kalsobbc",
+ "Boymariste"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -5580,7 +7207,10 @@
"e_string": "Chat online with",
"m_string": "HTTP Error code: 404. Resource not found",
"m_code": 404,
- "known": ["david01", "brahim01"],
+ "known": [
+ "david01",
+ "brahim01"
+ ],
"cat": "dating"
},
{
@@ -5590,7 +7220,10 @@
"e_string": "
",
"m_string": "
SEO Marketplace",
"m_code": 302,
- "known": ["Vfmseo", "gokudadon"],
+ "known": [
+ "Vfmseo",
+ "gokudadon"
+ ],
"cat": "social"
},
{
@@ -5600,7 +7233,10 @@
"e_string": "s setlist.fm | setlist.fm",
"m_string": "Sorry, the page you requested doesn't exist",
"m_code": 404,
- "known": ["bendobrin", "michi"],
+ "known": [
+ "bendobrin",
+ "michi"
+ ],
"cat": "music"
},
{
@@ -5611,7 +7247,10 @@
"e_string": "profilePictureUrl",
"m_string": "This user does not exist.",
"m_code": 404,
- "known": ["sakii_nightshade", "annajean2319"],
+ "known": [
+ "sakii_nightshade",
+ "annajean2319"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -5621,7 +7260,10 @@
"e_string": "Tematy użytkownika",
"m_string": "Brak aktywnego profilu na forum",
"m_code": 404,
- "known": ["janek", "admin"],
+ "known": [
+ "janek",
+ "admin"
+ ],
"cat": "health"
},
{
@@ -5631,7 +7273,10 @@
"e_string": "s Profile - ShesFreaky",
"m_string": "",
"m_code": 302,
- "known": ["tata23", "fitzsta"],
+ "known": [
+ "tata23",
+ "fitzsta"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -5642,7 +7287,10 @@
"e_string": "home",
"m_string": "Sorry, this shop is currently unavailable.",
"m_code": 404,
- "known": ["john", "daniel"],
+ "known": [
+ "john",
+ "daniel"
+ ],
"cat": "shopping"
},
{
@@ -5652,7 +7300,10 @@
"e_string": "O mnie",
"m_string": "
Darmowe",
"m_code": 404,
- "known": ["LunaVee", "Jane_Frou"],
+ "known": [
+ "LunaVee",
+ "Jane_Frou"
+ ],
"cat": "xx NSFW xx",
"headers": {
"Cookie": "accept_rules=true;"
@@ -5665,7 +7316,10 @@
"e_string": "| Shutterstock",
"m_string": "Well, this is unexpected...",
"m_code": 404,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "images"
},
{
@@ -5675,7 +7329,11 @@
"e_string": "joined",
"m_string": "SimplePlanes Airplanes",
"m_code": 302,
- "known": ["realSavageMan", "Jundroo", "john"],
+ "known": [
+ "realSavageMan",
+ "Jundroo",
+ "john"
+ ],
"cat": "gaming"
},
{
@@ -5685,7 +7343,10 @@
"e_string": ") | Skeb",
"m_string": "Skeb - Request Box",
"m_code": 503,
- "known": ["eipuru_", "sime064"],
+ "known": [
+ "eipuru_",
+ "sime064"
+ ],
"cat": "art"
},
{
@@ -5695,7 +7356,10 @@
"e_string": "Pussy and Ass Sizes",
"m_string": "It looks like nothing was found at this location",
"m_code": 404,
- "known": ["alexbreecooper", "roxy-raye"],
+ "known": [
+ "alexbreecooper",
+ "roxy-raye"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -5705,7 +7369,10 @@
"e_string": "s Profile - Slant",
"m_string": "404 - Page Not Found - Slant",
"m_code": 404,
- "known": ["bob", "john"],
+ "known": [
+ "bob",
+ "john"
+ ],
"cat": "shopping"
},
{
@@ -5715,7 +7382,9 @@
"e_string": "Presentations by",
"m_string": "You may have mistyped the address",
"m_code": 404,
- "known": ["arunthomas"],
+ "known": [
+ "arunthomas"
+ ],
"cat": "social"
},
{
@@ -5725,7 +7394,10 @@
"e_string": "data-testid=\"report-button\"",
"m_string": "id=\"username-available\"",
"m_code": 200,
- "known": ["rebeccaskeeles", "john"],
+ "known": [
+ "rebeccaskeeles",
+ "john"
+ ],
"cat": "social"
},
{
@@ -5735,7 +7407,9 @@
"e_string": "Miles run overall",
"m_string": "no Smashrunner with the username",
"m_code": 404,
- "known": ["john.young"],
+ "known": [
+ "john.young"
+ ],
"cat": "health"
},
{
@@ -5745,7 +7419,10 @@
"e_string": "Smelsy -",
"m_string": "Server Error",
"m_code": 500,
- "known": ["mohamed01", "ahmed"],
+ "known": [
+ "mohamed01",
+ "ahmed"
+ ],
"cat": "misc"
},
{
@@ -5756,7 +7433,10 @@
"e_string": "schema.org/Person",
"m_string": "schema.org/Thing",
"m_code": 404,
- "known": ["wow", "jill"],
+ "known": [
+ "wow",
+ "jill"
+ ],
"cat": "images"
},
{
@@ -5767,7 +7447,10 @@
"e_string": "account_id",
"m_string": "code\": 65",
"m_code": 400,
- "known": ["cgrrose", "John___Anish"],
+ "known": [
+ "cgrrose",
+ "John___Anish"
+ ],
"cat": "music"
},
{
@@ -5777,7 +7460,10 @@
"e_string": "is on Snapchat!",
"m_string": "NOT_FOUND",
"m_code": 200,
- "known": ["djkhaled305", "mileycyrus"],
+ "known": [
+ "djkhaled305",
+ "mileycyrus"
+ ],
"cat": "social"
},
{
@@ -5787,7 +7473,10 @@
"e_string": "creatorLink",
"m_string": "Oops, you hit a dead end!",
"m_code": 404,
- "known": ["mycherrycrush", "honey"],
+ "known": [
+ "mycherrycrush",
+ "honey"
+ ],
"cat": "misc"
},
{
@@ -5797,17 +7486,10 @@
"e_string": "@soc.citizen4.eu",
"m_string": "Nie znaleziono",
"m_code": 404,
- "known": ["admin", "miklo"],
- "cat": "social"
- },
- {
- "name": "social_msdn",
- "uri_check": "https://social.msdn.microsoft.com/profile/{account}",
- "e_code": 200,
- "e_string": "Member Since",
- "m_string": "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.",
- "m_code": 404,
- "known": ["edoardo", "microsoftfan"],
+ "known": [
+ "admin",
+ "miklo"
+ ],
"cat": "social"
},
{
@@ -5817,7 +7499,23 @@
"e_string": "@social.bund.de) - social.bund.de
",
"m_string": "
The page you are looking for isn't here.",
"m_code": 404,
- "known": ["bfdi", "bmdv"],
+ "known": [
+ "bfdi",
+ "bmdv"
+ ],
+ "cat": "social"
+ },
+ {
+ "name": "social_msdn",
+ "uri_check": "https://social.msdn.microsoft.com/profile/{account}",
+ "e_code": 200,
+ "e_string": "Member Since",
+ "m_string": "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.",
+ "m_code": 404,
+ "known": [
+ "edoardo",
+ "microsoftfan"
+ ],
"cat": "social"
},
{
@@ -5828,7 +7526,10 @@
"e_string": "'s Profile | SoFurry",
"m_string": "SoFurry - Error | SoFurry",
"m_code": 404,
- "known": ["reeden-landshey", "tigerzero"],
+ "known": [
+ "reeden-landshey",
+ "tigerzero"
+ ],
"cat": "art"
},
{
@@ -5838,7 +7539,10 @@
"e_string": "create your own page",
"m_string": "The page you're looking for isn't here.",
"m_code": 404,
- "known": ["saruei", "yui"],
+ "known": [
+ "saruei",
+ "yui"
+ ],
"cat": "social"
},
{
@@ -5848,7 +7552,9 @@
"e_string": "SoundCloud",
"m_string": "sounds",
"m_code": 404,
- "known": ["test123"],
+ "known": [
+ "test123"
+ ],
"cat": "music"
},
{
@@ -5858,7 +7564,10 @@
"e_string": "Author at Soup.io",
"m_string": "Soup.io - News, Sports, Entertainment, TV, Tech, Gaming",
"m_code": 301,
- "known": ["john", "cristina"],
+ "known": [
+ "john",
+ "cristina"
+ ],
"cat": "blog"
},
{
@@ -5869,9 +7578,14 @@
"e_string": "\"error\": \"invalid\"",
"m_string": "\"success\": 1",
"m_code": 200,
- "known": ["alice", "bob"],
+ "known": [
+ "alice",
+ "bob"
+ ],
"cat": "coding",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Speaker Deck",
@@ -5880,7 +7594,10 @@
"e_string": ") on Speaker Deck",
"m_string": "User Not Found - Speaker Deck",
"m_code": 404,
- "known": ["petecheslock", "turbosmart45"],
+ "known": [
+ "petecheslock",
+ "turbosmart45"
+ ],
"cat": "social"
},
{
@@ -5890,7 +7607,10 @@
"e_string": "Runs - ",
"m_string": "
speedrun.com",
"m_code": 404,
- "known": ["mike", "chris"],
+ "known": [
+ "mike",
+ "chris"
+ ],
"cat": "gaming"
},
{
@@ -5900,7 +7620,10 @@
"e_string": "Portfolio of IT Projects - Spiceworks",
"m_string": "Page Not Found",
"m_code": 404,
- "known": ["spicerex", "rod-it"],
+ "known": [
+ "spicerex",
+ "rod-it"
+ ],
"cat": "tech"
},
{
@@ -5910,7 +7633,10 @@
"e_string": "Activity over the last year
",
"m_string": "Innopolis Open 2018",
"m_code": 200,
- "known": ["defrager", "xilinx"],
+ "known": [
+ "defrager",
+ "xilinx"
+ ],
"cat": "coding"
},
{
@@ -5920,7 +7646,10 @@
"e_string": "'s Sporcle Friends",
"m_string": "This Sporcle user cannot be found.",
"m_code": 301,
- "known": ["Test", "lolshortee"],
+ "known": [
+ "Test",
+ "lolshortee"
+ ],
"cat": "gaming"
},
{
@@ -5931,7 +7660,10 @@
"e_string": "\"uuid\":",
"m_string": "\"code\":\"404\"",
"m_code": 200,
- "known": ["petriola", "adisonthadat"],
+ "known": [
+ "petriola",
+ "adisonthadat"
+ ],
"cat": "health"
},
{
@@ -5941,9 +7673,14 @@
"e_string": "content=\"profile\"",
"m_string": "Page not found",
"m_code": 404,
- "known": ["kexp_official", "mkbhd"],
+ "known": [
+ "kexp_official",
+ "mkbhd"
+ ],
"cat": "music",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "StackOverflow",
@@ -5952,9 +7689,14 @@
"e_string": "grid--item user-info",
"m_string": "No users matched your search.",
"m_code": 200,
- "known": ["vonc", "bergi"],
+ "known": [
+ "vonc",
+ "bergi"
+ ],
"cat": "coding",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Statuspage",
@@ -5964,7 +7706,11 @@
"e_string": "updated_at",
"m_string": "You are being
redirected.",
"m_code": 302,
- "known": ["8713981tpdlg", "gaming", "coinbase"],
+ "known": [
+ "8713981tpdlg",
+ "gaming",
+ "coinbase"
+ ],
"cat": "tech"
},
{
@@ -5974,7 +7720,9 @@
"e_string": "g_rgProfileData =",
"m_string": "Steam Community :: Error",
"m_code": 200,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "gaming"
},
{
@@ -5984,7 +7732,10 @@
"e_string": "\"identifier\":",
"m_string": "",
"m_code": 301,
- "known": ["AbsurdPoncho", "Wolod1402"],
+ "known": [
+ "AbsurdPoncho",
+ "Wolod1402"
+ ],
"cat": "gaming"
},
{
@@ -5996,7 +7747,10 @@
"e_string": "\"type\":\"error_api_username_used\"",
"m_string": "\"success\":true",
"m_code": 200,
- "known": ["petlover", "zalat"],
+ "known": [
+ "petlover",
+ "zalat"
+ ],
"cat": "social",
"headers": {
"Content-Type": "application/json"
@@ -6009,7 +7763,10 @@
"e_string": " on Steller",
"m_string": "
",
"m_code": 404,
- "known": ["jeannnn", "havwoods"],
+ "known": [
+ "jeannnn",
+ "havwoods"
+ ],
"cat": "shopping"
},
{
@@ -6019,7 +7776,10 @@
"e_string": "archive author",
"m_string": "We're sorry, but the page",
"m_code": 404,
- "known": ["jthorstad", "paul-swider"],
+ "known": [
+ "jthorstad",
+ "paul-swider"
+ ],
"cat": "blog"
},
{
@@ -6030,7 +7790,10 @@
"e_string": "\"providerId\"",
"m_string": "error",
"m_code": 404,
- "known": ["honey", "dude"],
+ "known": [
+ "honey",
+ "dude"
+ ],
"cat": "finance"
},
{
@@ -6041,7 +7804,10 @@
"e_string": "\"id\":",
"m_string": "
Unauthorized",
"m_code": 401,
- "known": ["veibae", "cutie_cori"],
+ "known": [
+ "veibae",
+ "cutie_cori"
+ ],
"cat": "finance"
},
{
@@ -6052,7 +7818,10 @@
"e_string": "\"error\":\"This username already exists\"",
"m_string": "[]",
"m_code": 200,
- "known": ["DulcieRichard", "Katie-Mili"],
+ "known": [
+ "DulcieRichard",
+ "Katie-Mili"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -6062,7 +7831,10 @@
"e_string": "CREATOR STATS",
"m_string": "WE ARE SORRY, THE PAGE YOU REQUESTED CANNOT BE FOUND",
"m_code": 404,
- "known": ["missmoonified", "honey"],
+ "known": [
+ "missmoonified",
+ "honey"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -6072,7 +7844,10 @@
"e_string": "| Substack",
"m_string": "" on Substack",
"m_code": 200,
- "known": ["janellehardacre", "janeclairebradley"],
+ "known": [
+ "janellehardacre",
+ "janeclairebradley"
+ ],
"cat": "social"
},
{
@@ -6082,7 +7857,10 @@
"e_string": "'s torrents",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["kouhy76", "Rektr0"],
+ "known": [
+ "kouhy76",
+ "Rektr0"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -6092,7 +7870,10 @@
"e_string": "Items",
"m_string": "Push Space-key",
"m_code": 404,
- "known": ["itochanxxx", "alex"],
+ "known": [
+ "itochanxxx",
+ "alex"
+ ],
"cat": "business"
},
{
@@ -6102,7 +7883,10 @@
"e_string": "Joined",
"m_string": "Code: Couldn't find that username or email.",
"m_code": 200,
- "known": ["przeczzpreczem", "Xavier"],
+ "known": [
+ "przeczzpreczem",
+ "Xavier"
+ ],
"cat": "social"
},
{
@@ -6112,7 +7896,10 @@
"e_string": "- Player Profile | T³ - TableTop Tournaments",
"m_string": "No player with the nickname",
"m_code": 200,
- "known": ["Lars01", "john"],
+ "known": [
+ "Lars01",
+ "john"
+ ],
"cat": "misc"
},
{
@@ -6122,7 +7909,10 @@
"e_string": "s Profile",
"m_string": "Tagged - The social network for meeting new people",
"m_code": 302,
- "known": ["Samantha", "Robert"],
+ "known": [
+ "Samantha",
+ "Robert"
+ ],
"cat": "social"
},
{
@@ -6132,7 +7922,10 @@
"e_string": "deeplink=tamtam://chat/",
"m_string": "ТамТам",
"m_code": 302,
- "known": ["blue", "John"],
+ "known": [
+ "blue",
+ "John"
+ ],
"cat": "social"
},
{
@@ -6142,7 +7935,10 @@
"e_string": "Dołączył",
"m_string": "Nie ma takiego użytkownika",
"m_code": 404,
- "known": ["ania", "avellana"],
+ "known": [
+ "ania",
+ "avellana"
+ ],
"cat": "hobby"
},
{
@@ -6153,7 +7949,10 @@
"e_string": "User details are Showing",
"m_string": "The rf number is not valid",
"m_code": 200,
- "known": ["JonathanWallace", "gearoidconsidine"],
+ "known": [
+ "JonathanWallace",
+ "gearoidconsidine"
+ ],
"cat": "business"
},
{
@@ -6164,7 +7963,10 @@
"e_string": "user_id",
"m_string": "Profile of username Not Found",
"m_code": 200,
- "known": ["alexborrelli", "domocann"],
+ "known": [
+ "alexborrelli",
+ "domocann"
+ ],
"cat": "business"
},
{
@@ -6174,7 +7976,10 @@
"e_string": " en Taringa!",
"m_string": "Colectiva en Taringa!",
"m_code": 301,
- "known": ["jocaxav", "engendrometal"],
+ "known": [
+ "jocaxav",
+ "engendrometal"
+ ],
"cat": "social"
},
{
@@ -6185,7 +7990,10 @@
"e_string": "\"archived_snapshots\": {\"closest\"",
"m_string": "\"archived_snapshots\": {}",
"m_code": 200,
- "known": ["farantic", "elrubius"],
+ "known": [
+ "farantic",
+ "elrubius"
+ ],
"cat": "archived"
},
{
@@ -6195,7 +8003,10 @@
"e_string": "’s Profile",
"m_string": "",
"m_code": 302,
- "known": ["john", "sam"],
+ "known": [
+ "john",
+ "sam"
+ ],
"cat": "business"
},
{
@@ -6205,7 +8016,9 @@
"e_string": "Member Since",
"m_string": "Oops, Something went missing",
"m_code": 404,
- "known": ["john"],
+ "known": [
+ "john"
+ ],
"cat": "coding"
},
{
@@ -6215,7 +8028,10 @@
"e_string": ";s exclusive page to subscribe to her",
"m_string": "The page you were looking for doesn't exist",
"m_code": 404,
- "known": ["jaycee-starr", "chubbychick94"],
+ "known": [
+ "jaycee-starr",
+ "chubbychick94"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -6226,7 +8042,10 @@
"e_string": "sellerToken",
"m_string": "{\"errors\":{\"store\":[\"not found\"]}}",
"m_code": 404,
- "known": ["missmoonified", "honey"],
+ "known": [
+ "missmoonified",
+ "honey"
+ ],
"cat": "business"
},
{
@@ -6236,7 +8055,10 @@
"e_string": "Public Key",
"m_string": "The user does not exist",
"m_code": 200,
- "known": ["red", "bob"],
+ "known": [
+ "red",
+ "bob"
+ ],
"cat": "tech"
},
{
@@ -6246,7 +8068,10 @@
"e_string": "tgme_page_title",
"m_string": "noindex, nofollow",
"m_code": 200,
- "known": ["alice", "giovanni"],
+ "known": [
+ "alice",
+ "giovanni"
+ ],
"cat": "social"
},
{
@@ -6256,7 +8081,10 @@
"e_string": "class=\"layout__content m_main blog\"",
"m_string": "class=\"error\"",
"m_code": 404,
- "known": ["mart11", "anotherj"],
+ "known": [
+ "mart11",
+ "anotherj"
+ ],
"cat": "blog"
},
{
@@ -6266,7 +8094,10 @@
"e_string": "on Tellonym",
"m_string": "- Honest & Anonymous Feedback",
"m_code": 404,
- "known": ["jane", "jimmy"],
+ "known": [
+ "jane",
+ "jimmy"
+ ],
"cat": "social"
},
{
@@ -6276,7 +8107,10 @@
"e_string": "
",
"m_string": "We could not find the page you were looking for.",
"m_code": 404,
- "known": ["gnutv", "d33jay23"],
+ "known": [
+ "gnutv",
+ "d33jay23"
+ ],
"cat": "images"
},
{
@@ -6287,7 +8121,10 @@
"e_string": "\"success\":true",
"m_string": "\"success\":false",
"m_code": 404,
- "known": ["icly", "5han"],
+ "known": [
+ "icly",
+ "5han"
+ ],
"cat": "gaming"
},
{
@@ -6297,7 +8134,9 @@
"e_string": "
TF2 Backpack -",
"m_string": "",
"m_code": 302,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "gaming"
},
{
@@ -6307,7 +8146,10 @@
"e_string": "summary",
"m_string": "Not found, error 404",
"m_code": 404,
- "known": ["patti", "joehoft"],
+ "known": [
+ "patti",
+ "joehoft"
+ ],
"cat": "political"
},
{
@@ -6317,7 +8159,10 @@
"e_string": "https://www.theguardian.com/profile/",
"m_string": "Page not found | The Guardian",
"m_code": 404,
- "known": ["minna-salami", "johnnaughton"],
+ "known": [
+ "minna-salami",
+ "johnnaughton"
+ ],
"cat": "news"
},
{
@@ -6327,7 +8172,10 @@
"e_string": "s profile on ThemeForest",
"m_string": "Page Not Found | ThemeForest",
"m_code": 301,
- "known": ["john", "bob"],
+ "known": [
+ "john",
+ "bob"
+ ],
"cat": "art"
},
{
@@ -6337,7 +8185,10 @@
"e_string": "Insert This Gallery",
"m_string": "We’re sorry",
"m_code": 500,
- "known": ["mixdop", "modifyielts"],
+ "known": [
+ "mixdop",
+ "modifyielts"
+ ],
"cat": "art"
},
{
@@ -6347,7 +8198,10 @@
"e_string": "Page not found",
"m_code": 404,
- "known": ["myownpersonalthoughts", "danwions"],
+ "known": [
+ "myownpersonalthoughts",
+ "danwions"
+ ],
"cat": "hobby"
},
{
@@ -6357,7 +8211,10 @@
"e_string": ") on Threads",
"m_string": "Threads",
"m_code": 200,
- "known": ["s_novoselov", "oliveralexanderdk"],
+ "known": [
+ "s_novoselov",
+ "oliveralexanderdk"
+ ],
"cat": "social"
},
{
@@ -6368,7 +8225,10 @@
"e_string": "author_url",
"m_string": "Something went wrong",
"m_code": 400,
- "known": ["gordonramsayofficial", "pookiebear73"],
+ "known": [
+ "gordonramsayofficial",
+ "pookiebear73"
+ ],
"cat": "social"
},
{
@@ -6379,7 +8239,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["ben", "lunatic"],
+ "known": [
+ "ben",
+ "lunatic"
+ ],
"cat": "social"
},
{
@@ -6389,7 +8252,11 @@
"e_string": ") | Tinder",
"m_string": "Tinder | Dating, Make Friends & Meet New People",
"m_code": 200,
- "known": ["Alexey", "peter", "john"],
+ "known": [
+ "Alexey",
+ "peter",
+ "john"
+ ],
"cat": "dating"
},
{
@@ -6401,7 +8268,10 @@
"e_string": "\"errors\": [\"Username taken!\"]",
"m_string": "\"valid\": true",
"m_code": 200,
- "known": ["tehrabbitt", "dekunukem"],
+ "known": [
+ "tehrabbitt",
+ "dekunukem"
+ ],
"cat": "shopping",
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
@@ -6415,7 +8285,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["mikebeganyi", "Zugi"],
+ "known": [
+ "mikebeganyi",
+ "Zugi"
+ ],
"cat": "social"
},
{
@@ -6426,7 +8299,10 @@
"e_string": "\"userId\":",
"m_string": "\"message\":\"Member with handle:",
"m_code": 404,
- "known": ["chinvib66", "mwakanosya"],
+ "known": [
+ "chinvib66",
+ "mwakanosya"
+ ],
"cat": "coding"
},
{
@@ -6436,7 +8312,10 @@
"e_string": "display-user",
"m_string": "We can't find that page!",
"m_code": 404,
- "known": ["22RII", "honey"],
+ "known": [
+ "22RII",
+ "honey"
+ ],
"cat": "hobby"
},
{
@@ -6446,7 +8325,10 @@
"e_string": "— Trading Ideas &",
"m_string": "Page not found — TradingView",
"m_code": 404,
- "known": ["liam", "john"],
+ "known": [
+ "liam",
+ "john"
+ ],
"cat": "finance"
},
{
@@ -6456,7 +8338,10 @@
"e_string": "s profile - Trakt",
"m_string": "The page you were looking for doesn't exist (404) - Trakt.tv",
"m_code": 404,
- "known": ["john", "anne"],
+ "known": [
+ "john",
+ "anne"
+ ],
"cat": "video"
},
{
@@ -6467,9 +8352,14 @@
"e_string": "\"id\":",
"m_string": "Oh no! 404!
",
"m_code": 404,
- "known": ["naranjasan", "jane"],
+ "known": [
+ "naranjasan",
+ "jane"
+ ],
"cat": "social",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "tripadvisor",
@@ -6478,7 +8368,10 @@
"e_string": "Contributions",
"m_string": "This page is on vacation",
"m_code": 404,
- "known": ["john", "peter"],
+ "known": [
+ "john",
+ "peter"
+ ],
"cat": "social"
},
{
@@ -6488,7 +8381,10 @@
"e_string": "class=\"team-v2\"",
"m_string": "Could not find any member using these credentials
",
"m_code": 200,
- "known": ["JohnnySOBA", "Vasya_Run"],
+ "known": [
+ "JohnnySOBA",
+ "Vasya_Run"
+ ],
"cat": "gaming"
},
{
@@ -6498,7 +8394,10 @@
"e_string": "class=\"b-user-page\"",
"m_string": "class=\"b-handler-error-404\"",
"m_code": 404,
- "known": ["ramanbardashevich", "Sanya193Rus"],
+ "known": [
+ "ramanbardashevich",
+ "Sanya193Rus"
+ ],
"cat": "gaming"
},
{
@@ -6508,7 +8407,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["realdonaldtrump", "ScottAdamsTruth"],
+ "known": [
+ "realdonaldtrump",
+ "ScottAdamsTruth"
+ ],
"cat": "social"
},
{
@@ -6519,7 +8421,10 @@
"e_string": "\"success\":true",
"m_string": "\"success\":false",
"m_code": 200,
- "known": ["user", "goyalyuval15"],
+ "known": [
+ "user",
+ "goyalyuval15"
+ ],
"cat": "tech"
},
{
@@ -6529,7 +8434,10 @@
"e_string": "Caters to",
"m_string": "
Page not found",
"m_code": 404,
- "known": ["lpatterson32", "kansasgirl69"],
+ "known": [
+ "lpatterson32",
+ "kansasgirl69"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -6540,7 +8448,10 @@
"e_string": "avatar",
"m_string": "There's nothing here",
"m_code": 404,
- "known": ["test", "test1"],
+ "known": [
+ "test",
+ "test1"
+ ],
"cat": "images"
},
{
@@ -6551,7 +8462,10 @@
"e_string": "user-stats-engagement",
"m_string": "User not found:",
"m_code": 404,
- "known": ["baywolfmusic", "mrcerny18"],
+ "known": [
+ "baywolfmusic",
+ "mrcerny18"
+ ],
"cat": "music"
},
{
@@ -6561,7 +8475,10 @@
"e_string": "Live History",
"m_string": "Not Found",
"m_code": 302,
- "known": ["yuno___nico", "2_t0_"],
+ "known": [
+ "yuno___nico",
+ "2_t0_"
+ ],
"cat": "social"
},
{
@@ -6572,7 +8489,10 @@
"e_string": "Overview",
"m_string": "404 Page Not Found",
"m_code": 404,
- "known": ["summit1g", "cohhcarnage"],
+ "known": [
+ "summit1g",
+ "cohhcarnage"
+ ],
"cat": "gaming"
},
{
@@ -6583,7 +8503,10 @@
"e_string": "\"archived_snapshots\": {\"closest\"",
"m_string": "\"archived_snapshots\": {}",
"m_code": 200,
- "known": ["jack", "dineshdsouza"],
+ "known": [
+ "jack",
+ "dineshdsouza"
+ ],
"cat": "archived"
},
{
@@ -6594,7 +8517,10 @@
"e_string": "\"archived_snapshots\": {\"closest\"",
"m_string": "\"archived_snapshots\": {}",
"m_code": 200,
- "known": ["jack", "dineshdsouza"],
+ "known": [
+ "jack",
+ "dineshdsouza"
+ ],
"cat": "archived"
},
{
@@ -6606,7 +8532,10 @@
"e_string": "userid=",
"m_string": "",
"m_code": 404,
- "known": ["redsox", "adam"],
+ "known": [
+ "redsox",
+ "adam"
+ ],
"cat": "hobby"
},
{
@@ -6616,7 +8545,10 @@
"e_string": "おとなりさん",
"m_string": "をご確認ください。",
"m_code": 404,
- "known": ["wsise47", "tsukiusa630"],
+ "known": [
+ "wsise47",
+ "tsukiusa630"
+ ],
"cat": "social"
},
{
@@ -6626,7 +8558,10 @@
"e_string": "| Ubisoft Discussion Forums",
"m_string": "You seem to have stumbled upon a page that does not exist.",
"m_code": 404,
- "known": ["fizzle_fuze", "th05324"],
+ "known": [
+ "fizzle_fuze",
+ "th05324"
+ ],
"cat": "gaming"
},
{
@@ -6636,7 +8571,10 @@
"e_string": "| Udemy",
"m_string": "Online Courses - Learn Anything, On Your Schedule | Udemy",
"m_code": 301,
- "known": ["stephane-maarek", "lizbrown3"],
+ "known": [
+ "stephane-maarek",
+ "lizbrown3"
+ ],
"cat": "tech"
},
{
@@ -6646,7 +8584,10 @@
"e_string": "profile-page-header__info",
"m_string": "Page not found - UEFConnect",
"m_code": 404,
- "known": ["heli.mutanen", "mette.heiskanen"],
+ "known": [
+ "heli.mutanen",
+ "mette.heiskanen"
+ ],
"cat": "business"
},
{
@@ -6656,7 +8597,10 @@
"e_string": "- uID.me",
"m_string": "Page not found",
"m_code": 404,
- "known": ["john", "peter"],
+ "known": [
+ "john",
+ "peter"
+ ],
"cat": "social"
},
{
@@ -6666,7 +8610,11 @@
"e_string": " | Ultimate-Guitar.Com",
"m_string": "Oops! We couldn't find that page.",
"m_code": 410,
- "known": ["LYNX-Music", "Mikhailo", "MeGaDeth2314"],
+ "known": [
+ "LYNX-Music",
+ "Mikhailo",
+ "MeGaDeth2314"
+ ],
"cat": "hobby"
},
{
@@ -6676,7 +8624,10 @@
"e_string": "Mecze wyjazdowe:",
"m_string": "Ile masz wyjazdów?",
"m_code": 404,
- "known": ["janek", "kowal"],
+ "known": [
+ "janek",
+ "kowal"
+ ],
"cat": "hobby"
},
{
@@ -6686,7 +8637,10 @@
"e_string": "Date submitted",
"m_string": "content=\"\"/>",
"m_code": 200,
- "known": ["emudshit", "hirumaredx"],
+ "known": [
+ "emudshit",
+ "hirumaredx"
+ ],
"cat": "archived"
},
{
@@ -6696,7 +8650,10 @@
"e_string": "| Unsplash Photo Community",
"m_string": "Hm, the page you were looking for doesn't seem to exist anymore.",
"m_code": 404,
- "known": ["john", "alex"],
+ "known": [
+ "john",
+ "alex"
+ ],
"cat": "images"
},
{
@@ -6706,7 +8663,10 @@
"e_string": "on Untappd",
"m_string": "Untappd | 404",
"m_code": 404,
- "known": ["test", "phil"],
+ "known": [
+ "test",
+ "phil"
+ ],
"cat": "social"
},
{
@@ -6716,7 +8676,10 @@
"e_string": "Please log in to like, share and comment",
"m_string": "Sorry, page not found",
"m_code": 302,
- "known": ["abaynes79", "not1face"],
+ "known": [
+ "abaynes79",
+ "not1face"
+ ],
"cat": "social"
},
{
@@ -6727,7 +8690,10 @@
"e_string": "\"userName\"",
"m_string": "Not a valid web service key",
"m_code": 404,
- "known": ["honey", "chloe"],
+ "known": [
+ "honey",
+ "chloe"
+ ],
"cat": "finance"
},
{
@@ -6738,7 +8704,10 @@
"e_string": "property=\"twitter:card\"",
"m_string": "Sorry, the requested page could not be found.",
"m_code": 404,
- "known": ["elite", "citruciel"],
+ "known": [
+ "elite",
+ "citruciel"
+ ],
"cat": "social"
},
{
@@ -6748,7 +8717,10 @@
"e_string": "collection-hero__text-wrapper",
"m_string": "Page not found",
"m_code": 404,
- "known": ["saki", "aicandii"],
+ "known": [
+ "saki",
+ "aicandii"
+ ],
"cat": "business"
},
{
@@ -6758,7 +8730,10 @@
"e_string": "
Профиль",
"m_string": "
404",
"m_code": 404,
- "known": ["igor", "vladimir"],
+ "known": [
+ "igor",
+ "vladimir"
+ ],
"cat": "hobby"
},
{
@@ -6768,7 +8743,10 @@
"e_string": "profileInfo_username__",
"m_string": "Sorry, the page you requested does not exist!",
"m_code": 404,
- "known": ["John-Goolsby-8", "kate-mura"],
+ "known": [
+ "John-Goolsby-8",
+ "kate-mura"
+ ],
"cat": "finance"
},
{
@@ -6778,7 +8756,10 @@
"e_string": "name=\"username",
"m_string": "
Not Found
",
"m_code": 200,
- "known": ["alex", "johnny"],
+ "known": [
+ "alex",
+ "johnny"
+ ],
"cat": "art"
},
{
@@ -6788,7 +8769,10 @@
"e_string": "Profil på vibilagare.se",
"m_string": "Sidan hittades inte |",
"m_code": 404,
- "known": ["lars01", "sven"],
+ "known": [
+ "lars01",
+ "sven"
+ ],
"cat": "misc"
},
{
@@ -6798,7 +8782,10 @@
"e_string": "profile-details",
"m_string": "User not found",
"m_code": 404,
- "known": ["GamingParodies", "planphilly"],
+ "known": [
+ "GamingParodies",
+ "planphilly"
+ ],
"cat": "video"
},
{
@@ -6808,7 +8795,10 @@
"e_string": "class=\"top-profile-since\"",
"m_string": "id=\"missing-this\"",
"m_code": 404,
- "known": ["soulcraft", "aychmb"],
+ "known": [
+ "soulcraft",
+ "aychmb"
+ ],
"cat": "hobby"
},
{
@@ -6818,7 +8808,10 @@
"e_string": "og:type",
"m_string": "VimeUhOh",
"m_code": 404,
- "known": ["john", "alice"],
+ "known": [
+ "john",
+ "alice"
+ ],
"cat": "video"
},
{
@@ -6829,7 +8822,10 @@
"e_string": "userId",
"m_string": "That record does not exist",
"m_code": 404,
- "known": ["TomHarlock", "Seks"],
+ "known": [
+ "TomHarlock",
+ "Seks"
+ ],
"cat": "video"
},
{
@@ -6840,7 +8836,10 @@
"e_string": "blog : ",
"m_string": "Blog inexistant",
"m_code": 200,
- "known": ["sarah", "brahim01"],
+ "known": [
+ "sarah",
+ "brahim01"
+ ],
"cat": "blog"
},
{
@@ -6851,12 +8850,15 @@
"e_string": "\"data\"",
"m_string": "\"code\": \"NotFoundError\"",
"m_code": 404,
- "known": ["cyber", "cybersecstu"],
+ "known": [
+ "cyber",
+ "cybersecstu"
+ ],
"cat": "misc",
"headers": {
+ "Accept-Ianguage": "en-US",
"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=="
}
},
@@ -6868,7 +8870,10 @@
"e_string": "end_point",
"m_string": "card_id\": 0",
"m_code": 200,
- "known": ["Lisa-Gordon", "Bill-Schaeffer"],
+ "known": [
+ "Lisa-Gordon",
+ "Bill-Schaeffer"
+ ],
"cat": "business"
},
{
@@ -6878,7 +8883,10 @@
"e_string": "",
"m_string": "Page not found",
"m_code": 404,
- "known": ["test", "admin"],
+ "known": [
+ "test",
+ "admin"
+ ],
"cat": "video"
},
{
@@ -6888,7 +8896,10 @@
"e_string": "content=\"profile\"",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["ches_ches", "mike.kidlazy"],
+ "known": [
+ "ches_ches",
+ "mike.kidlazy"
+ ],
"cat": "social",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux i686; rv:125.0) Gecko/20100101 Firefox/125.0"
@@ -6902,7 +8913,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["king", "aniver"],
+ "known": [
+ "king",
+ "aniver"
+ ],
"cat": "social"
},
{
@@ -6913,7 +8927,10 @@
"e_string": "display_name",
"m_string": "Record not found",
"m_code": 404,
- "known": ["vmstan", "honestdave"],
+ "known": [
+ "vmstan",
+ "honestdave"
+ ],
"cat": "social"
},
{
@@ -6924,7 +8941,10 @@
"e_string": "user_id",
"m_string": "[]",
"m_code": 200,
- "known": ["dottovuu", "maheshsaha1992"],
+ "known": [
+ "dottovuu",
+ "maheshsaha1992"
+ ],
"cat": "hobby"
},
{
@@ -6934,7 +8954,10 @@
"e_string": "Last Online",
"m_string": "Try going back to the previous page or see below for more options",
"m_code": 301,
- "known": ["briankirchoff", "bryankopta"],
+ "known": [
+ "briankirchoff",
+ "bryankopta"
+ ],
"cat": "business"
},
{
@@ -6944,7 +8967,10 @@
"e_string": "permaSubdomain",
"m_string": "\"error\":\"site_not_found\"}",
"m_code": 404,
- "known": ["sam", "becca"],
+ "known": [
+ "sam",
+ "becca"
+ ],
"cat": "social",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
@@ -6957,7 +8983,10 @@
"e_string": "\"userId\":",
"m_string": "\"message\":\"Profile does not exists or not visible\"",
"m_code": 404,
- "known": ["test", "admin"],
+ "known": [
+ "test",
+ "admin"
+ ],
"cat": "tech"
},
{
@@ -6967,7 +8996,10 @@
"e_string": ") - WakaTime",
"m_string": "
404: Not Found",
"m_code": 404,
- "known": ["jake", "alimirzayev"],
+ "known": [
+ "jake",
+ "alimirzayev"
+ ],
"cat": "coding"
},
{
@@ -6977,7 +9009,10 @@
"e_string": "",
"m_string": "
404 - Page Not Found",
"m_code": 404,
- "known": ["dave", "john"],
+ "known": [
+ "dave",
+ "john"
+ ],
"cat": "misc"
},
{
@@ -7074,7 +9135,10 @@
"e_string": "Following",
"m_string": "Sorry, page not found!",
"m_code": 302,
- "known": ["mmish2", "Lisa_M_S"],
+ "known": [
+ "mmish2",
+ "Lisa_M_S"
+ ],
"cat": "political"
},
{
@@ -7084,7 +9148,10 @@
"e_string": " on We Heart It",
"m_string": " (404)",
"m_code": 404,
- "known": ["alice", "bob"],
+ "known": [
+ "alice",
+ "bob"
+ ],
"cat": "social"
},
{
@@ -7094,7 +9161,10 @@
"e_string": "
",
"m_string": "Oops!",
"m_code": 200,
- "known": ["chentingni", "fbb0916"],
+ "known": [
+ "chentingni",
+ "fbb0916"
+ ],
"cat": "social"
},
{
@@ -7105,7 +9175,10 @@
"e_string": "workspaceName",
"m_string": "",
"m_code": 307,
- "known": ["mark", "joe"],
+ "known": [
+ "mark",
+ "joe"
+ ],
"cat": "misc"
},
{
@@ -7115,7 +9188,10 @@
"e_string": "
",
"m_string": "
User does not exist.
",
"m_code": 200,
- "known": ["jack", "allen"],
+ "known": [
+ "jack",
+ "allen"
+ ],
"cat": "social"
},
{
@@ -7126,7 +9202,10 @@
"e_string": "\"ok\":false",
"m_string": "\"ok\":true",
"m_code": 200,
- "known": ["bubnilka", "Teresa"],
+ "known": [
+ "bubnilka",
+ "Teresa"
+ ],
"cat": "social"
},
{
@@ -7137,7 +9216,10 @@
"e_string": "{\"id\":",
"m_string": ":[]}}",
"m_code": 200,
- "known": ["sector051", "webbreacher"],
+ "known": [
+ "sector051",
+ "webbreacher"
+ ],
"cat": "news"
},
{
@@ -7147,7 +9229,11 @@
"e_string": "is on WIMKIN",
"m_string": " The page you are looking for cannot be found.",
"m_code": 404,
- "known": ["alex", "smith", "boomer"],
+ "known": [
+ "alex",
+ "smith",
+ "boomer"
+ ],
"cat": "political"
},
{
@@ -7157,9 +9243,15 @@
"e_string": "Chat With",
"m_string": "People - Wireclub",
"m_code": 301,
- "known": ["deae", "cheerfulsarcasm", "braydenskiresort"],
+ "known": [
+ "deae",
+ "cheerfulsarcasm",
+ "braydenskiresort"
+ ],
"cat": "social",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "Wishlistr",
@@ -7169,7 +9261,10 @@
"e_string": "+:var res = \"",
"m_string": "+:var res = parseInt(0);",
"m_code": 200,
- "known": ["bodymodgrrrl", "kethistle"],
+ "known": [
+ "bodymodgrrrl",
+ "kethistle"
+ ],
"cat": "shopping"
},
{
@@ -7179,7 +9274,10 @@
"e_string": "Welcome,",
"m_string": "Wordnik: Page Not Found",
"m_code": 404,
- "known": ["elle", "john"],
+ "known": [
+ "elle",
+ "john"
+ ],
"cat": "gaming"
},
{
@@ -7189,7 +9287,9 @@
"e_string": "user-member-since",
"m_string": "",
"m_code": 404,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "blog"
},
{
@@ -7199,7 +9299,9 @@
"e_string": "s Profile | WordPress.org",
"m_string": "User not found",
"m_code": 404,
- "known": ["test"],
+ "known": [
+ "test"
+ ],
"cat": "blog"
},
{
@@ -7209,7 +9311,10 @@
"e_string": " Profile - Wowhead",
"m_string": "Error - Wowhead",
"m_code": 404,
- "known": ["Ashelia", "Zizarz"],
+ "known": [
+ "Ashelia",
+ "Zizarz"
+ ],
"cat": "gaming"
},
{
@@ -7219,7 +9324,10 @@
"e_string": "Profil:",
"m_string": "Wystąpił błąd 404.",
"m_code": 404,
- "known": ["test", "test2"],
+ "known": [
+ "test",
+ "test2"
+ ],
"cat": "social"
},
{
@@ -7230,7 +9338,10 @@
"e_string": "\"reason\":\"taken\"",
"m_string": "\"reason\":\"available\"",
"m_code": 200,
- "known": ["WebBreacher", "OSINT_Tactical"],
+ "known": [
+ "WebBreacher",
+ "OSINT_Tactical"
+ ],
"cat": "social"
},
{
@@ -7240,7 +9351,10 @@
"e_string": "authorBlock-avatar",
"m_string": "Страница не найдена",
"m_code": 404,
- "known": ["tr3harder", "stariy"],
+ "known": [
+ "tr3harder",
+ "stariy"
+ ],
"cat": "tech"
},
{
@@ -7251,7 +9365,9 @@
"e_string": "s Xanga Site | Just",
"m_string": "",
"m_code": 302,
- "known": ["john"],
+ "known": [
+ "john"
+ ],
"cat": "blog"
},
{
@@ -7261,7 +9377,10 @@
"e_string": "Games Played",
"m_string": "Gamertag doesn't exist",
"m_code": 404,
- "known": ["Spiken8", "john"],
+ "known": [
+ "Spiken8",
+ "john"
+ ],
"cat": "gaming"
},
{
@@ -7271,7 +9390,10 @@
"e_string": "s profile | xHamster",
"m_string": "User not found",
"m_code": 404,
- "known": ["john", "tonystark85"],
+ "known": [
+ "john",
+ "tonystark85"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -7281,7 +9403,10 @@
"e_string": "",
"m_string": "Bad request",
"m_code": 400,
- "known": ["john", "mumrra"],
+ "known": [
+ "john",
+ "mumrra"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -7301,7 +9429,10 @@
"e_string": "Total video views",
"m_string": "THIS PROFILE DOESN'T EXIST",
"m_code": 404,
- "known": ["vvalencourt3", "tiffany-tyler"],
+ "known": [
+ "vvalencourt3",
+ "tiffany-tyler"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -7311,7 +9442,11 @@
"e_string": "page - XVIDEOS.COM",
"m_string": "THIS PROFILE DOESN'T EXIST",
"m_code": 404,
- "known": ["nympho-nailer", "dpadicto", "bkg"],
+ "known": [
+ "nympho-nailer",
+ "dpadicto",
+ "bkg"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -7321,7 +9456,9 @@
"e_string": "出品者",
"m_string": "Yahoo! JAPAN IDが無効です。",
"m_code": 500,
- "known": ["fltr14502003"],
+ "known": [
+ "fltr14502003"
+ ],
"cat": "shopping"
},
{
@@ -7331,7 +9468,10 @@
"e_string": "for_profile",
"m_string": "Not Found (#404)",
"m_code": 404,
- "known": ["roman", "semion"],
+ "known": [
+ "roman",
+ "semion"
+ ],
"cat": "hobby"
},
{
@@ -7341,7 +9481,10 @@
"e_string": "profile-description",
"m_string": "nodata",
"m_code": 302,
- "known": ["monya14555d", "LordMohy"],
+ "known": [
+ "monya14555d",
+ "LordMohy"
+ ],
"cat": "dating"
},
{
@@ -7352,7 +9495,10 @@
"e_string": "\"username\":",
"m_string": "\"code\":404",
"m_code": 404,
- "known": ["xel", "rabhi"],
+ "known": [
+ "xel",
+ "rabhi"
+ ],
"cat": "tech"
},
{
@@ -7363,9 +9509,14 @@
"e_string": "\"userId\":",
"m_string": "\"errorMsg\":\"No users found\"",
"m_code": 200,
- "known": ["lydia_tan33", "RavJagz"],
+ "known": [
+ "lydia_tan33",
+ "RavJagz"
+ ],
"cat": "social",
- "protection": ["other"]
+ "protection": [
+ "other"
+ ]
},
{
"name": "youpic",
@@ -7374,7 +9525,10 @@
"e_string": "YouPic — Not Found",
"m_code": 404,
- "known": ["photodude", "mike"],
+ "known": [
+ "photodude",
+ "mike"
+ ],
"cat": "hobby"
},
{
@@ -7384,7 +9538,10 @@
"e_string": "joinedDateText",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["OvylarockTHR", "OSINTDojo"],
+ "known": [
+ "OvylarockTHR",
+ "OSINTDojo"
+ ],
"cat": "video"
},
{
@@ -7394,7 +9551,10 @@
"e_string": "joinedDateText",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["MicahHoffman", "theosintcuriousproject"],
+ "known": [
+ "MicahHoffman",
+ "theosintcuriousproject"
+ ],
"cat": "video"
},
{
@@ -7404,7 +9564,10 @@
"e_string": "canonicalBaseUrl",
"m_string": "404 Not Found",
"m_code": 404,
- "known": ["tactical-systems", "CybersecurityMeg"],
+ "known": [
+ "tactical-systems",
+ "CybersecurityMeg"
+ ],
"cat": "video"
},
{
@@ -7414,7 +9577,10 @@
"e_string": "INFO",
"m_string": "",
"m_code": 301,
- "known": ["69uzytkownik69", "Soif"],
+ "known": [
+ "69uzytkownik69",
+ "Soif"
+ ],
"cat": "xx NSFW xx",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
@@ -7427,7 +9593,10 @@
"e_string": "",
"m_string": "
404
",
"m_code": 404,
- "known": ["john", "blue"],
+ "known": [
+ "john",
+ "blue"
+ ],
"cat": "coding"
},
{
@@ -7438,7 +9607,10 @@
"e_string": "zepetoId\":",
"m_string": "errorCode\":",
"m_code": 200,
- "known": ["joe", "james"],
+ "known": [
+ "joe",
+ "james"
+ ],
"cat": "social"
},
{
@@ -7449,7 +9621,10 @@
"e_string": "\"is_start\": true",
"m_string": "\"name\": \"NotFoundException\"",
"m_code": 404,
- "known": ["lushnis", "kan-shu-jiao-hua-shai-tai-yang"],
+ "known": [
+ "lushnis",
+ "kan-shu-jiao-hua-shai-tai-yang"
+ ],
"cat": "social"
},
{
@@ -7459,7 +9634,10 @@
"e_string": "- Real Estate Agent",
"m_string": "",
"m_code": 302,
- "known": ["JOHN-L-SULLIVAN", "Maggie-Alegria"],
+ "known": [
+ "JOHN-L-SULLIVAN",
+ "Maggie-Alegria"
+ ],
"cat": "shopping"
},
{
@@ -7469,7 +9647,10 @@
"e_string": "Statystyki",
"m_string": "
Error 404 - zMarsa.com<",
"m_code": 404,
- "known": ["janek", "test"],
+ "known": [
+ "janek",
+ "test"
+ ],
"cat": "xx NSFW xx"
},
{
@@ -7479,9 +9660,14 @@
"e_string": "\"isAvailable\":false",
"m_string": "\"isAvailable\":true",
"m_code": 200,
- "known": ["ila817674", "abduabubakir42"],
+ "known": [
+ "ila817674",
+ "abduabubakir42"
+ ],
"cat": "misc",
- "protection": ["cloudflare"]
+ "protection": [
+ "cloudflare"
+ ]
},
{
"name": "Zomato",
@@ -7490,7 +9676,10 @@
"e_string": "Activity",
"m_string": "This is a 404 page and we think it's fairly clear",
"m_code": 404,
- "known": ["john", "jess"],
+ "known": [
+ "john",
+ "jess"
+ ],
"cat": "social",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
@@ -7503,8 +9692,11 @@
"e_string": "",
"m_string": "خطای ۴۰۴ - صفحه یافت نشد",
"m_code": 404,
- "known": ["rezaghezi", "hosssssein"],
+ "known": [
+ "rezaghezi",
+ "hosssssein"
+ ],
"cat": "tech"
}
]
-}
+}
\ No newline at end of file