diff --git a/.gitignore b/.gitignore
index 779b904..dba9d49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,17 @@ data/cve/*.db
data/sites/*.db
data/uploads/
data/hardware/
+data/.splash_accepted
+data/hal_memory.enc
+data/vault.enc
+*.pcap
+*.pcapng
+
+# Runtime-generated data
+data/captures/*
+data/reports/*
+data/network/*
+data/android_exploit/*
# Large files
models/
@@ -60,8 +71,11 @@ dist/
build/
build_temp/
release/
+Output/
+installer/
*.spec.bak
*.zip
+*.ab
# Local utility scripts
kill_autarch.bat
diff --git a/GUIDE.md b/GUIDE.md
deleted file mode 100644
index 96463f9..0000000
--- a/GUIDE.md
+++ /dev/null
@@ -1,588 +0,0 @@
-# AUTARCH User Guide
-
-## Project Overview
-
-**AUTARCH** (Autonomous Tactical Agent for Reconnaissance, Counterintelligence, and Hacking) is a comprehensive security framework developed by **darkHal Security Group** and **Setec Security Labs**.
-
-### What We Built
-
-AUTARCH is a modular Python security framework featuring:
-
-- **LLM Integration** - Local AI via llama.cpp for autonomous assistance
-- **Autonomous Agent** - AI agent that can execute tools and complete tasks
-- **Metasploit Integration** - Direct MSF RPC control from within the framework
-- **Modular Architecture** - Plugin-based system for easy extension
-- **6 Security Categories** - Defense, Offense, Counter, Analyze, OSINT, Simulate
-
----
-
-## Project Structure
-
-```
-dh_framework/
-├── autarch.py # Main entry point
-├── autarch_settings.conf # Configuration file
-├── custom_adultsites.json # Custom adult sites storage
-├── custom_sites.inf # Bulk import file
-├── DEVLOG.md # Development log
-├── GUIDE.md # This guide
-│
-├── core/ # Core framework modules
-│ ├── __init__.py
-│ ├── agent.py # Autonomous AI agent
-│ ├── banner.py # ASCII banner and colors
-│ ├── config.py # Configuration handler
-│ ├── llm.py # LLM wrapper (llama-cpp-python)
-│ ├── menu.py # Main menu system
-│ ├── msf.py # Metasploit RPC client
-│ └── tools.py # Agent tool registry
-│
-└── modules/ # User-facing modules
- ├── __init__.py
- ├── setup.py # First-time setup wizard
- ├── chat.py # Interactive LLM chat (core)
- ├── agent.py # Agent interface (core)
- ├── msf.py # Metasploit interface (offense)
- ├── defender.py # System hardening (defense)
- ├── counter.py # Threat detection (counter)
- ├── analyze.py # Forensics tools (analyze)
- ├── recon.py # OSINT reconnaissance (osint)
- ├── adultscan.py # Adult site scanner (osint)
- └── simulate.py # Attack simulation (simulate)
-```
-
----
-
-## Installation & Setup
-
-### Requirements
-
-- Python 3.8+
-- llama-cpp-python (pre-installed)
-- A GGUF model file for LLM features
-- Metasploit Framework (optional, for MSF features)
-
-### First Run
-
-```bash
-cd /home/snake/dh_framework
-python autarch.py
-```
-
-On first run, the setup wizard automatically launches with options:
-1. **Configure LLM** - Set up model for chat & agent features
-2. **Skip Setup** - Use without LLM (most modules still work)
-
-### Running Without LLM
-
-Many modules work without an LLM configured:
-
-```bash
-# Skip setup on first run
-python autarch.py --skip-setup
-```
-
-**Modules that work without LLM:**
-- defender (Defense) - System hardening checks
-- counter (Counter) - Threat detection
-- analyze (Analyze) - File forensics
-- recon (OSINT) - Email, username, domain lookup
-- adultscan (OSINT) - Adult site scanner
-- simulate (Simulate) - Port scan, payloads
-- msf (Offense) - Metasploit interface
-
-**Modules that require LLM:**
-- chat - Interactive LLM chat
-- agent - Autonomous AI agent
-
-You can configure LLM later with `python autarch.py --setup`
-
----
-
-## Command Line Interface
-
-### Basic Usage
-
-```bash
-python autarch.py [OPTIONS] [COMMAND]
-```
-
-### Options
-
-| Option | Description |
-|--------|-------------|
-| `-h, --help` | Show help message and exit |
-| `-v, --version` | Show version information |
-| `-c, --config FILE` | Use alternate config file |
-| `--skip-setup` | Skip first-time setup (run without LLM) |
-| `-m, --module NAME` | Run a specific module directly |
-| `-l, --list` | List all available modules |
-| `--setup` | Force run the setup wizard |
-| `--no-banner` | Suppress the ASCII banner |
-| `-q, --quiet` | Minimal output mode |
-
-### Commands
-
-| Command | Description |
-|---------|-------------|
-| `chat` | Start interactive LLM chat |
-| `agent` | Start the autonomous agent |
-| `scan ` | Quick port scan |
-| `osint ` | Quick username OSINT |
-
-### Examples
-
-```bash
-# Show help
-python autarch.py --help
-
-# Run a specific module
-python autarch.py -m chat
-python autarch.py -m adultscan
-
-# List all modules
-python autarch.py --list
-
-# Quick OSINT scan
-python autarch.py osint targetuser
-
-# Re-run setup
-python autarch.py --setup
-```
-
----
-
-## Main Menu Navigation
-
-### Menu Structure
-
-```
- Main Menu
- ──────────────────────────────────────────────────
-
- [1] Defense - Defensive security tools
- [2] Offense - Penetration testing
- [3] Counter - Counter-intelligence
- [4] Analyze - Analysis & forensics
- [5] OSINT - Open source intelligence
- [6] Simulate - Attack simulation
-
- [99] Settings
- [98] Exit
-```
-
-### Category Details
-
-#### [1] Defense
-System hardening and defensive security:
-- Full Security Audit
-- Firewall Check
-- SSH Hardening
-- Open Ports Scan
-- User Security Check
-- File Permissions Audit
-- Service Audit
-
-#### [2] Offense
-Penetration testing with Metasploit:
-- Search Modules
-- Use/Configure Modules
-- Run Exploits
-- Manage Sessions
-- Console Commands
-- Quick Scanners
-
-#### [3] Counter
-Counter-intelligence and threat hunting:
-- Full Threat Scan
-- Suspicious Process Detection
-- Network Analysis
-- Login Anomalies
-- File Integrity Monitoring
-- Scheduled Task Audit
-- Rootkit Detection
-
-#### [4] Analyze
-Forensics and file analysis:
-- File Analysis (metadata, hashes, type)
-- String Extraction
-- Hash Lookup (VirusTotal, Hybrid Analysis)
-- Log Analysis
-- Hex Dump Viewer
-- File Comparison
-
-#### [5] OSINT
-Open source intelligence gathering:
-- **recon.py** - Email, username, phone, domain, IP lookup
-- **adultscan.py** - Adult site username scanner
-
-#### [6] Simulate
-Attack simulation and red team:
-- Password Audit
-- Port Scanner
-- Banner Grabber
-- Payload Generator (XSS, SQLi, etc.)
-- Network Stress Test
-
----
-
-## Module Reference
-
-### Core Modules
-
-#### chat.py - Interactive Chat
-```
-Category: core
-Commands:
- /help - Show available commands
- /clear - Clear conversation history
- /history - Show conversation history
- /info - Show model information
- /system - Set system prompt
- /temp - Set temperature
- /tokens - Set max tokens
- /stream - Toggle streaming
- /exit - Exit chat
-```
-
-#### agent.py - Autonomous Agent
-```
-Category: core
-Commands:
- tools - Show available tools
- exit - Return to main menu
- help - Show help
-
-Available Tools:
- shell - Execute shell commands
- read_file - Read file contents
- write_file - Write to files
- list_dir - List directory contents
- search_files - Glob pattern search
- search_content - Content search (grep)
- task_complete - Signal completion
- ask_user - Request user input
- msf_* - Metasploit tools
-```
-
-### OSINT Modules
-
-#### recon.py - OSINT Reconnaissance
-```
-Category: osint
-Version: 2.0
-
-Menu:
- Email
- [1] Email Lookup
- [2] Email Permutator
-
- Username
- [3] Username Lookup (17+ platforms)
- [4] Social Analyzer integration
-
- Phone
- [5] Phone Number Lookup
-
- Domain/IP
- [6] Domain Recon
- [7] IP Address Lookup
- [8] Subdomain Enumeration
- [9] Technology Detection
-```
-
-#### adultscan.py - Adult Site Scanner
-```
-Category: osint
-Version: 1.3
-
-Menu:
- Scan Categories:
- [1] Full Scan (all categories)
- [2] Fanfiction & Story Sites
- [3] Art & Creative Sites
- [4] Video & Streaming Sites
- [5] Forums & Communities
- [6] Dating & Social Sites
- [7] Gaming Related Sites
- [8] Custom Sites Only
- [9] Custom Category Selection
-
- Site Management:
- [A] Add Custom Site (manual)
- [D] Auto-Detect Site Pattern
- [B] Bulk Import from File
- [M] Manage Custom Sites
- [L] List All Sites
-
-Sites Database: 50+ built-in sites
-Categories: fanfiction, art, video, forums, dating, gaming, custom
-```
-
-##### Adding Custom Sites
-
-**Manual Add [A]:**
-```
-Site name: MySite
-URL pattern (use * for username): mysite.com/user/*
-Detection Method: [1] Status code
-```
-
-**Auto-Detect [D]:**
-```
-Domain: example.com
-Test username: knownuser
-(System probes 17 common patterns)
-```
-
-**Bulk Import [B]:**
-
-1. Edit `custom_sites.inf`:
-```
-# One domain per line
-site1.com
-site2.net
-site3.org
-```
-
-2. Run Bulk Import and provide test username
-3. System auto-detects patterns for each domain
-
----
-
-## Configuration
-
-### Config File: autarch_settings.conf
-
-```ini
-[llama]
-model_path = /path/to/model.gguf
-n_ctx = 4096
-n_threads = 4
-n_gpu_layers = 0
-temperature = 0.7
-top_p = 0.9
-top_k = 40
-repeat_penalty = 1.1
-max_tokens = 2048
-seed = -1
-
-[autarch]
-first_run = false
-modules_path = modules
-verbose = false
-
-[msf]
-host = 127.0.0.1
-port = 55553
-username = msf
-password =
-ssl = true
-```
-
-### LLM Settings
-
-| Setting | Default | Description |
-|---------|---------|-------------|
-| model_path | (required) | Path to GGUF model file |
-| n_ctx | 4096 | Context window size |
-| n_threads | 4 | CPU threads for inference |
-| n_gpu_layers | 0 | Layers to offload to GPU |
-| temperature | 0.7 | Sampling temperature (0.0-2.0) |
-| top_p | 0.9 | Nucleus sampling threshold |
-| top_k | 40 | Top-K sampling |
-| repeat_penalty | 1.1 | Repetition penalty |
-| max_tokens | 2048 | Maximum response length |
-| seed | -1 | Random seed (-1 = random) |
-
-### Metasploit Settings
-
-| Setting | Default | Description |
-|---------|---------|-------------|
-| host | 127.0.0.1 | MSF RPC host |
-| port | 55553 | MSF RPC port |
-| username | msf | RPC username |
-| password | (none) | RPC password |
-| ssl | true | Use SSL connection |
-
-**Starting msfrpcd:**
-```bash
-msfrpcd -P yourpassword -S -a 127.0.0.1
-```
-
----
-
-## Creating Custom Modules
-
-### Module Template
-
-```python
-"""
-Module description here
-"""
-
-# Module metadata (required)
-DESCRIPTION = "Short description"
-AUTHOR = "Your Name"
-VERSION = "1.0"
-CATEGORY = "osint" # defense, offense, counter, analyze, osint, simulate, core
-
-import sys
-from pathlib import Path
-
-sys.path.insert(0, str(Path(__file__).parent.parent))
-from core.banner import Colors, clear_screen, display_banner
-
-
-def run():
- """Main entry point - REQUIRED"""
- clear_screen()
- display_banner()
-
- print(f"{Colors.BOLD}My Module{Colors.RESET}")
- # Your code here
-
-
-if __name__ == "__main__":
- run()
-```
-
-### Available Colors
-
-```python
-from core.banner import Colors
-
-Colors.RED
-Colors.GREEN
-Colors.YELLOW
-Colors.BLUE
-Colors.MAGENTA
-Colors.CYAN
-Colors.WHITE
-Colors.BOLD
-Colors.DIM
-Colors.RESET
-```
-
-### Module Categories
-
-| Category | Color | Description |
-|----------|-------|-------------|
-| defense | Blue | Defensive security |
-| offense | Red | Penetration testing |
-| counter | Magenta | Counter-intelligence |
-| analyze | Cyan | Forensics & analysis |
-| osint | Green | Open source intelligence |
-| simulate | Yellow | Attack simulation |
-| core | White | Core framework modules |
-
----
-
-## Agent Tools Reference
-
-The autonomous agent has access to these tools:
-
-### File Operations
-```
-read_file(path) - Read file contents
-write_file(path, content) - Write to file
-list_dir(path) - List directory
-search_files(pattern) - Glob search
-search_content(pattern) - Grep search
-```
-
-### System Operations
-```
-shell(command, timeout) - Execute shell command
-```
-
-### User Interaction
-```
-ask_user(question) - Prompt user for input
-task_complete(result) - Signal task completion
-```
-
-### Metasploit Operations
-```
-msf_connect() - Connect to MSF RPC
-msf_search(query) - Search modules
-msf_module_info(module) - Get module info
-msf_module_options(module) - Get module options
-msf_execute(module, options) - Execute module
-msf_sessions() - List sessions
-msf_session_command(id, cmd) - Run session command
-msf_console(command) - Direct console
-```
-
----
-
-## Troubleshooting
-
-### Common Issues
-
-**LLM not loading:**
-- Verify model_path in autarch_settings.conf
-- Check file permissions on model file
-- Ensure sufficient RAM for model size
-
-**MSF connection failed:**
-- Verify msfrpcd is running: `msfrpcd -P password -S`
-- Check host/port in settings
-- Verify password is correct
-
-**Module not appearing:**
-- Ensure module has `CATEGORY` attribute
-- Ensure module has `run()` function
-- Check for syntax errors
-
-**Adult scanner false positives:**
-- Some sites return 200 for all requests
-- Use content-based detection for those sites
-- Verify with a known username
-
-### Debug Mode
-
-```bash
-# Enable verbose output
-python autarch.py --verbose
-
-# Check configuration
-python autarch.py --show-config
-```
-
----
-
-## Security Notice
-
-AUTARCH is designed for **authorized security testing only**. Users are responsible for:
-
-- Obtaining proper authorization before testing
-- Complying with all applicable laws
-- Using tools ethically and responsibly
-
-**Do not use for:**
-- Unauthorized access
-- Harassment or stalking
-- Any illegal activities
-
----
-
-## Version History
-
-| Version | Date | Changes |
-|---------|------|---------|
-| 1.0 | 2026-01-14 | Initial release |
-| 1.1 | 2026-01-14 | Added custom site management |
-| 1.2 | 2026-01-14 | Added auto-detect patterns |
-| 1.3 | 2026-01-14 | Added bulk import |
-
----
-
-## Credits
-
-**Project AUTARCH**
-By darkHal Security Group and Setec Security Labs
-
----
-
-*For development history, see DEVLOG.md*
diff --git a/Output/AUTARCH_Setup.exe b/Output/AUTARCH_Setup.exe
deleted file mode 100644
index 80e514a..0000000
Binary files a/Output/AUTARCH_Setup.exe and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/VCRUNTIME140.dll b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/VCRUNTIME140.dll
deleted file mode 100644
index 411009b..0000000
Binary files a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/VCRUNTIME140.dll and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/VCRUNTIME140_1.dll b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/VCRUNTIME140_1.dll
deleted file mode 100644
index 2071f28..0000000
Binary files a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/VCRUNTIME140_1.dll and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/autarch.ico b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/autarch.ico
deleted file mode 100644
index c1538f9..0000000
Binary files a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/autarch.ico and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/autarch_settings.conf b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/autarch_settings.conf
deleted file mode 100644
index 7f18999..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/autarch_settings.conf
+++ /dev/null
@@ -1,151 +0,0 @@
-[llama]
-model_path = C:\she\autarch\models\darkHal.gguf
-n_ctx = 2048
-n_threads = 4
-n_gpu_layers = -1
-temperature = 0.7
-top_p = 0.9
-top_k = 40
-repeat_penalty = 1.1
-max_tokens = 1024
-seed = -1
-n_batch = 512
-rope_scaling_type = 0
-mirostat_mode = 0
-mirostat_tau = 5.0
-mirostat_eta = 0.1
-flash_attn = false
-gpu_backend = vulkan
-
-[autarch]
-first_run = false
-modules_path = modules
-verbose = false
-llm_backend = local
-quiet = false
-no_banner = false
-
-[msf]
-host = 127.0.0.1
-port = 55553
-username = msf
-password = msdf
-ssl = true
-
-[osint]
-max_threads = 8
-timeout = 8
-include_nsfw = true
-
-[transformers]
-model_path = C:\she\autarch\models\Lily-Cybersecurity-7B-v0.2
-device = xpu
-torch_dtype = auto
-load_in_8bit = false
-load_in_4bit = true
-trust_remote_code = false
-max_tokens = 1024
-temperature = 0.7
-top_p = 0.9
-top_k = 40
-repetition_penalty = 1.1
-use_fast_tokenizer = true
-padding_side = left
-do_sample = true
-num_beams = 1
-llm_int8_enable_fp32_cpu_offload = false
-device_map = auto
-
-[claude]
-api_key =
-model = claude-sonnet-4-20250514
-max_tokens = 4096
-temperature = 0.7
-
-[pentest]
-max_pipeline_steps = 50
-output_chunk_size = 2000
-auto_execute = false
-save_raw_output = true
-
-[rsf]
-install_path =
-enabled = true
-default_target =
-default_port = 80
-execution_timeout = 120
-
-[upnp]
-enabled = true
-internal_ip = 10.0.0.26
-refresh_hours = 12
-mappings = 443:TCP,51820:UDP,8080:TCP
-
-[wireguard]
-enabled = true
-config_path = /etc/wireguard/wg0.conf
-interface = wg0
-subnet = 10.1.0.0/24
-server_address = 10.1.0.1
-listen_port = 51820
-default_dns = 1.1.1.1, 8.8.8.8
-default_allowed_ips = 0.0.0.0/0, ::/0
-
-[huggingface]
-api_key =
-model = mistralai/Mistral-7B-Instruct-v0.3
-endpoint =
-max_tokens = 1024
-temperature = 0.7
-top_p = 0.9
-
-[discovery]
-enabled = true
-mdns_enabled = true
-bluetooth_enabled = true
-bt_require_security = true
-
-[web]
-host = 0.0.0.0
-port = 8181
-secret_key = 23088243f11ce0b135c64413073c8c9fc0ecf83711d5f892b68f95b348a54007
-mcp_port = 8081
-
-[revshell]
-enabled = true
-host = 0.0.0.0
-port = 17322
-auto_start = false
-
-[slm]
-enabled = true
-backend = local
-model_path =
-n_ctx = 512
-n_gpu_layers = -1
-n_threads = 2
-
-[sam]
-enabled = true
-backend = local
-model_path =
-n_ctx = 2048
-n_gpu_layers = -1
-n_threads = 4
-
-[lam]
-enabled = true
-backend = local
-model_path =
-n_ctx = 4096
-n_gpu_layers = -1
-n_threads = 4
-
-[autonomy]
-enabled = false
-monitor_interval = 3
-rule_eval_interval = 5
-max_concurrent_agents = 3
-threat_threshold_auto_respond = 40
-log_max_entries = 1000
-
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/certifi/py.typed b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/certifi/py.typed
deleted file mode 100644
index e69de29..0000000
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/INSTALLER b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/INSTALLER
deleted file mode 100644
index a1b589e..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/INSTALLER
+++ /dev/null
@@ -1 +0,0 @@
-pip
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/METADATA b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/METADATA
deleted file mode 100644
index e6c05af..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/METADATA
+++ /dev/null
@@ -1,82 +0,0 @@
-Metadata-Version: 2.4
-Name: click
-Version: 8.2.1
-Summary: Composable command line interface toolkit
-Maintainer-email: Pallets
-Requires-Python: >=3.10
-Description-Content-Type: text/markdown
-License-Expression: BSD-3-Clause
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Typing :: Typed
-License-File: LICENSE.txt
-Requires-Dist: colorama; platform_system == 'Windows'
-Project-URL: Changes, https://click.palletsprojects.com/page/changes/
-Project-URL: Chat, https://discord.gg/pallets
-Project-URL: Documentation, https://click.palletsprojects.com/
-Project-URL: Donate, https://palletsprojects.com/donate
-Project-URL: Source, https://github.com/pallets/click/
-
-# $ click_
-
-Click is a Python package for creating beautiful command line interfaces
-in a composable way with as little code as necessary. It's the "Command
-Line Interface Creation Kit". It's highly configurable but comes with
-sensible defaults out of the box.
-
-It aims to make the process of writing command line tools quick and fun
-while also preventing any frustration caused by the inability to
-implement an intended CLI API.
-
-Click in three points:
-
-- Arbitrary nesting of commands
-- Automatic help page generation
-- Supports lazy loading of subcommands at runtime
-
-
-## A Simple Example
-
-```python
-import click
-
-@click.command()
-@click.option("--count", default=1, help="Number of greetings.")
-@click.option("--name", prompt="Your name", help="The person to greet.")
-def hello(count, name):
- """Simple program that greets NAME for a total of COUNT times."""
- for _ in range(count):
- click.echo(f"Hello, {name}!")
-
-if __name__ == '__main__':
- hello()
-```
-
-```
-$ python hello.py --count=3
-Your name: Click
-Hello, Click!
-Hello, Click!
-Hello, Click!
-```
-
-
-## Donate
-
-The Pallets organization develops and supports Click and other popular
-packages. In order to grow the community of contributors and users, and
-allow the maintainers to devote more time to the projects, [please
-donate today][].
-
-[please donate today]: https://palletsprojects.com/donate
-
-## Contributing
-
-See our [detailed contributing documentation][contrib] for many ways to
-contribute, including reporting issues, requesting features, asking or answering
-questions, and making PRs.
-
-[contrib]: https://palletsprojects.com/contributing/
-
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/RECORD b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/RECORD
deleted file mode 100644
index e8997cd..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/RECORD
+++ /dev/null
@@ -1,38 +0,0 @@
-click-8.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
-click-8.2.1.dist-info/METADATA,sha256=dI1MbhHTLoKD2tNCCGnx9rK2gok23HDNylFeLKdLSik,2471
-click-8.2.1.dist-info/RECORD,,
-click-8.2.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
-click-8.2.1.dist-info/licenses/LICENSE.txt,sha256=morRBqOU6FO_4h9C9OctWSgZoigF2ZG18ydQKSkrZY0,1475
-click/__init__.py,sha256=6YyS1aeyknZ0LYweWozNZy0A9nZ_11wmYIhv3cbQrYo,4473
-click/__pycache__/__init__.cpython-313.pyc,,
-click/__pycache__/_compat.cpython-313.pyc,,
-click/__pycache__/_termui_impl.cpython-313.pyc,,
-click/__pycache__/_textwrap.cpython-313.pyc,,
-click/__pycache__/_winconsole.cpython-313.pyc,,
-click/__pycache__/core.cpython-313.pyc,,
-click/__pycache__/decorators.cpython-313.pyc,,
-click/__pycache__/exceptions.cpython-313.pyc,,
-click/__pycache__/formatting.cpython-313.pyc,,
-click/__pycache__/globals.cpython-313.pyc,,
-click/__pycache__/parser.cpython-313.pyc,,
-click/__pycache__/shell_completion.cpython-313.pyc,,
-click/__pycache__/termui.cpython-313.pyc,,
-click/__pycache__/testing.cpython-313.pyc,,
-click/__pycache__/types.cpython-313.pyc,,
-click/__pycache__/utils.cpython-313.pyc,,
-click/_compat.py,sha256=v3xBZkFbvA1BXPRkFfBJc6-pIwPI7345m-kQEnpVAs4,18693
-click/_termui_impl.py,sha256=ASXhLi9IQIc0Js9KQSS-3-SLZcPet3VqysBf9WgbbpI,26712
-click/_textwrap.py,sha256=BOae0RQ6vg3FkNgSJyOoGzG1meGMxJ_ukWVZKx_v-0o,1400
-click/_winconsole.py,sha256=_vxUuUaxwBhoR0vUWCNuHY8VUefiMdCIyU2SXPqoF-A,8465
-click/core.py,sha256=gUhpNS9cFBGdEXXdisGVG-eRvGf49RTyFagxulqwdFw,117343
-click/decorators.py,sha256=5P7abhJtAQYp_KHgjUvhMv464ERwOzrv2enNknlwHyQ,18461
-click/exceptions.py,sha256=1rdtXgHJ1b3OjGkN-UpXB9t_HCBihJvh_DtpmLmwn9s,9891
-click/formatting.py,sha256=Bhqx4QXdKQ9W4WKknIwj5KPKFmtduGOuGq1yw_THLZ8,9726
-click/globals.py,sha256=gM-Nh6A4M0HB_SgkaF5M4ncGGMDHc_flHXu9_oh4GEU,1923
-click/parser.py,sha256=nU1Ah2p11q29ul1vNdU9swPo_PUuKrxU6YXToi71q1c,18979
-click/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
-click/shell_completion.py,sha256=CQSGdjgun4ORbOZrXP0CVhEtPx4knsufOkRsDiK64cM,19857
-click/termui.py,sha256=vAYrKC2a7f_NfEIhAThEVYfa__ib5XQbTSCGtJlABRA,30847
-click/testing.py,sha256=2eLdAaCJCGToP5Tw-XN8JjrDb3wbJIfARxg3d0crW5M,18702
-click/types.py,sha256=KBTRxN28cR1VZ5mb9iJX98MQSw_p9SGzljqfEI8z5Tw,38389
-click/utils.py,sha256=b1Mm-usEDBHtEwcPltPIn3zSK4nw2KTp5GC7_oSTlLo,20245
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/WHEEL b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/WHEEL
deleted file mode 100644
index d8b9936..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/WHEEL
+++ /dev/null
@@ -1,4 +0,0 @@
-Wheel-Version: 1.0
-Generator: flit 3.12.0
-Root-Is-Purelib: true
-Tag: py3-none-any
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/licenses/LICENSE.txt b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/licenses/LICENSE.txt
deleted file mode 100644
index d12a849..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/click-8.2.1.dist-info/licenses/LICENSE.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Copyright 2014 Pallets
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
-3. Neither the name of the copyright holder nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
-TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/INSTALLER b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/INSTALLER
deleted file mode 100644
index a1b589e..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/INSTALLER
+++ /dev/null
@@ -1 +0,0 @@
-pip
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/METADATA b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/METADATA
deleted file mode 100644
index 15080bb..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/METADATA
+++ /dev/null
@@ -1,139 +0,0 @@
-Metadata-Version: 2.4
-Name: cryptography
-Version: 46.0.5
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: Natural Language :: English
-Classifier: Operating System :: MacOS :: MacOS X
-Classifier: Operating System :: POSIX
-Classifier: Operating System :: POSIX :: BSD
-Classifier: Operating System :: POSIX :: Linux
-Classifier: Operating System :: Microsoft :: Windows
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3 :: Only
-Classifier: Programming Language :: Python :: 3.8
-Classifier: Programming Language :: Python :: 3.9
-Classifier: Programming Language :: Python :: 3.10
-Classifier: Programming Language :: Python :: 3.11
-Classifier: Programming Language :: Python :: 3.12
-Classifier: Programming Language :: Python :: 3.13
-Classifier: Programming Language :: Python :: 3.14
-Classifier: Programming Language :: Python :: Implementation :: CPython
-Classifier: Programming Language :: Python :: Implementation :: PyPy
-Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
-Classifier: Topic :: Security :: Cryptography
-Requires-Dist: cffi>=1.14 ; python_full_version == '3.8.*' and platform_python_implementation != 'PyPy'
-Requires-Dist: cffi>=2.0.0 ; python_full_version >= '3.9' and platform_python_implementation != 'PyPy'
-Requires-Dist: typing-extensions>=4.13.2 ; python_full_version < '3.11'
-Requires-Dist: bcrypt>=3.1.5 ; extra == 'ssh'
-Requires-Dist: nox[uv]>=2024.4.15 ; extra == 'nox'
-Requires-Dist: cryptography-vectors==46.0.5 ; extra == 'test'
-Requires-Dist: pytest>=7.4.0 ; extra == 'test'
-Requires-Dist: pytest-benchmark>=4.0 ; extra == 'test'
-Requires-Dist: pytest-cov>=2.10.1 ; extra == 'test'
-Requires-Dist: pytest-xdist>=3.5.0 ; extra == 'test'
-Requires-Dist: pretend>=0.7 ; extra == 'test'
-Requires-Dist: certifi>=2024 ; extra == 'test'
-Requires-Dist: pytest-randomly ; extra == 'test-randomorder'
-Requires-Dist: sphinx>=5.3.0 ; extra == 'docs'
-Requires-Dist: sphinx-rtd-theme>=3.0.0 ; extra == 'docs'
-Requires-Dist: sphinx-inline-tabs ; extra == 'docs'
-Requires-Dist: pyenchant>=3 ; extra == 'docstest'
-Requires-Dist: readme-renderer>=30.0 ; extra == 'docstest'
-Requires-Dist: sphinxcontrib-spelling>=7.3.1 ; extra == 'docstest'
-Requires-Dist: build>=1.0.0 ; extra == 'sdist'
-Requires-Dist: ruff>=0.11.11 ; extra == 'pep8test'
-Requires-Dist: mypy>=1.14 ; extra == 'pep8test'
-Requires-Dist: check-sdist ; extra == 'pep8test'
-Requires-Dist: click>=8.0.1 ; extra == 'pep8test'
-Provides-Extra: ssh
-Provides-Extra: nox
-Provides-Extra: test
-Provides-Extra: test-randomorder
-Provides-Extra: docs
-Provides-Extra: docstest
-Provides-Extra: sdist
-Provides-Extra: pep8test
-License-File: LICENSE
-License-File: LICENSE.APACHE
-License-File: LICENSE.BSD
-Summary: cryptography is a package which provides cryptographic recipes and primitives to Python developers.
-Author-email: The Python Cryptographic Authority and individual contributors
-License-Expression: Apache-2.0 OR BSD-3-Clause
-Requires-Python: >=3.8, !=3.9.0, !=3.9.1
-Description-Content-Type: text/x-rst; charset=UTF-8
-Project-URL: homepage, https://github.com/pyca/cryptography
-Project-URL: documentation, https://cryptography.io/
-Project-URL: source, https://github.com/pyca/cryptography/
-Project-URL: issues, https://github.com/pyca/cryptography/issues
-Project-URL: changelog, https://cryptography.io/en/latest/changelog/
-
-pyca/cryptography
-=================
-
-.. image:: https://img.shields.io/pypi/v/cryptography.svg
- :target: https://pypi.org/project/cryptography/
- :alt: Latest Version
-
-.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest
- :target: https://cryptography.io
- :alt: Latest Docs
-
-.. image:: https://github.com/pyca/cryptography/actions/workflows/ci.yml/badge.svg
- :target: https://github.com/pyca/cryptography/actions/workflows/ci.yml?query=branch%3Amain
-
-``cryptography`` is a package which provides cryptographic recipes and
-primitives to Python developers. Our goal is for it to be your "cryptographic
-standard library". It supports Python 3.8+ and PyPy3 7.3.11+.
-
-``cryptography`` includes both high level recipes and low level interfaces to
-common cryptographic algorithms such as symmetric ciphers, message digests, and
-key derivation functions. For example, to encrypt something with
-``cryptography``'s high level symmetric encryption recipe:
-
-.. code-block:: pycon
-
- >>> from cryptography.fernet import Fernet
- >>> # Put this somewhere safe!
- >>> key = Fernet.generate_key()
- >>> f = Fernet(key)
- >>> token = f.encrypt(b"A really secret message. Not for prying eyes.")
- >>> token
- b'...'
- >>> f.decrypt(token)
- b'A really secret message. Not for prying eyes.'
-
-You can find more information in the `documentation`_.
-
-You can install ``cryptography`` with:
-
-.. code-block:: console
-
- $ pip install cryptography
-
-For full details see `the installation documentation`_.
-
-Discussion
-~~~~~~~~~~
-
-If you run into bugs, you can file them in our `issue tracker`_.
-
-We maintain a `cryptography-dev`_ mailing list for development discussion.
-
-You can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get
-involved.
-
-Security
-~~~~~~~~
-
-Need to report a security issue? Please consult our `security reporting`_
-documentation.
-
-
-.. _`documentation`: https://cryptography.io/
-.. _`the installation documentation`: https://cryptography.io/en/latest/installation/
-.. _`issue tracker`: https://github.com/pyca/cryptography/issues
-.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev
-.. _`security reporting`: https://cryptography.io/en/latest/security/
-
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/RECORD b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/RECORD
deleted file mode 100644
index 5d68585..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/RECORD
+++ /dev/null
@@ -1,180 +0,0 @@
-cryptography-46.0.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
-cryptography-46.0.5.dist-info/METADATA,sha256=aOYB9_B-Ccske76ncMz-w9c_VnzYihv_7kxZlt2i2WQ,5748
-cryptography-46.0.5.dist-info/RECORD,,
-cryptography-46.0.5.dist-info/WHEEL,sha256=8hEf8NzM1FnmM77AjVt5h8nDuYkN3UqZ79LoIAHXeRE,95
-cryptography-46.0.5.dist-info/licenses/LICENSE,sha256=Pgx8CRqUi4JTO6mP18u0BDLW8amsv4X1ki0vmak65rs,197
-cryptography-46.0.5.dist-info/licenses/LICENSE.APACHE,sha256=qsc7MUj20dcRHbyjIJn2jSbGRMaBOuHk8F9leaomY_4,11360
-cryptography-46.0.5.dist-info/licenses/LICENSE.BSD,sha256=YCxMdILeZHndLpeTzaJ15eY9dz2s0eymiSMqtwCPtPs,1532
-cryptography/__about__.py,sha256=GWg4NAxg4vsSKUwmDy1HjUeAOhqTA46wIhiY6i03NSU,445
-cryptography/__init__.py,sha256=mthuUrTd4FROCpUYrTIqhjz6s6T9djAZrV7nZ1oMm2o,364
-cryptography/__pycache__/__about__.cpython-313.pyc,,
-cryptography/__pycache__/__init__.cpython-313.pyc,,
-cryptography/__pycache__/exceptions.cpython-313.pyc,,
-cryptography/__pycache__/fernet.cpython-313.pyc,,
-cryptography/__pycache__/utils.cpython-313.pyc,,
-cryptography/exceptions.py,sha256=835EWILc2fwxw-gyFMriciC2SqhViETB10LBSytnDIc,1087
-cryptography/fernet.py,sha256=3Cvxkh0KJSbX8HbnCHu4wfCW7U0GgfUA3v_qQ8a8iWc,6963
-cryptography/hazmat/__init__.py,sha256=5IwrLWrVp0AjEr_4FdWG_V057NSJGY_W4egNNsuct0g,455
-cryptography/hazmat/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/__pycache__/_oid.cpython-313.pyc,,
-cryptography/hazmat/_oid.py,sha256=p8ThjwJB56Ci_rAIrjyJ1f8VjgD6e39es2dh8JIUBOw,17240
-cryptography/hazmat/asn1/__init__.py,sha256=hS_EWx3wVvZzfbCcNV8hzcDnyMM8H-BhIoS1TipUosk,293
-cryptography/hazmat/asn1/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/asn1/__pycache__/asn1.cpython-313.pyc,,
-cryptography/hazmat/asn1/asn1.py,sha256=eMEThEXa19LQjcyVofgHsW6tsZnjp3ddH7bWkkcxfLM,3860
-cryptography/hazmat/backends/__init__.py,sha256=O5jvKFQdZnXhKeqJ-HtulaEL9Ni7mr1mDzZY5kHlYhI,361
-cryptography/hazmat/backends/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/backends/openssl/__init__.py,sha256=p3jmJfnCag9iE5sdMrN6VvVEu55u46xaS_IjoI0SrmA,305
-cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-313.pyc,,
-cryptography/hazmat/backends/openssl/backend.py,sha256=tV5AxBoFJ2GfA0DMWSY-0TxQJrpQoexzI9R4Kybb--4,10215
-cryptography/hazmat/bindings/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180
-cryptography/hazmat/bindings/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/bindings/_rust.pyd,sha256=knGoVIXvM_YJK_uAE8So79A94TE14UB_CTtgTk71420,9110528
-cryptography/hazmat/bindings/_rust/__init__.pyi,sha256=KhqLhXFPArPzzJ7DYO9Fl8FoXB_BagAd_r4Dm_Ze9Xo,1257
-cryptography/hazmat/bindings/_rust/_openssl.pyi,sha256=mpNJLuYLbCVrd5i33FBTmWwL_55Dw7JPkSLlSX9Q7oI,230
-cryptography/hazmat/bindings/_rust/asn1.pyi,sha256=BrGjC8J6nwuS-r3EVcdXJB8ndotfY9mbQYOfpbPG0HA,354
-cryptography/hazmat/bindings/_rust/declarative_asn1.pyi,sha256=2ECFmYue1EPkHEE2Bm7aLwkjB0mSUTpr23v9MN4pri4,892
-cryptography/hazmat/bindings/_rust/exceptions.pyi,sha256=exXr2xw_0pB1kk93cYbM3MohbzoUkjOms1ZMUi0uQZE,640
-cryptography/hazmat/bindings/_rust/ocsp.pyi,sha256=VPVWuKHI9EMs09ZLRYAGvR0Iz0mCMmEzXAkgJHovpoM,4020
-cryptography/hazmat/bindings/_rust/openssl/__init__.pyi,sha256=iOAMDyHoNwwCSZfZzuXDr64g4GpGUeDgEN-LjXqdrBM,1522
-cryptography/hazmat/bindings/_rust/openssl/aead.pyi,sha256=4Nddw6-ynzIB3w2W86WvkGKTLlTDk_6F5l54RHCuy3E,2688
-cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi,sha256=LhPzHWSXJq4grAJXn6zSvSSdV-aYIIscHDwIPlJGGPs,1315
-cryptography/hazmat/bindings/_rust/openssl/cmac.pyi,sha256=nPH0X57RYpsAkRowVpjQiHE566ThUTx7YXrsadmrmHk,564
-cryptography/hazmat/bindings/_rust/openssl/dh.pyi,sha256=Z3TC-G04-THtSdAOPLM1h2G7ml5bda1ElZUcn5wpuhk,1564
-cryptography/hazmat/bindings/_rust/openssl/dsa.pyi,sha256=qBtkgj2albt2qFcnZ9UDrhzoNhCVO7HTby5VSf1EXMI,1299
-cryptography/hazmat/bindings/_rust/openssl/ec.pyi,sha256=zJy0pRa5n-_p2dm45PxECB_-B6SVZyNKfjxFDpPqT38,1691
-cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi,sha256=VXfXd5G6hUivg399R1DYdmW3eTb0EebzDTqjRC2gaRw,532
-cryptography/hazmat/bindings/_rust/openssl/ed448.pyi,sha256=Yx49lqdnjsD7bxiDV1kcaMrDktug5evi5a6zerMiy2s,514
-cryptography/hazmat/bindings/_rust/openssl/hashes.pyi,sha256=OWZvBx7xfo_HJl41Nc--DugVyCVPIprZ3HlOPTSWH9g,984
-cryptography/hazmat/bindings/_rust/openssl/hmac.pyi,sha256=BXZn7NDjL3JAbYW0SQ8pg1iyC5DbQXVhUAiwsi8DFR8,702
-cryptography/hazmat/bindings/_rust/openssl/kdf.pyi,sha256=xXfFBb9QehHfDtEaxV_65Z0YK7NquOVIChpTLkgAs_k,2029
-cryptography/hazmat/bindings/_rust/openssl/keys.pyi,sha256=teIt8M6ZEMJrn4s3W0UnW0DZ-30Jd68WnSsKKG124l0,912
-cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi,sha256=_SW9NtQ5FDlAbdclFtWpT4lGmxKIKHpN-4j8J2BzYfQ,585
-cryptography/hazmat/bindings/_rust/openssl/rsa.pyi,sha256=2OQCNSXkxgc-3uw1xiCCloIQTV6p9_kK79Yu0rhZgPc,1364
-cryptography/hazmat/bindings/_rust/openssl/x25519.pyi,sha256=ewn4GpQyb7zPwE-ni7GtyQgMC0A1mLuqYsSyqv6nI_s,523
-cryptography/hazmat/bindings/_rust/openssl/x448.pyi,sha256=juTZTmli8jO_5Vcufg-vHvx_tCyezmSLIh_9PU3TczI,505
-cryptography/hazmat/bindings/_rust/pkcs12.pyi,sha256=vEEd5wDiZvb8ZGFaziLCaWLzAwoG_tvPUxLQw5_uOl8,1605
-cryptography/hazmat/bindings/_rust/pkcs7.pyi,sha256=txGBJijqZshEcqra6byPNbnisIdlxzOSIHP2hl9arPs,1601
-cryptography/hazmat/bindings/_rust/test_support.pyi,sha256=PPhld-WkO743iXFPebeG0LtgK0aTzGdjcIsay1Gm5GE,757
-cryptography/hazmat/bindings/_rust/x509.pyi,sha256=n9X0IQ6ICbdIi-ExdCFZoBgeY6njm3QOVAVZwDQdnbk,9784
-cryptography/hazmat/bindings/openssl/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180
-cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-313.pyc,,
-cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-313.pyc,,
-cryptography/hazmat/bindings/openssl/_conditional.py,sha256=DMOpA_XN4l70zTc5_J9DpwlbQeUBRTWpfIJ4yRIn1-U,5791
-cryptography/hazmat/bindings/openssl/binding.py,sha256=x8eocEmukO4cm7cHqfVmOoYY7CCXdoF1v1WhZQt9neo,4610
-cryptography/hazmat/decrepit/__init__.py,sha256=wHCbWfaefa-fk6THSw9th9fJUsStJo7245wfFBqmduA,216
-cryptography/hazmat/decrepit/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/decrepit/ciphers/__init__.py,sha256=wHCbWfaefa-fk6THSw9th9fJUsStJo7245wfFBqmduA,216
-cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-313.pyc,,
-cryptography/hazmat/decrepit/ciphers/algorithms.py,sha256=YrKgHS4MfwWaMmPBYRymRRlC0phwWp9ycICFezeJPGk,2595
-cryptography/hazmat/primitives/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180
-cryptography/hazmat/primitives/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/_serialization.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/cmac.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/constant_time.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/hashes.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/hmac.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/keywrap.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/padding.cpython-313.pyc,,
-cryptography/hazmat/primitives/__pycache__/poly1305.cpython-313.pyc,,
-cryptography/hazmat/primitives/_asymmetric.py,sha256=RhgcouUB6HTiFDBrR1LxqkMjpUxIiNvQ1r_zJjRG6qQ,532
-cryptography/hazmat/primitives/_cipheralgorithm.py,sha256=Eh3i7lwedHfi0eLSsH93PZxQKzY9I6lkK67vL4V5tOc,1522
-cryptography/hazmat/primitives/_serialization.py,sha256=chgPCSF2jxI2Cr5gB-qbWXOvOfupBh4CARS0KAhv9AM,5123
-cryptography/hazmat/primitives/asymmetric/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180
-cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-313.pyc,,
-cryptography/hazmat/primitives/asymmetric/dh.py,sha256=0v_vEFFz5pQ1QG-FkWDyvgv7IfuVZSH5Q6LyFI5A8rg,3645
-cryptography/hazmat/primitives/asymmetric/dsa.py,sha256=Ld_bbbqQFz12dObHxIkzEQzX0SWWP41RLSWkYSaKhqE,4213
-cryptography/hazmat/primitives/asymmetric/ec.py,sha256=dj0ZR_jTVI1wojjipjbXNVccPSIRObWxSZcTGQKGbHc,13437
-cryptography/hazmat/primitives/asymmetric/ed25519.py,sha256=jZW5cs472wXXV3eB0sE1b8w64gdazwwU0_MT5UOTiXs,3700
-cryptography/hazmat/primitives/asymmetric/ed448.py,sha256=yAetgn2f2JYf0BO8MapGzXeThsvSMG5LmUCrxVOidAA,3729
-cryptography/hazmat/primitives/asymmetric/padding.py,sha256=vQ6l6gOg9HqcbOsvHrSiJRVLdEj9L4m4HkRGYziTyFA,2854
-cryptography/hazmat/primitives/asymmetric/rsa.py,sha256=ZnKOo2f34MCCOupC03Y1uR-_jiSG5IrelHEmxaME3D4,8303
-cryptography/hazmat/primitives/asymmetric/types.py,sha256=LnsOJym-wmPUJ7Knu_7bCNU3kIiELCd6krOaW_JU08I,2996
-cryptography/hazmat/primitives/asymmetric/utils.py,sha256=DPTs6T4F-UhwzFQTh-1fSEpQzazH2jf2xpIro3ItF4o,790
-cryptography/hazmat/primitives/asymmetric/x25519.py,sha256=_4nQeZ3yJ3Lg0RpXnaqA-1yt6vbx1F-wzLcaZHwSpeE,3613
-cryptography/hazmat/primitives/asymmetric/x448.py,sha256=WKBLtuVfJqiBRro654fGaQAlvsKbqbNkK7c4A_ZCdV0,3642
-cryptography/hazmat/primitives/ciphers/__init__.py,sha256=eyEXmjk6_CZXaOPYDr7vAYGXr29QvzgWL2-4CSolLFs,680
-cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/primitives/ciphers/__pycache__/aead.cpython-313.pyc,,
-cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-313.pyc,,
-cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-313.pyc,,
-cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-313.pyc,,
-cryptography/hazmat/primitives/ciphers/aead.py,sha256=Fzlyx7w8KYQakzDp1zWgJnIr62zgZrgVh1u2h4exB54,634
-cryptography/hazmat/primitives/ciphers/algorithms.py,sha256=Q7ZJwcsx83Mgxv5y7r6CyJKSdsOwC-my-5A67-ma2vw,3407
-cryptography/hazmat/primitives/ciphers/base.py,sha256=aBC7HHBBoixebmparVr0UlODs3VD0A7B6oz_AaRjDv8,4253
-cryptography/hazmat/primitives/ciphers/modes.py,sha256=20stpwhDtbAvpH0SMf9EDHIciwmTF-JMBUOZ9bU8WiQ,8318
-cryptography/hazmat/primitives/cmac.py,sha256=sz_s6H_cYnOvx-VNWdIKhRhe3Ymp8z8J0D3CBqOX3gg,338
-cryptography/hazmat/primitives/constant_time.py,sha256=xdunWT0nf8OvKdcqUhhlFKayGp4_PgVJRU2W1wLSr_A,422
-cryptography/hazmat/primitives/hashes.py,sha256=M8BrlKB3U6DEtHvWTV5VRjpteHv1kS3Zxm_Bsk04cr8,5184
-cryptography/hazmat/primitives/hmac.py,sha256=RpB3z9z5skirCQrm7zQbtnp9pLMnAjrlTUvKqF5aDDc,423
-cryptography/hazmat/primitives/kdf/__init__.py,sha256=4XibZnrYq4hh5xBjWiIXzaYW6FKx8hPbVaa_cB9zS64,750
-cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/primitives/kdf/__pycache__/argon2.cpython-313.pyc,,
-cryptography/hazmat/primitives/kdf/__pycache__/concatkdf.cpython-313.pyc,,
-cryptography/hazmat/primitives/kdf/__pycache__/hkdf.cpython-313.pyc,,
-cryptography/hazmat/primitives/kdf/__pycache__/kbkdf.cpython-313.pyc,,
-cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-313.pyc,,
-cryptography/hazmat/primitives/kdf/__pycache__/scrypt.cpython-313.pyc,,
-cryptography/hazmat/primitives/kdf/__pycache__/x963kdf.cpython-313.pyc,,
-cryptography/hazmat/primitives/kdf/argon2.py,sha256=UFDNXG0v-rw3DqAQTB1UQAsQC2M5Ejg0k_6OCyhLKus,460
-cryptography/hazmat/primitives/kdf/concatkdf.py,sha256=Ua8KoLXXnzgsrAUmHpyKymaPt8aPRP0EHEaBz7QCQ9I,3737
-cryptography/hazmat/primitives/kdf/hkdf.py,sha256=M0lAEfRoc4kpp4-nwDj9yB-vNZukIOYEQrUlWsBNn9o,543
-cryptography/hazmat/primitives/kdf/kbkdf.py,sha256=oZepvo4evhKkkJQWRDwaPoIbyTaFmDc5NPimxg6lfKg,9165
-cryptography/hazmat/primitives/kdf/pbkdf2.py,sha256=1WIwhELR0w8ztTpTu8BrFiYWmK3hUfJq08I79TxwieE,1957
-cryptography/hazmat/primitives/kdf/scrypt.py,sha256=XyWUdUUmhuI9V6TqAPOvujCSMGv1XQdg0a21IWCmO-U,590
-cryptography/hazmat/primitives/kdf/x963kdf.py,sha256=zLTcF665QFvXX2f8TS7fmBZTteXpFjKahzfjjQcCJyw,1999
-cryptography/hazmat/primitives/keywrap.py,sha256=XV4Pj2fqSeD-RqZVvY2cA3j5_7RwJSFygYuLfk2ujCo,5650
-cryptography/hazmat/primitives/padding.py,sha256=QT-U-NvV2eQGO1wVPbDiNGNSc9keRDS-ig5cQOrLz0E,1865
-cryptography/hazmat/primitives/poly1305.py,sha256=P5EPQV-RB_FJPahpg01u0Ts4S_PnAmsroxIGXbGeRRo,355
-cryptography/hazmat/primitives/serialization/__init__.py,sha256=Q7uTgDlt7n3WfsMT6jYwutC6DIg_7SEeoAm1GHZ5B5E,1705
-cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-313.pyc,,
-cryptography/hazmat/primitives/serialization/__pycache__/pkcs12.cpython-313.pyc,,
-cryptography/hazmat/primitives/serialization/__pycache__/pkcs7.cpython-313.pyc,,
-cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-313.pyc,,
-cryptography/hazmat/primitives/serialization/base.py,sha256=ikq5MJIwp_oUnjiaBco_PmQwOTYuGi-XkYUYHKy8Vo0,615
-cryptography/hazmat/primitives/serialization/pkcs12.py,sha256=mS9cFNG4afzvseoc5e1MWoY2VskfL8N8Y_OFjl67luY,5104
-cryptography/hazmat/primitives/serialization/pkcs7.py,sha256=5OR_Tkysxaprn4FegvJIfbep9rJ9wok6FLWvWwQ5-Mg,13943
-cryptography/hazmat/primitives/serialization/ssh.py,sha256=hPV5obFznz0QhFfXFPOeQ8y6MsurA0xVMQiLnLESEs8,53700
-cryptography/hazmat/primitives/twofactor/__init__.py,sha256=tmMZGB-g4IU1r7lIFqASU019zr0uPp_wEBYcwdDCKCA,258
-cryptography/hazmat/primitives/twofactor/__pycache__/__init__.cpython-313.pyc,,
-cryptography/hazmat/primitives/twofactor/__pycache__/hotp.cpython-313.pyc,,
-cryptography/hazmat/primitives/twofactor/__pycache__/totp.cpython-313.pyc,,
-cryptography/hazmat/primitives/twofactor/hotp.py,sha256=ivZo5BrcCGWLsqql4nZV0XXCjyGPi_iHfDFltGlOJwk,3256
-cryptography/hazmat/primitives/twofactor/totp.py,sha256=m5LPpRL00kp4zY8gTjr55Hfz9aMlPS53kHmVkSQCmdY,1652
-cryptography/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
-cryptography/utils.py,sha256=nFHkPQZycOQGeBtBRkWSA4WjOHFo7pwummQt-PPSkZc,4349
-cryptography/x509/__init__.py,sha256=xloN0swseNx-m2WFZmCA17gOoxQWqeU82UVjEdJBePQ,8257
-cryptography/x509/__pycache__/__init__.cpython-313.pyc,,
-cryptography/x509/__pycache__/base.cpython-313.pyc,,
-cryptography/x509/__pycache__/certificate_transparency.cpython-313.pyc,,
-cryptography/x509/__pycache__/extensions.cpython-313.pyc,,
-cryptography/x509/__pycache__/general_name.cpython-313.pyc,,
-cryptography/x509/__pycache__/name.cpython-313.pyc,,
-cryptography/x509/__pycache__/ocsp.cpython-313.pyc,,
-cryptography/x509/__pycache__/oid.cpython-313.pyc,,
-cryptography/x509/__pycache__/verification.cpython-313.pyc,,
-cryptography/x509/base.py,sha256=OrmTw3y8B6AE_nGXQPN8x9kq-d7rDWeH13gCq6T6D6U,27997
-cryptography/x509/certificate_transparency.py,sha256=JqoOIDhlwInrYMFW6IFn77WJ0viF-PB_rlZV3vs9MYc,797
-cryptography/x509/extensions.py,sha256=QxYrqR6SF1qzR9ZraP8wDiIczlEVlAFuwDRVcltB6Tk,77724
-cryptography/x509/general_name.py,sha256=sP_rV11Qlpsk4x3XXGJY_Mv0Q_s9dtjeLckHsjpLQoQ,7836
-cryptography/x509/name.py,sha256=ty0_xf0LnHwZAdEf-d8FLO1K4hGqx_7DsD3CHwoLJiY,15101
-cryptography/x509/ocsp.py,sha256=Yey6NdFV1MPjop24Mj_VenjEpg3kUaMopSWOK0AbeBs,12699
-cryptography/x509/oid.py,sha256=BUzgXXGVWilkBkdKPTm9R4qElE9gAGHgdYPMZAp7PJo,931
-cryptography/x509/verification.py,sha256=gR2C2c-XZQtblZhT5T5vjSKOtCb74ef2alPVmEcwFlM,958
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/WHEEL b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/WHEEL
deleted file mode 100644
index dcfb13d..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/WHEEL
+++ /dev/null
@@ -1,4 +0,0 @@
-Wheel-Version: 1.0
-Generator: maturin (1.9.4)
-Root-Is-Purelib: false
-Tag: cp311-abi3-win_amd64
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE
deleted file mode 100644
index b11f379..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE
+++ /dev/null
@@ -1,3 +0,0 @@
-This software is made available under the terms of *either* of the licenses
-found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made
-under the terms of *both* these licenses.
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE.APACHE b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE.APACHE
deleted file mode 100644
index 62589ed..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE.APACHE
+++ /dev/null
@@ -1,202 +0,0 @@
-
- Apache License
- Version 2.0, January 2004
- https://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE.BSD b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE.BSD
deleted file mode 100644
index ec1a29d..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/cryptography-46.0.5.dist-info/licenses/LICENSE.BSD
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright (c) Individual contributors.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- 3. Neither the name of PyCA Cryptography nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/custom_sites.inf b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/custom_sites.inf
deleted file mode 100644
index 38f3bf8..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/custom_sites.inf
+++ /dev/null
@@ -1,12 +0,0 @@
-# AUTARCH Adult Site Scanner - Bulk Import File
-# Add one domain per line (without http:// or https://)
-# Lines starting with # are comments
-#
-# Example:
-# example.com
-# another-site.net
-# subdomain.site.org
-#
-# After adding domains, run Bulk Import [B] again
-# and provide a test username that exists on these sites.
-
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/android_protect/58051FDCG004EJ/honeypot_config.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/android_protect/58051FDCG004EJ/honeypot_config.json
deleted file mode 100644
index 668de89..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/android_protect/58051FDCG004EJ/honeypot_config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "active": true,
- "tier": 2,
- "protections": {
- "private_dns": "adguard",
- "ad_opt_out": true,
- "location_accuracy": true,
- "diagnostics": true
- },
- "activated_at": "2026-02-21T02:55:28.439016"
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260217_145129.pcap b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260217_145129.pcap
deleted file mode 100644
index 1a14bc1..0000000
Binary files a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260217_145129.pcap and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260217_145237.pcap b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260217_145237.pcap
deleted file mode 100644
index 3ded03a..0000000
Binary files a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260217_145237.pcap and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260220_045252.pcap b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260220_045252.pcap
deleted file mode 100644
index c1b1a14..0000000
Binary files a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260220_045252.pcap and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260302_233050.pcap b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260302_233050.pcap
deleted file mode 100644
index d5db23a..0000000
Binary files a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/captures/capture_20260302_233050.pcap and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/certs/autarch.crt b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/certs/autarch.crt
deleted file mode 100644
index e0b627c..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/certs/autarch.crt
+++ /dev/null
@@ -1,19 +0,0 @@
------BEGIN CERTIFICATE-----
-MIIDKTCCAhGgAwIBAgIUfA3Sef+54+/zn/axqGK99cxqyYkwDQYJKoZIhvcNAQEL
-BQAwJDEQMA4GA1UEAwwHQVVUQVJDSDEQMA4GA1UECgwHZGFya0hhbDAeFw0yNjAy
-MjExMTAyMTVaFw0zNjAyMTkxMTAyMTVaMCQxEDAOBgNVBAMMB0FVVEFSQ0gxEDAO
-BgNVBAoMB2RhcmtIYWwwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5
-2L7xG2kZLj8u1aA0qFd9Xohxa0XG1K0xhTkWJmNOjgRdRO9RejWhKvpa2DJNTO9L
-LyEO8bRH56zKcgFofAJRe4GjCSk3OefBcuCKHBWN+hB1YRu+7spaoTxZ1m5dRP1o
-DvsRe/nSA69xGsEbX8Zuc/ROCsaV4LACOBYSMQkOKTWWpTu2cLJyuW/sqHn5REzp
-Bndw1sp5p+TCc2+Pf+dCEx1V2lXCt2sWC5jTHvPzwGgy9jNXi+CtKMJRlGrHUmBW
-a9woL3caOdAp1i9t6VmXeRO3PBYsByeyuGJoREVRThHu+ZhzQkz3oHGFO5YJbu/o
-OKWwWJ9mQUl6jF1uwNTtAgMBAAGjUzBRMB0GA1UdDgQWBBS3bxJnHddd56q+WltD
-VsbewxdDVDAfBgNVHSMEGDAWgBS3bxJnHddd56q+WltDVsbewxdDVDAPBgNVHRMB
-Af8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQCceD5savXA4dhGUss0D8DPIvSg
-DS3mjnJtaD7SFqfDmyqM8W9ocQK7yrzdQiywZT+dI8dCnVm1hB5e5l3lTZwTLU41
-XLq4WdHBeimwWIuZl+pKKvXcQUHUkK4epJFrt6mj0onExNSDNI4i7Xk+XnMVIu35
-VrF6IhLrD2AznQyOqY0WeLGmoXe3FT5caUiTm5Kg28xTJC9m7hDOFE34d0Aqb+U1
-U4GFlmXor+MdNKYTEJJy3pslxEZOiRNiiLKWjecYrcKfSk0LY/8TkqVB44pZBQZB
-6naQfFuuxDtEa6bHM0q+P/6HM35tpEu6TEJ1eU/yRrejhySFIHfKTjy/WXsm
------END CERTIFICATE-----
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/certs/phishmail/mail.google.com.crt b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/certs/phishmail/mail.google.com.crt
deleted file mode 100644
index aa0fa23..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/certs/phishmail/mail.google.com.crt
+++ /dev/null
@@ -1,20 +0,0 @@
------BEGIN CERTIFICATE-----
-MIIDWTCCAkGgAwIBAgIUOzmq7jW+wmCJdR9vdQNaC7/DJCwwDQYJKoZIhvcNAQEL
-BQAwPDEYMBYGA1UEAwwPbWFpbC5nb29nbGUuY29tMRMwEQYDVQQKDApHb29nbGUg
-TExDMQswCQYDVQQGEwJVUzAeFw0yNjAzMDMxMjA2MDFaFw0yNzAzMDMxMjA2MDFa
-MDwxGDAWBgNVBAMMD21haWwuZ29vZ2xlLmNvbTETMBEGA1UECgwKR29vZ2xlIExM
-QzELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCO
-dJygnzih+j44Z7O08n8lWfIpkEBFQtLeoWWbUhi66uIGnISw0x41LxQRSa0pM/cK
-1dkQV9olBxOcmFY6XaT8YP7AXt5NkvH0Y/3vE2JHRJpxw0W8ug2tX4pwWCXMkJn2
-/Ih2d/VBzDLKp4UK+KTse+2qrFRsvReoOuWzXBqpLC2Ch4pvz1skmjA/hsH7OiWx
-ADeBrtphh+1vHhMM27x6D0i3K0tSvhoZBamjXt7qzjPtPGj7dXlHB+S6LkAJC5pF
-vL5GYTc5gSceoUzgBFWVVfLP2TYYyDpss/LFnWnvWMqqrvsW8WNaMmHeOI9RA+Q+
-rcOjxi7VwDmjm6iwvWFNAgMBAAGjUzBRMB0GA1UdDgQWBBQzYwznwTj7ZM89NikD
-ty1B33oAlDAfBgNVHSMEGDAWgBQzYwznwTj7ZM89NikDty1B33oAlDAPBgNVHRMB
-Af8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBhp5GxpRz0lw4uRhJvw3ewhPX6
-UHBnWqMb3g4e3zc7RVWqcN4gj9j4ZTFoJxOs2Hw+VfO1i+x3/f4CSxmFrd6FcqNl
-B7rRl1+9zup6Me2EQ+XM6mS4Xwf6gmjSvetpcpJAk42c52JdiXq29zZgAPG9n7iz
-DrHN70wsB/xGbA2XqcwsOuy3uoBR3TSj9ka3gzrRC1JkP0phcKxlxUYigWaBB/uH
-pl5APHqN5fvPyXkiTdX0YQpnRGONm+aMO/LUutIZj4dghQdpJBdDQgv7r3MZl5Z5
-Q1UWqnkFwgO4/sjd7yU7u7DODV5/QIzJ9BWRyhIOXiTArU1+M80SP79WJHKa
------END CERTIFICATE-----
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/cve/cve.db b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/cve/cve.db
deleted file mode 100644
index 98916a9..0000000
Binary files a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/cve/cve.db and /dev/null differ
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/ddos_config.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/ddos_config.json
deleted file mode 100644
index ac3bb9f..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/ddos_config.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "enabled": false,
- "auto_block_top_talkers": true,
- "auto_enable_syn_cookies": true,
- "connection_threshold": 100,
- "syn_threshold": 50,
- "updated": "2026-03-02T23:30:44.437461"
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/dns/config.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/dns/config.json
deleted file mode 100644
index 8890b1a..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/dns/config.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "listen_dns": "10.0.0.56:53",
- "listen_api": "127.0.0.1:5380",
- "api_token": "5ed79350fed2490d2aca6f3b29776365",
- "upstream": [],
- "cache_ttl": 300,
- "zones_dir": "C:\\she\\autarch\\data\\dns\\zones",
- "dnssec_keys_dir": "C:\\she\\autarch\\data\\dns\\keys",
- "log_queries": true
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/dns/zones/autarch.local.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/dns/zones/autarch.local.json
deleted file mode 100644
index 75043cb..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/dns/zones/autarch.local.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "domain": "autarch.local",
- "soa": {
- "primary_ns": "ns1.autarch.local",
- "admin_email": "admin.autarch.local",
- "serial": 1772537115,
- "refresh": 3600,
- "retry": 600,
- "expire": 86400,
- "min_ttl": 300
- },
- "records": [
- {
- "id": "ns1",
- "type": "NS",
- "name": "autarch.local.",
- "value": "ns1.autarch.local.",
- "ttl": 3600
- },
- {
- "id": "mx1",
- "type": "MX",
- "name": "autarch.local.",
- "value": "mx.autarch.local.",
- "ttl": 3600,
- "priority": 10
- },
- {
- "id": "spf1",
- "type": "TXT",
- "name": "autarch.local.",
- "value": "v=spf1 ip4:127.0.0.1 -all",
- "ttl": 3600
- },
- {
- "id": "dmarc1",
- "type": "TXT",
- "name": "_dmarc.autarch.local.",
- "value": "v=DMARC1; p=none; rua=mailto:dmarc@autarch.local",
- "ttl": 3600
- },
- {
- "id": "r1772537722879235900",
- "type": "A",
- "name": "https://autarch.local",
- "value": "10.0.0.56:8181",
- "ttl": 300
- }
- ],
- "dnssec": true,
- "created_at": "2026-03-03T11:25:07Z",
- "updated_at": "2026-03-03T12:24:00Z"
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/exports/osint_testuser_20260214_041834.csv b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/exports/osint_testuser_20260214_041834.csv
deleted file mode 100644
index 893f705..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/exports/osint_testuser_20260214_041834.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Site,URL,Category,Status,Confidence
-GitHub,https://github.com/test,,good,85
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/exports/osint_testuser_20260214_041834.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/exports/osint_testuser_20260214_041834.json
deleted file mode 100644
index 00db19a..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/exports/osint_testuser_20260214_041834.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "query": "testuser",
- "exported": "2026-02-14T04:18:34.669640",
- "total_results": 1,
- "results": [
- {
- "name": "GitHub",
- "url": "https://github.com/test",
- "status": "good",
- "rate": 85
- }
- ]
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/hal_system_prompt.txt b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/hal_system_prompt.txt
deleted file mode 100644
index afd7cbb..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/hal_system_prompt.txt
+++ /dev/null
@@ -1,98 +0,0 @@
-You are Hal, the AI agent powering Project AUTARCH — an autonomous security platform built by darkHal Security Group.
-
-## Your Capabilities
-You can read files, write files, execute shell commands, search the codebase, and create new AUTARCH modules on demand. When a user asks you to build a tool or module, you build it.
-
-## AUTARCH Codebase Structure
-- `modules/` — Plugin modules (Python files). Each one is a standalone tool.
-- `core/` — Framework internals (llm.py, agent.py, tools.py, config.py, wireshark.py, etc.)
-- `web/` — Flask web dashboard (routes/, templates/, static/)
-- `data/` — Databases, configs, JSON files
-- `models/` — LLM model files (GGUF)
-
-## Module Categories
-| Category | Color | Purpose |
-|----------|-------|---------|
-| defense | Blue | Security hardening, monitoring, firewalls |
-| offense | Red | Penetration testing, exploitation |
-| counter | Purple | Counter-intelligence, threat response |
-| analyze | Cyan | Analysis, forensics, packet inspection |
-| osint | Green | Open source intelligence gathering |
-| simulate | Yellow | Attack simulation, red team exercises |
-
-## How to Create a Module
-Every module in `modules/` MUST have these attributes and a `run()` function:
-
-```python
-"""
-Module description docstring
-"""
-import os
-import sys
-import subprocess
-from pathlib import Path
-
-# Module metadata — REQUIRED
-DESCRIPTION = "What this module does"
-AUTHOR = "darkHal"
-VERSION = "1.0"
-CATEGORY = "defense" # One of: defense, offense, counter, analyze, osint, simulate
-
-sys.path.insert(0, str(Path(__file__).parent.parent))
-from core.banner import Colors, clear_screen, display_banner
-
-
-class ModuleClassName:
- """Main class for this module."""
-
- def print_status(self, message, status="info"):
- colors = {"info": Colors.CYAN, "success": Colors.GREEN, "warning": Colors.YELLOW, "error": Colors.RED}
- symbols = {"info": "*", "success": "+", "warning": "!", "error": "X"}
- print(f"{colors.get(status, Colors.WHITE)}[{symbols.get(status, '*')}] {message}{Colors.RESET}")
-
- def run_cmd(self, cmd, timeout=30):
- try:
- r = subprocess.run(cmd, shell=True, capture_output=True, text=True, timeout=timeout)
- return r.returncode == 0, r.stdout.strip()
- except Exception as e:
- return False, str(e)
-
- # Add your methods here...
-
-
-def run():
- """Entry point for CLI mode."""
- mod = ModuleClassName()
- # Interactive menu or direct execution
-```
-
-## Important Rules
-1. Use the `create_module` tool to write modules — it validates and saves them automatically
-2. Always include the metadata: DESCRIPTION, AUTHOR, VERSION, CATEGORY
-3. Always include a `run()` function
-4. Use `subprocess.run()` for system commands — support both Windows (PowerShell/netsh) and Linux (bash)
-5. Import from `core.banner` for Colors
-6. Module filenames should be lowercase with underscores (e.g., `port_scanner.py`)
-7. Study existing modules with `read_file` if you need to understand patterns
-8. The web dashboard discovers modules automatically from the `modules/` directory
-
-## Platform
-This system runs on Windows. Use PowerShell commands where appropriate, but also support Linux fallbacks.
-
-## Existing Modules (for reference)
-- defender.py — System hardening checks (CATEGORY: defense)
-- defender_windows.py — Windows-native security checks (CATEGORY: defense)
-- defender_monitor.py — Real-time threat monitoring (CATEGORY: defense)
-- recon.py — Network reconnaissance (CATEGORY: offense)
-- counter.py — Counter-intelligence tools (CATEGORY: counter)
-- adultscan.py — Adult content scanner (CATEGORY: analyze)
-- agent_hal.py — AI security automation (CATEGORY: core)
-- wireshark.py — Packet analysis (CATEGORY: analyze)
-- hardware_local.py — Hardware interaction (CATEGORY: hardware)
-
-## How You Should Respond
-- For simple questions: answer directly
-- For module creation requests: use the create_module tool
-- For system queries: use the shell tool
-- For code exploration: use read_file and search_files
-- Always explain what you're doing and why
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/10_0_0_56_20260214_010220.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/10_0_0_56_20260214_010220.json
deleted file mode 100644
index 40c80e6..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/10_0_0_56_20260214_010220.json
+++ /dev/null
@@ -1,129 +0,0 @@
-{
- "session_id": "10_0_0_56_20260214_010220",
- "target": "10.0.0.56",
- "state": "completed",
- "created_at": "2026-02-14T01:02:20.746609",
- "updated_at": "2026-02-14T01:12:20.951316",
- "notes": "",
- "step_count": 0,
- "tree": {
- "target": "10.0.0.56",
- "created_at": "2026-02-14T01:02:20.746597",
- "updated_at": "2026-02-14T01:02:20.746742",
- "root_nodes": [
- "e0d00dbc",
- "cf120ead",
- "6f4a664c",
- "814f0376",
- "5b602881",
- "4d2e70e8"
- ],
- "nodes": {
- "e0d00dbc": {
- "id": "e0d00dbc",
- "label": "Reconnaissance",
- "node_type": "reconnaissance",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Information gathering and target enumeration",
- "tool_output": null,
- "findings": [],
- "priority": 1,
- "created_at": "2026-02-14T01:02:20.746668",
- "updated_at": "2026-02-14T01:02:20.746668"
- },
- "cf120ead": {
- "id": "cf120ead",
- "label": "Initial Access",
- "node_type": "initial_access",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Gaining initial foothold on target",
- "tool_output": null,
- "findings": [],
- "priority": 2,
- "created_at": "2026-02-14T01:02:20.746685",
- "updated_at": "2026-02-14T01:02:20.746685"
- },
- "6f4a664c": {
- "id": "6f4a664c",
- "label": "Privilege Escalation",
- "node_type": "privilege_escalation",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Escalating from initial access to higher privileges",
- "tool_output": null,
- "findings": [],
- "priority": 3,
- "created_at": "2026-02-14T01:02:20.746699",
- "updated_at": "2026-02-14T01:02:20.746699"
- },
- "814f0376": {
- "id": "814f0376",
- "label": "Lateral Movement",
- "node_type": "lateral_movement",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Moving to other systems in the network",
- "tool_output": null,
- "findings": [],
- "priority": 4,
- "created_at": "2026-02-14T01:02:20.746711",
- "updated_at": "2026-02-14T01:02:20.746711"
- },
- "5b602881": {
- "id": "5b602881",
- "label": "Credential Access",
- "node_type": "credential_access",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Obtaining credentials and secrets",
- "tool_output": null,
- "findings": [],
- "priority": 3,
- "created_at": "2026-02-14T01:02:20.746726",
- "updated_at": "2026-02-14T01:02:20.746726"
- },
- "4d2e70e8": {
- "id": "4d2e70e8",
- "label": "Persistence",
- "node_type": "persistence",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Maintaining access to compromised systems",
- "tool_output": null,
- "findings": [],
- "priority": 5,
- "created_at": "2026-02-14T01:02:20.746739",
- "updated_at": "2026-02-14T01:02:20.746739"
- }
- }
- },
- "events": [
- {
- "timestamp": "2026-02-14T01:02:20.746747",
- "event_type": "state_change",
- "data": {
- "from": "idle",
- "to": "running"
- }
- },
- {
- "timestamp": "2026-02-14T01:12:20.951316",
- "event_type": "state_change",
- "data": {
- "from": "running",
- "to": "completed",
- "summary": ""
- }
- }
- ],
- "findings": [],
- "pipeline_history": []
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/192_168_1_100_20260127_202421.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/192_168_1_100_20260127_202421.json
deleted file mode 100644
index b59d31f..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/192_168_1_100_20260127_202421.json
+++ /dev/null
@@ -1,120 +0,0 @@
-{
- "session_id": "192_168_1_100_20260127_202421",
- "target": "192.168.1.100",
- "state": "running",
- "created_at": "2026-01-27T20:24:21.604010",
- "updated_at": "2026-01-27T20:24:21.604098",
- "notes": "",
- "step_count": 0,
- "tree": {
- "target": "192.168.1.100",
- "created_at": "2026-01-27T20:24:21.604003",
- "updated_at": "2026-01-27T20:24:21.604091",
- "root_nodes": [
- "4be13ed9",
- "8dc38740",
- "22ee2768",
- "2c45477f",
- "6f793ae8",
- "778fc896"
- ],
- "nodes": {
- "4be13ed9": {
- "id": "4be13ed9",
- "label": "Reconnaissance",
- "node_type": "reconnaissance",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Information gathering and target enumeration",
- "tool_output": null,
- "findings": [],
- "priority": 1,
- "created_at": "2026-01-27T20:24:21.604032",
- "updated_at": "2026-01-27T20:24:21.604032"
- },
- "8dc38740": {
- "id": "8dc38740",
- "label": "Initial Access",
- "node_type": "initial_access",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Gaining initial foothold on target",
- "tool_output": null,
- "findings": [],
- "priority": 2,
- "created_at": "2026-01-27T20:24:21.604044",
- "updated_at": "2026-01-27T20:24:21.604044"
- },
- "22ee2768": {
- "id": "22ee2768",
- "label": "Privilege Escalation",
- "node_type": "privilege_escalation",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Escalating from initial access to higher privileges",
- "tool_output": null,
- "findings": [],
- "priority": 3,
- "created_at": "2026-01-27T20:24:21.604056",
- "updated_at": "2026-01-27T20:24:21.604056"
- },
- "2c45477f": {
- "id": "2c45477f",
- "label": "Lateral Movement",
- "node_type": "lateral_movement",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Moving to other systems in the network",
- "tool_output": null,
- "findings": [],
- "priority": 4,
- "created_at": "2026-01-27T20:24:21.604066",
- "updated_at": "2026-01-27T20:24:21.604066"
- },
- "6f793ae8": {
- "id": "6f793ae8",
- "label": "Credential Access",
- "node_type": "credential_access",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Obtaining credentials and secrets",
- "tool_output": null,
- "findings": [],
- "priority": 3,
- "created_at": "2026-01-27T20:24:21.604077",
- "updated_at": "2026-01-27T20:24:21.604077"
- },
- "778fc896": {
- "id": "778fc896",
- "label": "Persistence",
- "node_type": "persistence",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Maintaining access to compromised systems",
- "tool_output": null,
- "findings": [],
- "priority": 5,
- "created_at": "2026-01-27T20:24:21.604088",
- "updated_at": "2026-01-27T20:24:21.604088"
- }
- }
- },
- "events": [
- {
- "timestamp": "2026-01-27T20:24:21.604098",
- "event_type": "state_change",
- "data": {
- "from": "idle",
- "to": "running"
- }
- }
- ],
- "findings": [],
- "pipeline_history": []
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/192_168_50_78_20260130_133833.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/192_168_50_78_20260130_133833.json
deleted file mode 100644
index eb0afcf..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/192_168_50_78_20260130_133833.json
+++ /dev/null
@@ -1,120 +0,0 @@
-{
- "session_id": "192_168_50_78_20260130_133833",
- "target": "192.168.50.78",
- "state": "running",
- "created_at": "2026-01-30T13:38:33.830336",
- "updated_at": "2026-01-30T13:38:33.830464",
- "notes": "",
- "step_count": 0,
- "tree": {
- "target": "192.168.50.78",
- "created_at": "2026-01-30T13:38:33.830323",
- "updated_at": "2026-01-30T13:38:33.830460",
- "root_nodes": [
- "e4c40c28",
- "ddd63828",
- "b3f2634d",
- "9c162c78",
- "aa40d5a3",
- "0c50a23d"
- ],
- "nodes": {
- "e4c40c28": {
- "id": "e4c40c28",
- "label": "Reconnaissance",
- "node_type": "reconnaissance",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Information gathering and target enumeration",
- "tool_output": null,
- "findings": [],
- "priority": 1,
- "created_at": "2026-01-30T13:38:33.830390",
- "updated_at": "2026-01-30T13:38:33.830390"
- },
- "ddd63828": {
- "id": "ddd63828",
- "label": "Initial Access",
- "node_type": "initial_access",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Gaining initial foothold on target",
- "tool_output": null,
- "findings": [],
- "priority": 2,
- "created_at": "2026-01-30T13:38:33.830408",
- "updated_at": "2026-01-30T13:38:33.830408"
- },
- "b3f2634d": {
- "id": "b3f2634d",
- "label": "Privilege Escalation",
- "node_type": "privilege_escalation",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Escalating from initial access to higher privileges",
- "tool_output": null,
- "findings": [],
- "priority": 3,
- "created_at": "2026-01-30T13:38:33.830421",
- "updated_at": "2026-01-30T13:38:33.830421"
- },
- "9c162c78": {
- "id": "9c162c78",
- "label": "Lateral Movement",
- "node_type": "lateral_movement",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Moving to other systems in the network",
- "tool_output": null,
- "findings": [],
- "priority": 4,
- "created_at": "2026-01-30T13:38:33.830433",
- "updated_at": "2026-01-30T13:38:33.830433"
- },
- "aa40d5a3": {
- "id": "aa40d5a3",
- "label": "Credential Access",
- "node_type": "credential_access",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Obtaining credentials and secrets",
- "tool_output": null,
- "findings": [],
- "priority": 3,
- "created_at": "2026-01-30T13:38:33.830445",
- "updated_at": "2026-01-30T13:38:33.830445"
- },
- "0c50a23d": {
- "id": "0c50a23d",
- "label": "Persistence",
- "node_type": "persistence",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Maintaining access to compromised systems",
- "tool_output": null,
- "findings": [],
- "priority": 5,
- "created_at": "2026-01-30T13:38:33.830457",
- "updated_at": "2026-01-30T13:38:33.830457"
- }
- }
- },
- "events": [
- {
- "timestamp": "2026-01-30T13:38:33.830464",
- "event_type": "state_change",
- "data": {
- "from": "idle",
- "to": "running"
- }
- }
- ],
- "findings": [],
- "pipeline_history": []
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/example_com_20260128_192244.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/example_com_20260128_192244.json
deleted file mode 100644
index 4bcc37c..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/pentest_sessions/example_com_20260128_192244.json
+++ /dev/null
@@ -1,120 +0,0 @@
-{
- "session_id": "example_com_20260128_192244",
- "target": "example.com",
- "state": "running",
- "created_at": "2026-01-28T19:22:44.670292",
- "updated_at": "2026-01-28T19:22:44.670428",
- "notes": "test",
- "step_count": 0,
- "tree": {
- "target": "example.com",
- "created_at": "2026-01-28T19:22:44.670279",
- "updated_at": "2026-01-28T19:22:44.670423",
- "root_nodes": [
- "466dcf04",
- "55991daa",
- "e3209082",
- "af036f87",
- "633c0eeb",
- "8584f7fc"
- ],
- "nodes": {
- "466dcf04": {
- "id": "466dcf04",
- "label": "Reconnaissance",
- "node_type": "reconnaissance",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Information gathering and target enumeration",
- "tool_output": null,
- "findings": [],
- "priority": 1,
- "created_at": "2026-01-28T19:22:44.670353",
- "updated_at": "2026-01-28T19:22:44.670353"
- },
- "55991daa": {
- "id": "55991daa",
- "label": "Initial Access",
- "node_type": "initial_access",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Gaining initial foothold on target",
- "tool_output": null,
- "findings": [],
- "priority": 2,
- "created_at": "2026-01-28T19:22:44.670371",
- "updated_at": "2026-01-28T19:22:44.670371"
- },
- "e3209082": {
- "id": "e3209082",
- "label": "Privilege Escalation",
- "node_type": "privilege_escalation",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Escalating from initial access to higher privileges",
- "tool_output": null,
- "findings": [],
- "priority": 3,
- "created_at": "2026-01-28T19:22:44.670384",
- "updated_at": "2026-01-28T19:22:44.670384"
- },
- "af036f87": {
- "id": "af036f87",
- "label": "Lateral Movement",
- "node_type": "lateral_movement",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Moving to other systems in the network",
- "tool_output": null,
- "findings": [],
- "priority": 4,
- "created_at": "2026-01-28T19:22:44.670397",
- "updated_at": "2026-01-28T19:22:44.670397"
- },
- "633c0eeb": {
- "id": "633c0eeb",
- "label": "Credential Access",
- "node_type": "credential_access",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Obtaining credentials and secrets",
- "tool_output": null,
- "findings": [],
- "priority": 3,
- "created_at": "2026-01-28T19:22:44.670408",
- "updated_at": "2026-01-28T19:22:44.670408"
- },
- "8584f7fc": {
- "id": "8584f7fc",
- "label": "Persistence",
- "node_type": "persistence",
- "status": "todo",
- "parent_id": null,
- "children": [],
- "details": "Maintaining access to compromised systems",
- "tool_output": null,
- "findings": [],
- "priority": 5,
- "created_at": "2026-01-28T19:22:44.670420",
- "updated_at": "2026-01-28T19:22:44.670420"
- }
- }
- },
- "events": [
- {
- "timestamp": "2026-01-28T19:22:44.670428",
- "event_type": "state_change",
- "data": {
- "from": "idle",
- "to": "running"
- }
- }
- ],
- "findings": [],
- "pipeline_history": []
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/blackbird.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/blackbird.json
deleted file mode 100644
index 7d4ad65..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/blackbird.json
+++ /dev/null
@@ -1,10185 +0,0 @@
-{
- "license": [
- "Copyright (C) 2025 Micah Hoffman",
- "This work is licensed under the Creative Commons Attribution-ShareAlike",
- "4.0 International License. To view a copy of this license, visit",
- "http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to",
- "Creative Commons, PO Box 1866, Mountain View, CA 94042, USA."
- ],
- "authors": [
- "0x9404",
- "3xp0rt",
- "alexisthereal",
- "alvaromaltrain",
- "arin17bishwa",
- "AXRoux",
- "balestek",
- "Brenden2008",
- "C3n7ral051nt4g3ncy",
- "Contributions since 2023-12",
- "degun-osint",
- "End of interactive chart.",
- "fres621",
- "Its-Just-Nans",
- "Itsoon",
- "janhalendk",
- "K2SOsint",
- "maxk096",
- "Micah Hoffman",
- "ni5arga",
- "p1ngul1n0",
- "Paradoxxs",
- "serdaraltin",
- "SlopeSlayer910",
- "SorkoPiko",
- "TikvahTerminator"
- ],
- "categories": [
- "archived",
- "art",
- "blog",
- "business",
- "coding",
- "dating",
- "finance",
- "gaming",
- "health",
- "hobby",
- "images",
- "misc",
- "music",
- "news",
- "political",
- "search",
- "shopping",
- "social",
- "tech",
- "video",
- "xx NSFW xx"
- ],
- "sites": [
- {
- "name": "21buttons",
- "uri_check": "https://www.21buttons.com/buttoner/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "social"
- },
- {
- "name": "247CTF",
- "uri_check": "https://247ctf.com/progress/{account}",
- "e_code": 200,
- "e_string": "property=\"og:url\"",
- "m_string": "Redirecting...
",
- "m_code": 302,
- "known": [
- "pottm",
- "jusb3"
- ],
- "cat": "tech"
- },
- {
- "name": "247sports",
- "uri_check": "https://247sports.com/User/{account}/",
- "e_code": 200,
- "e_string": "247Sports",
- "m_code": 404,
- "known": [
- "bob",
- "john"
- ],
- "cat": "hobby"
- },
- {
- "name": "35photo",
- "uri_check": "https://35photo.pro/@{account}/",
- "e_code": 200,
- "e_string": "Ошибка / 7dach.ru",
- "m_code": 404,
- "known": [
- "lana",
- "svetlana"
- ],
- "cat": "social"
- },
- {
- "name": "about.me",
- "uri_check": "https://about.me/{account}",
- "e_code": 200,
- "e_string": " | about.me",
- "m_string": "about.me",
- "m_code": 404,
- "known": [
- "john",
- "jill"
- ],
- "cat": "social"
- },
- {
- "name": "ACF",
- "uri_check": "https://support.advancedcustomfields.com/forums/users/{account}/",
- "e_code": 200,
- "e_string": "ACF Support",
- "m_string": "Page Not Found",
- "m_code": 200,
- "known": [
- "mike",
- "greg"
- ],
- "cat": "coding"
- },
- {
- "name": "AdmireMe.VIP",
- "uri_check": "https://admireme.vip/{account}/",
- "e_code": 200,
- "e_string": "creator-stat subscriber",
- "m_string": "Page Not Found |",
- "m_code": 404,
- "known": [
- "justjessicarabbit",
- "savannah250xo"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Adult_Forum",
- "uri_check": "https://adultforum.gr/{account}-glamour-escorts/",
- "e_code": 200,
- "e_string": "Glamour Escorts ",
- "m_string": "Page not found - Adult Forum Gr",
- "m_code": 404,
- "known": [
- "nastya3",
- "ekaterina"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "adultism",
- "uri_check": "https://www.adultism.com/profile/{account}",
- "e_code": 200,
- "e_string": "Last login:",
- "m_string": " Not Found",
- "m_code": 404,
- "known": [
- "laura",
- "sara"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "ADVFN",
- "uri_check": "https://uk.advfn.com/forum/profile/{account}",
- "e_code": 200,
- "e_string": "Profile | ADVFN",
- "m_string": "ADVFN ERROR - Page Not Found",
- "m_code": 404,
- "known": [
- "crypto",
- "crypto1"
- ],
- "cat": "finance"
- },
- {
- "name": "Airline_Pilot_Life",
- "uri_check": "https://airlinepilot.life/u/{account}.json",
- "uri_pretty": "https://airlinepilot.life/u/{account}",
- "e_code": 200,
- "e_string": "primary_group_name",
- "m_string": "he requested URL or resource could not be found.",
- "m_code": 404,
- "known": [
- "hannah",
- "addison"
- ],
- "cat": "social"
- },
- {
- "name": "Airliners",
- "uri_check": "https://www.airliners.net/user/{account}/profile",
- "e_code": 200,
- "e_string": "'s Profile | Airliners Members | Airliners.net",
- "m_string": "An Error Occurred",
- "m_code": 404,
- "known": [
- "pilot",
- "pilota"
- ],
- "cat": "social"
- },
- {
- "name": "akniga",
- "uri_check": "https://akniga.org/profile/{account}",
- "e_code": 200,
- "e_string": " - Аудиокниги Клуб",
- "m_string": "Vizitka nenalezena",
- "m_code": 404,
- "known": [
- "igor",
- "pavel"
- ],
- "cat": "social"
- },
- {
- "name": "AllMyLinks",
- "uri_check": "https://allmylinks.com/{account}",
- "e_code": 200,
- "e_string": "class=\"site-profile guest\"",
- "m_string": "class=\"site-error\"",
- "m_code": 404,
- "known": [
- "blue",
- "goddessbecca"
- ],
- "cat": "social",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Alura",
- "uri_check": "https://cursos.alura.com.br/user/{account}",
- "e_code": 200,
- "e_string": "Perfil de",
- "m_string": "\"error\":\"Not Found\"",
- "m_code": 404,
- "known": [
- "edmilson",
- "jonathan"
- ],
- "cat": "tech"
- },
- {
- "name": "Ameblo",
- "uri_check": "https://ameblo.jp/{account}",
- "e_code": 200,
- "e_string": "画像一覧",
- "m_string": "削除された可能性がございます。",
- "m_code": 404,
- "known": [
- "ereko-blog",
- "senpai"
- ],
- "cat": "blog"
- },
- {
- "name": "AmericanThinker",
- "uri_check": "https://www.americanthinker.com/author/{account}/",
- "e_code": 200,
- "e_string": "Articles &",
- "m_string": "American Thinker",
- "m_code": 301,
- "known": [
- "terrypaulding",
- "monicashowalter"
- ],
- "cat": "political"
- },
- {
- "name": "AniList",
- "uri_check": "https://graphql.anilist.co",
- "uri_pretty": "https://anilist.co/user/{account}",
- "post_body": "{\"query\":\"query{User(name:\\\"{account}\\\"){id name}}\"}",
- "headers": {
- "accept": "application/json",
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "Not Found",
- "m_code": 404,
- "known": [
- "test",
- "johndoe"
- ],
- "cat": "social"
- },
- {
- "name": "Anime-Planet",
- "uri_check": "https://www.anime-planet.com/api/validation/username",
- "uri_pretty": "https://www.anime-planet.com/users/{account}",
- "post_body": "{\"username\":\"{account}\"}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 400,
- "e_string": "\"msg\":\"Username is unavailable\"",
- "m_string": "\"status\":\"ok\"",
- "m_code": 200,
- "known": [
- "zala",
- "lindapearl"
- ],
- "cat": "social",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "anonup",
- "uri_check": "https://anonup.com/@{account}",
- "e_code": 200,
- "e_string": "Show followings",
- "m_string": "Page not found!",
- "m_code": 302,
- "known": [
- "john",
- "peter"
- ],
- "cat": "social"
- },
- {
- "name": "Aparat",
- "uri_check": "https://www.aparat.com/api/fa/v1/user/user/information/username/{account}",
- "uri_pretty": "https://www.aparat.com/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "class=\"error-body\"",
- "m_code": 404,
- "known": [
- "abolfazlxmaster",
- "siahkolah"
- ],
- "cat": "social"
- },
- {
- "name": "Apex Legends",
- "uri_check": "https://api.tracker.gg/api/v2/apex/standard/profile/origin/{account}",
- "uri_pretty": "https://apex.tracker.gg/apex/profile/origin/{account}/overview",
- "headers": {
- "Accept-Language": "en-US,en;q=0.5",
- "Origin": "https://apex.tracker.gg",
- "Referer": "https://apex.tracker.gg/",
- "TE": "trailers",
- "User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
- },
- "e_code": 200,
- "e_string": "platformInfo",
- "m_string": "CollectorResultStatus::NotFound",
- "m_code": 404,
- "known": [
- "tttcheekyttt",
- "RollsRoyce_Dawn"
- ],
- "cat": "gaming"
- },
- {
- "name": "Appian",
- "uri_check": "https://community.appian.com/members/{account}",
- "e_code": 200,
- "e_string": "User Profile",
- "m_string": "Go back to our",
- "m_code": 301,
- "known": [
- "mikec",
- "varunkumarb0001"
- ],
- "cat": "tech"
- },
- {
- "name": "Arch Linux GitLab",
- "uri_check": "https://gitlab.archlinux.org/api/v4/users?username={account}",
- "uri_pretty": "https://gitlab.archlinux.org/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "[]",
- "m_code": 200,
- "known": [
- "morganamilo",
- "nl6720"
- ],
- "cat": "social"
- },
- {
- "name": "Archive Of Our Own Account",
- "uri_check": "https://archiveofourown.org/users/{account}",
- "e_code": 200,
- "e_string": "class=\"user home\"",
- "m_string": "class=\"system errors error-404 region\"",
- "m_code": 404,
- "known": [
- "test",
- "john"
- ],
- "cat": "hobby"
- },
- {
- "name": "ArchWiki",
- "uri_check": "https://wiki.archlinux.org/api.php?action=query&format=json&list=users&ususers={account}&usprop=cancreate&formatversion=2&errorformat=html&errorsuselocal=true&uselang=en",
- "uri_pretty": "https://wiki.archlinux.org/title/User:{account}",
- "e_code": 200,
- "e_string": "\"userid\":",
- "m_string": "\"missing\":true",
- "m_code": 200,
- "known": [
- "Lahwaacz",
- "Erus_Iluvatar"
- ],
- "cat": "social"
- },
- {
- "name": "Arduino (Forum)",
- "uri_check": "https://forum.arduino.cc/u/{account}.json",
- "uri_pretty": "https://forum.arduino.cc/u/{account}/summary",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"error_type\":\"not_found\"",
- "m_code": 404,
- "known": [
- "martinhouse",
- "gilshultz"
- ],
- "cat": "tech"
- },
- {
- "name": "Arduino (Project Hub)",
- "uri_check": "https://projecthub.arduino.cc/{account}",
- "e_code": 200,
- "e_string": "\"userInfo\":{",
- "m_string": "\"userInfo\":null",
- "m_code": 200,
- "known": [
- "peter",
- "willy-js"
- ],
- "cat": "tech"
- },
- {
- "name": "ArmorGames",
- "uri_check": "https://armorgames.com/user/{account}",
- "e_code": 200,
- "e_string": "about",
- "m_string": "404: Oh Noes!",
- "m_code": 302,
- "known": [
- "john",
- "sammy"
- ],
- "cat": "gaming"
- },
- {
- "name": "Arsmate",
- "uri_check": "https://arsmate.com/{account}",
- "e_code": 200,
- "e_string": "far fa-user-circle mr-1",
- "m_string": "error-link mt-5",
- "m_code": 404,
- "known": [
- "Angelic",
- "Vardoc"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "ArtBreeder",
- "uri_check": "https://www.artbreeder.com/{account}",
- "e_code": 200,
- "e_string": "",
- "m_string": "Not found:",
- "m_code": 404,
- "known": [
- "dolores",
- "cyborghyena"
- ],
- "cat": "art"
- },
- {
- "name": "Artists & Clients",
- "uri_check": "https://artistsnclients.com/people/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "art"
- },
- {
- "name": "ArtStation",
- "uri_check": "https://www.artstation.com/{account}",
- "e_code": 200,
- "e_string": "Portfolio",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "kongaxl_design",
- "alex_pi"
- ],
- "cat": "art"
- },
- {
- "name": "asciinema",
- "uri_check": "https://asciinema.org/~{account}",
- "e_code": 200,
- "e_string": "class=\"profile-page\"",
- "m_string": "404 Not Found
",
- "m_code": 404,
- "known": [
- "john",
- "red"
- ],
- "cat": "coding"
- },
- {
- "name": "AtCoder",
- "uri_check": "https://atcoder.jp/users/{account}",
- "e_code": 200,
- "e_string": "Contest Status
",
- "m_string": ">404 Page Not Found",
- "m_code": 404,
- "known": [
- "apiad",
- "kotatsugame"
- ],
- "cat": "coding"
- },
- {
- "name": "au.ru",
- "uri_check": "https://au.ru/user/{account}/",
- "e_code": 200,
- "e_string": "Лоты пользователя ",
- "m_string": "Пользователь не найден",
- "m_code": 404,
- "known": [
- "Svetlana7",
- "nastya"
- ],
- "cat": "misc"
- },
- {
- "name": "Audiojungle",
- "uri_check": "https://audiojungle.net/user/{account}",
- "e_code": 200,
- "e_string": "s profile on AudioJungle",
- "m_string": "404 - Nothing to see here",
- "m_code": 404,
- "known": [
- "john",
- "reds"
- ],
- "cat": "music"
- },
- {
- "name": "Avid Community",
- "uri_check": "https://community.avid.com/members/{account}/default.aspx",
- "headers": {
- "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",
- "Host": "community.avid.com",
- "User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
- },
- "e_code": 200,
- "e_string": "My Activity",
- "m_string": "The user you requested cannot be found.",
- "m_code": 302,
- "known": [
- "Thayne",
- "Admin"
- ],
- "cat": "music"
- },
- {
- "name": "babepedia",
- "uri_check": "https://www.babepedia.com/user/{account}",
- "e_code": 200,
- "e_string": "'s Page",
- "m_string": "Profile not found",
- "m_code": 404,
- "known": [
- "cherry",
- "betty"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "BabyPips",
- "uri_check": "https://forums.babypips.com/u/{account}.json",
- "uri_pretty": "https://forums.babypips.com/u/{account}/summary",
- "e_code": 200,
- "e_string": "user_badges",
- "m_string": "The requested URL or resource could not be found",
- "m_code": 404,
- "known": [
- "baemax023",
- "scottycarsonmvp"
- ],
- "cat": "social"
- },
- {
- "name": "Bandcamp",
- "uri_check": "https://bandcamp.com/{account}",
- "e_code": 200,
- "e_string": " collection | Bandcamp",
- "m_string": "Sorry, that something isn’t here.
",
- "m_code": 404,
- "known": [
- "alice",
- "bob"
- ],
- "cat": "music"
- },
- {
- "name": "Bandlab",
- "uri_check": "https://www.bandlab.com/api/v1.3/users/{account}",
- "uri_pretty": "https://www.bandlab.com/{account}",
- "e_code": 200,
- "e_string": "about",
- "m_string": "Couldn't find any matching element, it might be deleted",
- "m_code": 404,
- "known": [
- "rave_flawless",
- "delutaya"
- ],
- "cat": "music"
- },
- {
- "name": "bblog_ru",
- "uri_check": "https://www.babyblog.ru/user/{account}",
- "e_code": 200,
- "e_string": ") — дневник на Babyblog.ru",
- "m_string": "БэбиБлог - беременность, календарь беременности, дневники",
- "m_code": 200,
- "known": [
- "joyfitnessdance1",
- "bobkokatya94"
- ],
- "cat": "misc"
- },
- {
- "name": "BDSMLR",
- "uri_check": "https://{account}.bdsmlr.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "login",
- "m_string": "This blog doesn't exist.",
- "m_code": 200,
- "known": [
- "themunch",
- "shibari4all"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "bdsmsingles",
- "uri_check": "https://www.bdsmsingles.com/members/{account}/",
- "e_code": 200,
- "e_string": "Profile",
- "m_string": "BDSM Singles",
- "m_code": 302,
- "known": [
- "GoddessBlueDiamo",
- "aalama"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Beacons",
- "uri_check": "https://beacons.ai/{account}",
- "e_code": 200,
- "e_string": " - Link in Bio & Creator Tools | Beacons",
- "m_string": "The page you are looking for does not seem to exist anymore",
- "m_code": 200,
- "known": [
- "rafaballerini",
- "lexaloco",
- "jardred"
- ],
- "cat": "social",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Bentbox",
- "uri_check": "https://bentbox.co/{account}",
- "e_code": 200,
- "e_string": "",
- "m_string": "This user is currently not available",
- "m_code": 200,
- "known": [
- "brockdoom",
- "witchhouse",
- "hotoptics"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Bento",
- "uri_check": "https://bento.me/{account}",
- "e_code": 200,
- "e_string": "href=\"https://bento.me/explore\"",
- "m_string": ">Available!
",
- "m_code": 404,
- "known": [
- "carlito",
- "taylor"
- ],
- "cat": "social"
- },
- {
- "name": "BiggerPockets",
- "uri_check": "https://www.biggerpockets.com/users/{account}",
- "e_code": 200,
- "e_string": "| BiggerPockets",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "trustgreene",
- "chasel9"
- ],
- "cat": "finance"
- },
- {
- "name": "BIGO Live",
- "uri_check": "https://www.bigo.tv/user/{account}",
- "e_code": 200,
- "e_string": "userInfo:{nickName",
- "m_string": "userInfo:{}",
- "m_code": 200,
- "known": [
- "treasdior",
- "Jacin19"
- ],
- "cat": "gaming"
- },
- {
- "name": "Bikemap",
- "uri_check": "https://www.bikemap.net/en/u/{account}/routes/created/",
- "e_code": 200,
- "e_string": "- 🚲 Bikemap",
- "m_string": "Page not found - Error 404 ",
- "m_code": 404,
- "known": [
- "mike",
- "greg"
- ],
- "cat": "health"
- },
- {
- "name": "Bimpos",
- "uri_check": "https://ask.bimpos.com/user/{account}",
- "e_code": 200,
- "e_string": "User ",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "john",
- "db"
- ],
- "cat": "tech"
- },
- {
- "name": "Bio Sites",
- "uri_check": "https://bio.site/{account}",
- "e_code": 200,
- "e_string": "section\":{\"handles",
- "m_string": "This site no longer exists",
- "m_code": 404,
- "known": [
- "leticiabufoni",
- "kayurkaRhea"
- ],
- "cat": "social"
- },
- {
- "name": "biolink",
- "uri_check": "https://bio.link/{account}",
- "e_code": 200,
- "e_string": "profile:username",
- "m_string": "The page you’re looking for doesn’t exist",
- "m_code": 404,
- "known": [
- "adli_hm",
- "jake"
- ],
- "cat": "misc"
- },
- {
- "name": "Bitbucket",
- "uri_check": "https://bitbucket.org/!api/2.0/repositories/{account}?page=1&pagelen=25&sort=-updated_on&q=&fields=-values.owner%2C-values.workspace",
- "uri_pretty": "https://bitbucket.org/{account}/workspace/repositories/",
- "e_code": 200,
- "e_string": "full_name",
- "m_string": "No workspace with identifier",
- "m_code": 404,
- "known": [
- "LaNMaSteR53",
- "osamahalisawi"
- ],
- "cat": "coding"
- },
- {
- "name": "Bitchute",
- "uri_check": "https://api.bitchute.com/api/beta/channel",
- "uri_pretty": "https://www.bitchute.com/channel/{account}/",
- "post_body": "{\"channel_id\":\"{account}\"}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"channel_id\":",
- "m_string": "\"errors\":",
- "m_code": 404,
- "known": [
- "simon_parkes",
- "americafloats",
- "daindor"
- ],
- "cat": "political"
- },
- {
- "name": "Blogger",
- "uri_check": "https://www.blogger.com/profile/{account}",
- "e_code": 200,
- "e_string": "shadow-light user-stats",
- "m_string": "Sorry, the blog you were looking for does not exist.",
- "m_code": 405,
- "known": [
- "07333944864481878697",
- "05941544278367416980"
- ],
- "cat": "blog"
- },
- {
- "name": "blogi.pl",
- "uri_check": "https://www.blogi.pl/osoba,{account}.html",
- "e_code": 200,
- "e_string": "Informacje ogólne",
- "m_string": "Niepoprawny adres.",
- "m_code": 200,
- "known": [
- "naukowa",
- "izkpaw"
- ],
- "cat": "blog"
- },
- {
- "name": "Blogmarks",
- "uri_check": "http://blogmarks.net/user/{account}",
- "e_code": 200,
- "e_string": "class=\"mark\"",
- "m_string": "",
- "m_code": 200,
- "known": [
- "test",
- "mike"
- ],
- "cat": "misc"
- },
- {
- "name": "Blogspot",
- "uri_check": "http://{account}.blogspot.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "Blogger Template Style",
- "m_string": "Blog not found",
- "m_code": 404,
- "known": [
- "test"
- ],
- "cat": "blog"
- },
- {
- "name": "Bluesky 1",
- "uri_check": "https://bsky.app/profile/{account}",
- "e_code": 200,
- "e_string": "on Bluesky",
- "m_string": "",
- "m_code": 200,
- "known": [
- "bsky.app",
- "safety.bsky.app"
- ],
- "cat": "social"
- },
- {
- "name": "Bluesky 2",
- "uri_check": "https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor={account}.bsky.social",
- "uri_pretty": "https://bsky.app/profile/{account}.bsky.social",
- "e_code": 200,
- "e_string": "\"handle\":\"",
- "m_string": "\"message\":\"Profile not found\"",
- "m_code": 400,
- "known": [
- "john",
- "mark"
- ],
- "cat": "social"
- },
- {
- "name": "BoardGameGeek",
- "uri_check": "https://api.geekdo.com/api/accounts/validate/username?username={account}",
- "uri_pretty": "https://boardgamegeek.com/user/{account}",
- "e_code": 200,
- "e_string": "\"message\":\"Sorry, this username is already taken.\"",
- "m_string": "\"isValid\":true",
- "m_code": 200,
- "known": [
- "ntrautner",
- "Petdoc"
- ],
- "cat": "gaming"
- },
- {
- "name": "BodyBuilding.com",
- "uri_check": "http://api.bodybuilding.com/api-proxy/bbc/get?slug={account}",
- "uri_pretty": "http://bodyspace.bodybuilding.com/{account}/",
- "e_code": 200,
- "e_string": "username",
- "m_string": "data\" :\"\"",
- "m_code": 200,
- "known": [
- "mike"
- ],
- "cat": "health"
- },
- {
- "name": "bonga_cams",
- "uri_check": "https://pt.bongacams.com/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Bookcrossing",
- "uri_check": "https://www.bookcrossing.com/mybookshelf/{account}",
- "e_code": 200,
- "e_string": "Recent Book Activity",
- "m_string": "Sorry, we were unable to locate the content that you requested.",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "hobby"
- },
- {
- "name": "Booknode",
- "uri_check": "https://booknode.com/profil/{account}",
- "e_code": 200,
- "e_string": "Profil de",
- "m_string": "Page non trouvée",
- "m_code": 404,
- "known": [
- "Paraffine",
- "chanoa"
- ],
- "cat": "hobby"
- },
- {
- "name": "Boosty",
- "uri_check": "https://api.boosty.to/v1/blog/{account}",
- "uri_pretty": "https://boosty.to/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"error\":\"blog_not_found\"",
- "m_code": 404,
- "known": [
- "evdokia",
- "lana"
- ],
- "cat": "social"
- },
- {
- "name": "Booth",
- "uri_check": "https://{account}.booth.pm/",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "- BOOTH",
- "m_string": "BOOTH - The International Indie Art Marketplace",
- "m_code": 302,
- "known": [
- "monoliorder",
- "hasya"
- ],
- "cat": "shopping"
- },
- {
- "name": "Brickset",
- "uri_check": "https://brickset.com/profile/{account}",
- "e_code": 200,
- "e_string": "Member since:",
- "m_string": "{name}",
- "m_code": 200,
- "known": [
- "lowlead",
- "vwong19"
- ],
- "cat": "hobby"
- },
- {
- "name": "BugCrowd",
- "uri_check": "https://bugcrowd.com/{account}/profile_widgets",
- "uri_pretty": "https://bugcrowd.com/{account}",
- "e_code": 200,
- "e_string": "\"widgets\":",
- "m_string": "class='cc-error-page__msg'",
- "m_code": 404,
- "known": [
- "lopseg",
- "Ebrietas"
- ],
- "cat": "tech"
- },
- {
- "name": "Bunpro",
- "uri_check": "https://community.bunpro.jp/u/{account}.json",
- "e_code": 200,
- "e_string": "username",
- "m_string": "The requested URL or resource could not be found.",
- "m_code": 404,
- "known": [
- "blacktide",
- "honey"
- ],
- "cat": "social"
- },
- {
- "name": "Buy Me a Coffee",
- "uri_check": "https://app.buymeacoffee.com/api/v1/check_availability",
- "uri_pretty": "https://buymeacoffee.com/{account}",
- "post_body": "{\"project_slug\":\"{account}\"}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"available\":false",
- "m_string": "\"available\":true",
- "m_code": 200,
- "known": [
- "freebird",
- "robinwong"
- ],
- "cat": "finance",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "BuzzFeed",
- "uri_check": "https://www.buzzfeed.com/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "misc"
- },
- {
- "name": "Calendy",
- "uri_check": "https://calendly.com/{account}",
- "e_code": 200,
- "e_string": "og:author",
- "m_string": "Sorry, but the page you were looking for could not be found.",
- "m_code": 404,
- "known": [
- "honey",
- "roger"
- ],
- "cat": "misc"
- },
- {
- "name": "Cameo",
- "uri_check": "https://www.cameo.com/{account}",
- "e_code": 200,
- "e_string": "aggregateRating",
- "m_string": "",
- "m_code": 301,
- "known": [
- "michael_owen10",
- "sarahall3"
- ],
- "cat": "shopping"
- },
- {
- "name": "Carbonmade",
- "uri_check": "https://{account}.carbonmade.com/",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "s online portfolio",
- "m_string": "site not found",
- "m_code": 404,
- "known": [
- "jenny",
- "bob"
- ],
- "cat": "hobby"
- },
- {
- "name": "Career.habr",
- "uri_check": "https://career.habr.com/{account}",
- "e_code": 200,
- "e_string": "— Хабр Карьера",
- "m_string": "Ошибка 404",
- "m_code": 404,
- "known": [
- "alex",
- "bob"
- ],
- "cat": "business"
- },
- {
- "name": "carrd.co",
- "uri_check": "https://{account}.carrd.co",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "( Made with Carrd )",
- "m_string": "Sorry, the requested page could not be found.",
- "m_code": 404,
- "known": [
- "liam",
- "peter"
- ],
- "cat": "business"
- },
- {
- "name": "CastingCallClub",
- "uri_check": "https://www.castingcall.club/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "hobby"
- },
- {
- "name": "CD-Action",
- "uri_check": "https://cdaction.pl/uzytkownicy/{account}",
- "e_code": 200,
- "e_string": "Lista gier:",
- "m_string": "Coś się popsuło...",
- "m_code": 404,
- "known": [
- "saczuan",
- "cormac"
- ],
- "cat": "gaming"
- },
- {
- "name": "cda.pl",
- "uri_check": "https://www.cda.pl/{account}",
- "e_code": 200,
- "e_string": "Foldery",
- "m_string": "Strona na którą chcesz wejść nie istnieje",
- "m_code": 200,
- "known": [
- "test2",
- "janek"
- ],
- "cat": "video"
- },
- {
- "name": "Cent",
- "uri_check": "https://beta.cent.co/data/user/profile?userHandles={account}",
- "uri_pretty": "https://beta.cent.co/{account}/",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"results\":[]",
- "m_code": 200,
- "known": [
- "alex",
- "ben"
- ],
- "cat": "social"
- },
- {
- "name": "cfx.re",
- "uri_check": "https://forum.cfx.re/u/{account}.json",
- "uri_pretty": "https://forum.cfx.re/u/{account}/summary",
- "e_code": 200,
- "e_string": "created_at",
- "m_string": "The requested URL or resource could not be found.",
- "m_code": 404,
- "known": [
- "masiball",
- "anel_hadzyc",
- "kiminaze"
- ],
- "cat": "gaming"
- },
- {
- "name": "championat",
- "uri_check": "https://www.championat.com/user/{account}/",
- "e_code": 200,
- "e_string": "Личный профил",
- "m_string": "Извините, запрашиваемая страница не найдена",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "news"
- },
- {
- "name": "Chamsko",
- "uri_check": "https://www.chamsko.pl/profil/{account}",
- "e_code": 200,
- "e_string": "W serwisie od",
- "m_string": "Strona nie istnieje.",
- "m_code": 404,
- "known": [
- "test",
- "janek"
- ],
- "cat": "images"
- },
- {
- "name": "chatango.com",
- "uri_check": "https://{account}.chatango.com",
- "e_code": 200,
- "e_string": "Chatango!",
- "m_string": "Unknown User!",
- "m_code": 200,
- "known": [
- "7nights",
- "merbailey",
- "steakomura",
- "equicentric"
- ],
- "cat": "social"
- },
- {
- "name": "chaturbate",
- "uri_check": "https://chaturbate.com/{account}/",
- "e_code": 200,
- "e_string": "'s Bio and Free Webcam",
- "m_string": "It's probably just a broken link",
- "m_code": 404,
- "known": [
- "pussylovekate",
- "kemii"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "cHEEZburger",
- "uri_check": "https://profile.cheezburger.com/{account}",
- "e_code": 200,
- "e_string": "profile-header",
- "m_string": "Home - ",
- "m_code": 302,
- "known": [
- "john"
- ],
- "cat": "hobby"
- },
- {
- "name": "Chess.com",
- "uri_check": "https://api.chess.com/pub/player/{account}",
- "uri_pretty": "https://www.chess.com/member/{account}",
- "e_code": 200,
- "e_string": "player_id",
- "m_string": "not found",
- "m_code": 404,
- "known": [
- "john",
- "peter",
- "josh"
- ],
- "cat": "gaming"
- },
- {
- "name": "Choko.Link",
- "uri_check": "https://choko.link/api/auth/check",
- "uri_pretty": "https://choko.link/{account}",
- "post_body": "{\"username\":\"{account}\"}",
- "e_code": 200,
- "e_string": "\"result\":false",
- "m_string": "\"result\":true",
- "m_code": 200,
- "known": [
- "yaroslava_lytvyak",
- "eugeniapsychology"
- ],
- "cat": "social"
- },
- {
- "name": "Chomikuj.pl",
- "uri_check": "https://chomikuj.pl/{account}/",
- "e_code": 200,
- "e_string": "Foldery",
- "m_string": "Chomik o takiej nazwie nie istnieje",
- "m_code": 404,
- "known": [
- "test",
- "test2"
- ],
- "cat": "misc"
- },
- {
- "name": "Chyoa",
- "uri_check": "https://chyoa.com/user/{account}",
- "e_code": 200,
- "e_string": "When I'm not reading erotica I like to read",
- "m_string": "Sorry, I got distracted...",
- "m_code": 404,
- "known": [
- "joe",
- "carlos01"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Cloudflare",
- "uri_check": "https://community.cloudflare.com/u/{account}/card.json",
- "uri_pretty": "https://community.cloudflare.com/u/{account}",
- "e_code": 200,
- "e_string": "user_avatar",
- "m_string": "The requested URL or resource could not be found",
- "m_code": 404,
- "known": [
- "carl",
- "morten"
- ],
- "cat": "tech"
- },
- {
- "name": "Clubhouse",
- "uri_check": "https://www.clubhouse.com/@{account}",
- "e_code": 200,
- "e_string": "\"user\":",
- "m_string": "404",
- "m_code": 404,
- "known": [
- "kirbyplessas",
- "rohan"
- ],
- "cat": "social"
- },
- {
- "name": "cnet",
- "uri_check": "https://www.cnet.com/profiles/{account}/",
- "e_code": 200,
- "e_string": "Member Since:",
- "m_string": "Page Not Found (404) - CNET",
- "m_code": 301,
- "known": [
- "john",
- "bob"
- ],
- "cat": "news"
- },
- {
- "name": "Coda",
- "uri_check": "https://coda.io/@{account}/",
- "e_code": 200,
- "e_string": "- Coda Profile",
- "m_string": "Coda | Page not found - Coda",
- "m_code": 404,
- "known": [
- "huizer",
- "kennywong"
- ],
- "cat": "hobby"
- },
- {
- "name": "Code Project",
- "uri_check": "https://www.codeproject.com/Members/{account}",
- "e_code": 200,
- "e_string": "Member since",
- "m_string": "Unable to load the requested member's information",
- "m_code": 200,
- "known": [
- "WmCraig",
- "Rick-York"
- ],
- "cat": "coding"
- },
- {
- "name": "Codeberg",
- "uri_check": "https://codeberg.org/{account}",
- "e_code": 200,
- "e_string": "Joined on",
- "m_string": "The page you are trying to reach either",
- "m_code": 404,
- "known": [
- "dachary",
- "happy"
- ],
- "cat": "coding"
- },
- {
- "name": "Codecademy",
- "uri_check": "https://discuss.codecademy.com/u/{account}/summary",
- "e_code": 200,
- "e_string": " Profile - ",
- "m_string": "Oops! That page doesn’t exist",
- "m_code": 404,
- "known": [
- "doctypeme",
- "ocean.war"
- ],
- "cat": "coding"
- },
- {
- "name": "CodeChef",
- "uri_check": "https://www.codechef.com/users/{account}",
- "e_code": 200,
- "e_string": "class=\"user-profile-container\"",
- "m_string": "",
- "m_code": 302,
- "known": [
- "maroonrk",
- "lyrically"
- ],
- "cat": "coding"
- },
- {
- "name": "Codeforces",
- "uri_check": "https://codeforces.com/api/user.info?handles={account}",
- "uri_pretty": "https://codeforces.com/profile/{account}",
- "e_code": 200,
- "e_string": "\"status\":\"OK\"",
- "m_string": "\"status\":\"FAILED\"",
- "m_code": 400,
- "known": [
- "Abdul01",
- "Abdullah"
- ],
- "cat": "coding"
- },
- {
- "name": "codementor",
- "uri_check": "https://www.codementor.io/@{account}",
- "e_code": 200,
- "e_string": "ABOUT ME",
- "m_string": "404/favicon.png",
- "m_code": 404,
- "known": [
- "e4c5",
- "juanelfers"
- ],
- "cat": "coding"
- },
- {
- "name": "CodePen",
- "uri_check": "https://codepen.io/{account}",
- "e_code": 200,
- "e_string": "property=\"og:url\"",
- "m_string": "data-test-id=\"text-404\"",
- "m_code": 404,
- "known": [
- "good88gorg",
- "RayyanDonut"
- ],
- "cat": "coding",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Coderwall",
- "uri_check": "https://coderwall.com/{account}/",
- "e_code": 200,
- "e_string": "s profile |",
- "m_string": "404! Our feels when that url is used",
- "m_code": 404,
- "known": [
- "john",
- "test"
- ],
- "cat": "coding"
- },
- {
- "name": "Codewars",
- "uri_check": "https://www.codewars.com/users/{account}",
- "e_code": 200,
- "e_string": "| Codewars",
- "m_string": "Whoops! The page you were looking for doesn't seem to exist.",
- "m_code": 404,
- "known": [
- "john",
- "reds"
- ],
- "cat": "coding"
- },
- {
- "name": "COLOURlovers",
- "uri_check": "https://www.colourlovers.com/ajax/check-username-availability",
- "uri_pretty": "https://www.colourlovers.com/lover/{account}",
- "post_body": "userName={account}",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
- },
- "e_code": 200,
- "e_string": "\"_status\":\"unavailable\"",
- "m_string": "\"_status\":\"available\"",
- "m_code": 200,
- "known": [
- "timanttimaarit",
- "tsoloweyko"
- ],
- "cat": "hobby",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Community Adobe",
- "uri_check": "https://community.adobe.com/t5/forums/searchpage/tab/user?q={account}",
- "e_code": 200,
- "e_string": "UserSearchItemContainer",
- "m_string": "No search results found.",
- "m_code": 200,
- "known": [
- "test",
- "janet"
- ],
- "cat": "tech"
- },
- {
- "name": "contactos.sex",
- "uri_check": "https://www.contactossex.com/profile/{account}",
- "e_code": 200,
- "e_string": "Información Personal",
- "m_string": "Desde 2001 conectando gente!",
- "m_code": 302,
- "known": [
- "danijak",
- "darkfox"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "coroflot",
- "uri_check": "https://www.coroflot.com/{account}",
- "e_code": 200,
- "e_string": "portfolio",
- "m_string": "Looking for something?",
- "m_code": 404,
- "known": [
- "john",
- "blue"
- ],
- "cat": "art"
- },
- {
- "name": "Coub",
- "uri_check": "https://coub.com/api/v2/channels/{account}",
- "uri_pretty": "https://coub.com/{account}/",
- "e_code": 200,
- "e_string": "\"user_id\":",
- "m_string": "\"error\":\"Unhandled exception\"",
- "m_code": 404,
- "known": [
- "djantidog",
- "mcnorington"
- ],
- "cat": "social"
- },
- {
- "name": "cowboys4angels",
- "uri_check": "https://cowboys4angels.com/cowboy/{account}/",
- "e_code": 200,
- "e_string": " - Cowboys 4 Angels",
- "m_string": "Error Page not found",
- "m_code": 404,
- "known": [
- "jaxjames",
- "jordan-2"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Cracked",
- "uri_check": "https://www.cracked.com/members/{account}",
- "e_code": 200,
- "e_string": "Member Since",
- "m_string": "",
- "m_code": 302,
- "known": [
- "mbattagl",
- "Hatchback"
- ],
- "cat": "social"
- },
- {
- "name": "cracked_io",
- "uri_check": "https://cracked.io/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "social"
- },
- {
- "name": "crevado",
- "uri_check": "https://{account}.crevado.com/",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "Portfolio",
- "m_string": "Site not found :-(",
- "m_code": 404,
- "known": [
- "john",
- "red"
- ],
- "cat": "images"
- },
- {
- "name": "Cropty",
- "uri_check": "https://api.cropty.io/v1/auth/{account}",
- "uri_pretty": "https://www.cropty.io/@{account}",
- "e_code": 200,
- "e_string": "\"name\":",
- "m_string": "\"errors\":",
- "m_code": 404,
- "known": [
- "mailmal",
- "dosash"
- ],
- "cat": "finance"
- },
- {
- "name": "Crowdin",
- "uri_check": "https://crowdin.com/profile/{account}",
- "e_code": 200,
- "e_string": "id=\"profile-page\"",
- "m_string": "class=\"error-page\"",
- "m_code": 404,
- "known": [
- "erga",
- "peter"
- ],
- "cat": "hobby"
- },
- {
- "name": "Cults3D",
- "uri_check": "https://cults3d.com/en/users/{account}/creations",
- "e_code": 200,
- "e_string": "All the 3D models of",
- "m_string": "Oh dear, this page is not working!",
- "m_code": 404,
- "known": [
- "Bstar3Dart",
- "john"
- ],
- "cat": "hobby"
- },
- {
- "name": "Cytoid",
- "uri_check": "https://cytoid.io/profile/{account}",
- "e_code": 200,
- "e_string": "Joined",
- "m_string": "Profile not found",
- "m_code": 404,
- "known": [
- "nyala",
- "speedymlg7"
- ],
- "cat": "gaming"
- },
- {
- "name": "Daily Kos",
- "uri_check": "https://www.dailykos.com/user/{account}",
- "e_code": 200,
- "e_string": "id=\"userData\"",
- "m_string": "Page not found! (404)",
- "m_code": 404,
- "known": [
- "msouza",
- "kos"
- ],
- "cat": "news"
- },
- {
- "name": "darudar",
- "uri_check": "https://darudar.org/users/{account}/",
- "e_code": 200,
- "e_string": ". Дарудар",
- "m_string": "404. Дару~дар: миру~мир!",
- "m_code": 404,
- "known": [
- "svetlana7",
- "igor"
- ],
- "cat": "misc"
- },
- {
- "name": "dateinasia",
- "uri_check": "https://www.dateinasia.com/{account}",
- "e_code": 200,
- "e_string": "About me",
- "m_string": "The page you are looking for does not exist",
- "m_code": 404,
- "known": [
- "shime",
- "janeferater"
- ],
- "cat": "dating"
- },
- {
- "name": "datezone",
- "uri_check": "https://www.datezone.com/users/{account}/",
- "e_code": 200,
- "e_string": "profile_status",
- "m_string": "404: page not found",
- "m_code": 200,
- "known": [
- "maniektwist",
- "carllos"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Dating.ru",
- "uri_check": "https://dating.ru/{account}/",
- "e_code": 200,
- "e_string": "| dating.ru",
- "m_string": "Такой страницы не существует.",
- "m_code": 404,
- "known": [
- "john",
- "blue"
- ],
- "cat": "dating"
- },
- {
- "name": "DDoSecrets",
- "uri_check": "https://search.ddosecrets.com/search?q={account}",
- "e_code": 200,
- "e_string": "aria-label=\"Search result pages\"",
- "m_string": "No results
",
- "m_code": 200,
- "known": [
- "egord",
- "Mddearing"
- ],
- "cat": "archived"
- },
- {
- "name": "Demotywatory",
- "uri_check": "https://demotywatory.pl/user/{account}",
- "e_code": 200,
- "e_string": "Z nami od:",
- "m_string": "Użytkownik o podanym pseudonimie nie istnieje.",
- "m_code": 200,
- "known": [
- "test",
- "test2"
- ],
- "cat": "images"
- },
- {
- "name": "depop",
- "uri_check": "https://www.depop.com/{account}/",
- "e_code": 200,
- "e_string": "s Shop - Depop",
- "m_string": "Sorry, that page doesn't exist",
- "m_code": 404,
- "known": [
- "sara",
- "susan"
- ],
- "cat": "shopping"
- },
- {
- "name": "Designspriation",
- "uri_check": "https://www.designspiration.com/{account}/",
- "e_code": 200,
- "e_string": "has discovered on Designspiration",
- "m_string": "Content Not Found",
- "m_code": 404,
- "known": [
- "sam",
- "smith"
- ],
- "cat": "art"
- },
- {
- "name": "destream",
- "uri_check": "https://api.destream.net/siteapi/v2/live/details/{account}",
- "uri_pretty": "https://destream.net/live/{account}",
- "e_code": 200,
- "e_string": "\"userName\":",
- "m_string": "\"errorMessage\":\"Error happened.\"",
- "m_code": 400,
- "known": [
- "skromnuy_fifa",
- "wudjer"
- ],
- "cat": "finance"
- },
- {
- "name": "Destructoid",
- "uri_check": "https://www.destructoid.com/?name={account}",
- "e_code": 200,
- "e_string": "Follow",
- "m_string": "Error in query",
- "m_code": 200,
- "known": [
- "john",
- "alice",
- "bob"
- ],
- "cat": "social"
- },
- {
- "name": "dev.to",
- "uri_check": "https://dev.to/{account}",
- "e_code": 200,
- "e_string": "\"@id\":",
- "m_string": "class=\"not-found-page base-background-color\"",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "coding",
- "protection": [
- "other"
- ]
- },
- {
- "name": "DeviantArt",
- "uri_check": "https://www.deviantart.com/{account}",
- "e_code": 200,
- "e_string": " | DeviantArt",
- "m_string": "DeviantArt: 404",
- "m_code": 404,
- "known": [
- "rattybike",
- "john"
- ],
- "cat": "images"
- },
- {
- "name": "devRant",
- "uri_check": "https://devrant.com/users/{account}",
- "e_code": 200,
- "e_string": "Joined devRant on",
- "m_string": "",
- "m_code": 302,
- "known": [
- "dfox",
- "trogus"
- ],
- "cat": "coding"
- },
- {
- "name": "dfgames",
- "uri_check": "https://www.dfgames.com.br/user/{account}",
- "e_code": 200,
- "e_string": "Reputa",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "carlos01",
- "eduardo"
- ],
- "cat": "gaming"
- },
- {
- "name": "Diablo",
- "uri_check": "https://diablo2.io/member/{account}/",
- "e_code": 200,
- "e_string": "Viewing profile - ",
- "m_string": "The requested user does not exist",
- "m_code": 404,
- "known": [
- "Mike01",
- "John"
- ],
- "cat": "gaming"
- },
- {
- "name": "DIBIZ",
- "uri_check": "https://www.dibiz.com/{account}",
- "e_code": 200,
- "e_string": "Add to contacts",
- "m_string": "An Error Has Occurred",
- "m_code": 404,
- "known": [
- "fractalhue",
- "rid"
- ],
- "cat": "business"
- },
- {
- "name": "Digitalspy",
- "uri_check": "https://forums.digitalspy.com/profile/discussions/{account}",
- "e_code": 200,
- "e_string": "About",
- "m_string": "User not found",
- "m_code": 404,
- "known": [
- "JeffG1",
- "Maxatoria"
- ],
- "cat": "social"
- },
- {
- "name": "diigo",
- "uri_check": "https://www.diigo.com/interact_api/load_profile_info?name={account}",
- "uri_pretty": "https://www.diigo.com/profile/{account}",
- "e_code": 200,
- "e_string": "regist_at",
- "m_string": "{}",
- "m_code": 200,
- "known": [
- "whoami",
- "johndoe"
- ],
- "cat": "images"
- },
- {
- "name": "Discogs",
- "uri_check": "https://api.discogs.com/users/{account}",
- "uri_pretty": "https://www.discogs.com/user/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"message\": \"User does not exist or may have been deleted.\"",
- "m_code": 404,
- "known": [
- "damiano84",
- "bernadette69"
- ],
- "cat": "music"
- },
- {
- "name": "Discord Invites",
- "uri_check": "https://discord.com/api/v9/invites/{account}?with_counts=true&with_expiration=true",
- "uri_pretty": "https://discord.com/invite/{account}",
- "e_code": 200,
- "e_string": "\"channel\":",
- "m_string": "\"message\": \"Unknown Invite\"",
- "m_code": 404,
- "known": [
- "test",
- "web"
- ],
- "cat": "social"
- },
- {
- "name": "Discord Users",
- "uri_check": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
- "post_body": "{\"username\": \"{account}\"}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"taken\":true",
- "m_string": "\"taken\":false",
- "m_code": 200,
- "known": [
- "test",
- "web"
- ],
- "cat": "social"
- },
- {
- "name": "Discourse",
- "uri_check": "https://meta.discourse.org/u/{account}/summary.json",
- "uri_pretty": "https://meta.discourse.org/u/{account}",
- "e_code": 200,
- "e_string": "topics",
- "m_string": "The requested URL or resource could not be found.",
- "m_code": 404,
- "known": [
- "ndalliard",
- "gerhard"
- ],
- "cat": "misc"
- },
- {
- "name": "discuss.elastic.co",
- "uri_check": "https://discuss.elastic.co/u/{account}",
- "e_code": 200,
- "e_string": " Profile",
- "m_string": "Oops!",
- "m_code": 404,
- "known": [
- "whoami",
- "johndoe"
- ],
- "cat": "tech"
- },
- {
- "name": "Disqus",
- "uri_check": "https://disqus.com/api/3.0/users/details?user=username:{account}&api_key=E8Uh5l5fHZ6gD8U3KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F",
- "uri_pretty": "https://disqus.com/by/{account}/",
- "e_code": 200,
- "e_string": "\"code\":0",
- "m_string": "\"code\":2",
- "m_code": 400,
- "known": [
- "Aristotelian1",
- "50calibercat"
- ],
- "cat": "social"
- },
- {
- "name": "Dissenter",
- "uri_check": "https://dissenter.com/user/{account}",
- "e_code": 200,
- "e_string": "Dissenter | The Comment Section of the Internet",
- "m_string": "That user is not registered here.",
- "m_code": 404,
- "known": [
- "pryerlee",
- "archdukeofevil"
- ],
- "cat": "political"
- },
- {
- "name": "Docker Hub (Organization)",
- "uri_check": "https://hub.docker.com/v2/orgs/{account}/",
- "uri_pretty": "https://hub.docker.com/u/{account}",
- "e_code": 200,
- "e_string": "\"uuid\":",
- "m_string": "\"orgname\":[\"",
- "m_code": 404,
- "known": [
- "bitnami",
- "tensorflow"
- ],
- "cat": "coding"
- },
- {
- "name": "Docker Hub (User)",
- "uri_check": "https://hub.docker.com/v2/users/{account}/",
- "uri_pretty": "https://hub.docker.com/u/{account}",
- "e_code": 200,
- "e_string": "\"uuid\":",
- "m_string": "\"message\":\"User not found\"",
- "m_code": 404,
- "known": [
- "dannapierskitoptal",
- "torvalds"
- ],
- "cat": "coding"
- },
- {
- "name": "Dojoverse",
- "uri_check": "https://dojoverse.com/members/{account}/",
- "e_code": 200,
- "e_string": "Joined",
- "m_string": "Looks like you got lost!.",
- "m_code": 404,
- "known": [
- "eric",
- "danielrivera10927"
- ],
- "cat": "hobby"
- },
- {
- "name": "donate.stream",
- "uri_check": "https://donate.stream/api/v1/streamer.get?path={account}&app=9f4e793cec820015d511dbc77b20c5c1",
- "uri_pretty": "https://donate.stream/{account}",
- "e_code": 200,
- "e_string": "\"response\":",
- "m_string": "\"message\":\"Not found\"",
- "m_code": 200,
- "known": [
- "requiemzxc_komaru",
- "hexttr"
- ],
- "cat": "finance",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Donatello",
- "uri_check": "https://donatello.to/{account}",
- "e_code": 200,
- "e_string": "UserPage.init",
- "m_string": "Сторінку не знайдено (404) - Donatello",
- "m_code": 404,
- "known": [
- "Metvix",
- "Selezenka"
- ],
- "cat": "finance"
- },
- {
- "name": "Donatik",
- "uri_check": "https://{account}.donatik.io/en",
- "e_code": 200,
- "e_string": "\\\"__typename\\\":\\\"User\\\"",
- "m_string": "id=\"__next_error__\"",
- "m_code": 500,
- "known": [
- "gypsyjitsu",
- "forestgamp3021"
- ],
- "cat": "finance"
- },
- {
- "name": "Donation Alerts",
- "uri_check": "https://www.donationalerts.com/api/v1/user/{account}/donationpagesettings",
- "uri_pretty": "https://www.donationalerts.com/r/{account}",
- "e_code": 200,
- "e_string": "\"data\":",
- "m_string": "\"success\":false",
- "m_code": 202,
- "known": [
- "gorou",
- "saku"
- ],
- "cat": "finance"
- },
- {
- "name": "Donatty",
- "uri_check": "https://api.donatty.com/users/find/{account}",
- "uri_pretty": "https://donatty.com/{account}",
- "e_code": 200,
- "e_string": "\"response\":",
- "m_string": "\"error\":\"internal error\"",
- "m_code": 404,
- "known": [
- "takaisekai",
- "fordmac"
- ],
- "cat": "business",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "dot.cards",
- "uri_check": "https://dot.cards/{account}",
- "e_code": 200,
- "e_string": "status\": \"success",
- "m_string": "status\": \"username_not_found",
- "m_code": 200,
- "known": [
- "dakmusic",
- "jhartwell"
- ],
- "cat": "business"
- },
- {
- "name": "Dota2.ru",
- "uri_check": "https://dota2.ru/forum/search/?type=user&keywords={account}&sort_by=username",
- "e_code": 200,
- "e_string": "class=\"forum-section__item forum-section__item--first\"",
- "m_string": "id=\"no-activity-posts\"",
- "m_code": 200,
- "known": [
- "narancha",
- "Darkness whisper"
- ],
- "cat": "gaming"
- },
- {
- "name": "DOTAFire",
- "uri_check": "https://www.dotafire.com/ajax/searchSite?text={account}&search=members",
- "e_code": 200,
- "e_string": "href=\"/profile/",
- "m_string": ">No results found",
- "m_code": 200,
- "known": [
- "DotaCoachApp",
- "zveen"
- ],
- "cat": "gaming"
- },
- {
- "name": "DOU",
- "uri_check": "https://dou.ua/users/{account}/",
- "e_code": 200,
- "e_string": "class=\"page-profile\"",
- "m_string": "class=\"page-error\"",
- "m_code": 404,
- "known": [
- "doucommunity",
- "volodymyrobrizan"
- ],
- "cat": "social"
- },
- {
- "name": "Dribbble",
- "uri_check": "https://dribbble.com/{account}",
- "e_code": 200,
- "e_string": " | Dribbble",
- "m_string": "(404)",
- "m_code": 404,
- "known": [
- "UI8",
- "keeplegend"
- ],
- "cat": "art"
- },
- {
- "name": "DRIVE2.RU",
- "uri_check": "https://www.drive2.ru/users/{account}/",
- "e_code": 200,
- "e_string": "itemprop=\"name\"",
- "m_string": "404 — Страница не найдена",
- "m_code": 404,
- "known": [
- "seryjkot",
- "timo6a"
- ],
- "cat": "social",
- "protection": [
- "ddos-guard"
- ]
- },
- {
- "name": "Droners",
- "uri_check": "https://droners.io/accounts/{account}/",
- "e_code": 200,
- "e_string": "- Professional Drone Pilot",
- "m_string": "(404)",
- "m_code": 302,
- "known": [
- "chriskahn",
- "swilken"
- ],
- "cat": "hobby"
- },
- {
- "name": "Drum",
- "uri_check": "https://drum.io/{account}/",
- "e_code": 200,
- "e_string": "firstName\": \"",
- "m_string": "Page not found",
- "m_code": 302,
- "known": [
- "huckcredibleshotz",
- "thesuccesspalette"
- ],
- "cat": "hobby"
- },
- {
- "name": "Duolingo",
- "uri_check": "https://www.duolingo.com/2017-06-30/users?username={account}&_=1628308619574",
- "uri_pretty": "https://www.duolingo.com/profile/{account}",
- "e_code": 200,
- "e_string": "joinedClassroomIds",
- "m_string": "\"users\" : []",
- "m_code": 200,
- "known": [
- "sdfsdf",
- "duolingo"
- ],
- "cat": "hobby"
- },
- {
- "name": "easyen",
- "uri_check": "https://easyen.ru/index/8-0-{account}",
- "e_code": 200,
- "e_string": "День рождения",
- "m_string": "Пользователь не найден",
- "m_code": 200,
- "known": [
- "wd"
- ],
- "cat": "social"
- },
- {
- "name": "eBay",
- "uri_check": "https://www.ebay.com/usr/{account}",
- "e_code": 200,
- "e_string": "on eBay",
- "m_string": "The User ID you entered was not found",
- "m_code": 200,
- "known": [
- "the_gqs",
- "johnny"
- ],
- "cat": "shopping"
- },
- {
- "name": "ebay_stores",
- "uri_check": "https://www.ebay.com/str/{account}",
- "e_code": 200,
- "e_string": "| eBay Stores",
- "m_string": "Sorry, this store was not found.",
- "m_code": 410,
- "known": [
- "tactical",
- "tactical-security"
- ],
- "cat": "shopping"
- },
- {
- "name": "Electrobel",
- "uri_check": "https://be.electrobel.org/register.ajax",
- "uri_pretty": "https://be.electrobel.org/{account}",
- "post_body": "action=checkUsername&username={account}",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded"
- },
- "e_code": 200,
- "e_string": "\"html\":\"Username exists
Please choose another\"",
- "m_string": "\"html\":\"Name is available\"",
- "m_code": 200,
- "known": [
- "wixel",
- "Gloomer"
- ],
- "cat": "social"
- },
- {
- "name": "Engadget",
- "uri_check": "https://www.engadget.com/about/editors/{account}/",
- "e_code": 200,
- "e_string": "\"displayName\"",
- "m_string": ", - Engadget",
- "m_code": 200,
- "known": [
- "devindra-hardawar",
- "kris-holt"
- ],
- "cat": "tech"
- },
- {
- "name": "EPORNER",
- "uri_check": "https://www.eporner.com/xhr/check/",
- "uri_pretty": "https://www.eporner.com/profile/{account}/",
- "post_body": "xhr=1&act=check_login&login={account}",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
- },
- "e_code": 200,
- "e_string": "\"msg_body\":\"This login already exists. Choose another one\"",
- "m_string": "\"msg_body\":\"Available\"",
- "m_code": 200,
- "known": [
- "LAM_2030",
- "DianaX814"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Etoro",
- "uri_check": "https://www.etoro.com/api/logininfo/v1.1/users/{account}",
- "uri_pretty": "https://www.etoro.com/people/{account}",
- "e_code": 200,
- "e_string": "\"gcid\":",
- "m_string": "\"ErrorCode\":\"NotFound\"",
- "m_code": 404,
- "known": [
- "jeepsontrading",
- "armandofoschini"
- ],
- "cat": "finance",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Etsy",
- "uri_check": "https://www.etsy.com/people/{account}",
- "e_code": 200,
- "e_string": " favorite items - Etsy",
- "m_string": "Sorry, the member you are looking for does not exist",
- "m_code": 404,
- "known": [
- "david",
- "happiness"
- ],
- "cat": "shopping"
- },
- {
- "name": "Evolution CMS",
- "uri_check": "https://community.evocms.ru/users/?search={account}",
- "e_code": 200,
- "e_string": "id=\"user-search\"",
- "m_string": "",
- "m_code": 200,
- "known": [
- "Dmi3yy",
- "Pathologic"
- ],
- "cat": "tech"
- },
- {
- "name": "Expressional.social (Mastodon Instance)",
- "uri_check": "https://expressional.social/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://expressional.social/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "jippi",
- "poolesen"
- ],
- "cat": "social"
- },
- {
- "name": "Eyeem",
- "uri_check": "https://www.eyeem.com/u/{account}",
- "e_code": 200,
- "e_string": "Marketplace",
- "m_string": "Not Found (404) | EyeEm",
- "m_code": 301,
- "known": [
- "john",
- "bob"
- ],
- "cat": "art"
- },
- {
- "name": "F3",
- "uri_check": "https://f3.cool/{account}",
- "e_code": 200,
- "e_string": "@",
- "m_string": "Page Not Found - F3",
- "m_code": 404,
- "known": [
- "nick",
- "john"
- ],
- "cat": "social"
- },
- {
- "name": "Fabswingers",
- "uri_check": "https://www.fabswingers.com/profile/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "dating"
- },
- {
- "name": "Facebook",
- "uri_check": "https://www.facebook.com/{account}/",
- "e_code": 200,
- "e_string": "__isProfile",
- "m_string": "Facebook",
- "m_code": 200,
- "known": [
- "john.miniolic",
- "adam"
- ],
- "cat": "social"
- },
- {
- "name": "FACEIT",
- "uri_check": "https://www.faceit.com/api/users/v1/nicknames/{account}",
- "uri_pretty": "https://www.faceit.com/en/players/{account}",
- "e_code": 200,
- "e_string": "\"result\":\"OK\"",
- "m_string": "\"message\":\"user not found\"",
- "m_code": 404,
- "known": [
- "s1mple",
- "w0nderful"
- ],
- "cat": "gaming"
- },
- {
- "name": "Faktopedia",
- "uri_check": "https://faktopedia.pl/user/{account}",
- "e_code": 200,
- "e_string": "Zamieszcza fakty od:",
- "m_string": "Nie znaleziono użytkownika o podanym loginie.",
- "m_code": 200,
- "known": [
- "janek",
- "ania"
- ],
- "cat": "images"
- },
- {
- "name": "FanCentro",
- "uri_check": "https://fancentro.com/api/profile.get?profileAlias={account}&limit=1",
- "uri_pretty": "https://fancentro.com/{account}/",
- "e_code": 200,
- "e_string": "\"status\":true",
- "m_string": "\"status\":false",
- "m_code": 200,
- "known": [
- "medroxy",
- "miaaamador"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Fandom",
- "uri_check": "https://www.fandom.com/u/{account}",
- "e_code": 200,
- "e_string": "| Profile | Fandom",
- "m_string": "Not Found",
- "m_code": 404,
- "known": [
- "EJacobs94",
- "Drew_Dietsch"
- ],
- "cat": "gaming"
- },
- {
- "name": "fanpop",
- "uri_check": "https://www.fanpop.com/fans/{account}",
- "e_code": 200,
- "e_string": "Fanpopping since",
- "m_string": "",
- "m_code": 302,
- "known": [
- "test",
- "johndoe"
- ],
- "cat": "social"
- },
- {
- "name": "Fansly",
- "uri_check": "https://apiv2.fansly.com/api/v1/account?usernames={account}",
- "uri_pretty": "https://fansly.com/{account}/posts",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"response\":[]",
- "m_code": 200,
- "known": [
- "Mikomin",
- "test"
- ],
- "cat": "xx NSFW xx",
- "protection": [
- "cloudfront"
- ]
- },
- {
- "name": "Fark",
- "uri_check": "https://www.fark.com/users/{account}",
- "e_code": 200,
- "e_string": "Fark account number",
- "m_string": "Tastes like chicken.",
- "m_code": 200,
- "known": [
- "bob",
- "bobby"
- ],
- "cat": "social"
- },
- {
- "name": "FatSecret",
- "uri_check": "https://www.fatsecret.com/member/{account}",
- "e_code": 200,
- "e_string": "- Member",
- "m_string": "Your Key to Success",
- "m_code": 302,
- "known": [
- "bob",
- "bobby"
- ],
- "cat": "health"
- },
- {
- "name": "Federated.press (Mastodon Instance)",
- "uri_check": "https://federated.press/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://federated.press/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "wood",
- "cliffcheney"
- ],
- "cat": "social"
- },
- {
- "name": "Figma",
- "uri_check": "https://www.figma.com/api/profile/handle/{account}",
- "uri_pretty": "https://www.figma.com/@{account}",
- "e_code": 200,
- "e_string": "\"status\":200",
- "m_string": "\"status\":404",
- "m_code": 404,
- "known": [
- "bob",
- "mike"
- ],
- "cat": "tech",
- "protection": [
- "cloudfront"
- ]
- },
- {
- "name": "Filmot Channel Search",
- "uri_check": "https://filmot.com/channelsearch/{account}",
- "e_code": 200,
- "e_string": "Subscribers",
- "m_string": "No channels found",
- "m_code": 200,
- "known": [
- "bobicraft",
- "parodiadoranimado"
- ],
- "cat": "archived"
- },
- {
- "name": "Filmot Unlisted Videos",
- "uri_check": "https://filmot.com/unlistedSearch?channelQuery={account}&sortField=uploaddate&sortOrder=desc&",
- "e_code": 200,
- "e_string": "clips found",
- "m_string": "No results",
- "m_code": 200,
- "known": [
- "holasoygerman",
- "elrubiusomg"
- ],
- "cat": "archived"
- },
- {
- "name": "Filmweb",
- "uri_check": "https://www.filmweb.pl/user/{account}",
- "e_code": 200,
- "e_string": "profil w Filmweb",
- "m_string": "Varnish 404",
- "m_code": 200,
- "known": [
- "test",
- "Marcin_P"
- ],
- "cat": "hobby"
- },
- {
- "name": "fine_art_america",
- "uri_check": "https://fineartamerica.com/profiles/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "shopping"
- },
- {
- "name": "Fiverr",
- "uri_check": "https://www.fiverr.com/validate_username",
- "uri_pretty": "https://www.fiverr.com/{account}",
- "post_body": "{\"username\": \"{account}\"}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 201,
- "e_string": "\"errorKeys\":[[\"username\",\"user_taken\"]]",
- "m_string": "\"status\":\"success\"",
- "m_code": 201,
- "known": [
- "yellowdd",
- "samanvay"
- ],
- "cat": "shopping"
- },
- {
- "name": "FL.ru",
- "uri_check": "https://www.fl.ru/users/{account}/portfolio/",
- "e_code": 200,
- "e_string": "class=\"page-profile\"",
- "m_string": "content=\"404 Not Found\"",
- "m_code": 404,
- "known": [
- "makediffdev",
- "moldanovadasha"
- ],
- "cat": "social",
- "protection": [
- "ddos-guard"
- ]
- },
- {
- "name": "Flickr",
- "uri_check": "https://www.flickr.com/photos/{account}/",
- "e_code": 200,
- "e_string": "| Flickr",
- "m_string": "",
- "m_code": 404,
- "known": [
- "glaciernps",
- "test"
- ],
- "cat": "images"
- },
- {
- "name": "Flightradar24",
- "uri_check": "https://my.flightradar24.com/{account}/",
- "e_code": 200,
- "e_string": "class=\"profile-card\" data-profile-user=",
- "m_string": "class=\"main page-not-found-main",
- "m_code": 404,
- "known": [
- "finn",
- "pavelkral"
- ],
- "cat": "misc"
- },
- {
- "name": "Flipboard",
- "uri_check": "https://flipboard.com/@{account}",
- "e_code": 200,
- "e_string": ") on Flipboard",
- "m_string": "",
- "m_code": 404,
- "known": [
- "cosmopolitan",
- "Mashable"
- ],
- "cat": "tech"
- },
- {
- "name": "flowcode",
- "uri_check": "https://www.flowcode.com/page/{account}",
- "e_code": 200,
- "e_string": ";s Flowpage",
- "m_string": "Nobody's reserved this Flowpage yet.",
- "m_code": 404,
- "known": [
- "evdokia",
- "irina"
- ],
- "cat": "social"
- },
- {
- "name": "Fodors Forum",
- "uri_check": "https://www.fodors.com/community/profile/{account}/forum-activity",
- "e_code": 200,
- "e_string": "User Profile | Fodor’s Travel",
- "m_string": "Plan Your Trip Online",
- "m_code": 302,
- "known": [
- "jdstraveler",
- "gooster"
- ],
- "cat": "social"
- },
- {
- "name": "Folkd",
- "uri_check": "https://www.folkd.com/?app=core&module=system&controller=ajax&do=usernameExists&input={account}",
- "uri_pretty": "https://www.folkd.com/search/?q={account}&quick=1&type=core_members",
- "e_code": 200,
- "e_string": "\"message\":\"That display name is in use by another member.\"",
- "m_string": "\"result\":\"ok\"",
- "m_code": 200,
- "known": [
- "smartplayapk",
- "abdulmerfantz"
- ],
- "cat": "social",
- "protection": [
- "other"
- ]
- },
- {
- "name": "Fortnite Tracker",
- "uri_check": "https://fortnitetracker.com/profile/all/{account}",
- "e_code": 200,
- "e_string": "s Fortnite Stats - Fortnite Tracker",
- "m_string": "Fortnite Player Stats -",
- "m_code": 404,
- "known": [
- "steph",
- "sam"
- ],
- "cat": "gaming"
- },
- {
- "name": "forumprawne.org",
- "uri_check": "https://forumprawne.org/members/{account}.html",
- "e_code": 200,
- "e_string": "Wiadomość",
- "m_string": "",
- "m_code": 500,
- "known": [
- "test",
- "test2"
- ],
- "cat": "misc"
- },
- {
- "name": "Fosstodon.org (Mastodon Instance)",
- "uri_check": "https://fosstodon.org/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://fosstodon.org/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "linux",
- "Phil35"
- ],
- "cat": "social"
- },
- {
- "name": "fotka",
- "uri_check": "https://api.fotka.com/v2/user/dataStatic?login={account}",
- "uri_pretty": "https://fotka.com/profil/{account}",
- "e_code": 200,
- "e_string": "profil",
- "m_string": "ERROR",
- "m_code": 200,
- "known": [
- "test",
- "test2"
- ],
- "cat": "social"
- },
- {
- "name": "Fotolog Archived Profile",
- "uri_check": "https://archive.org/wayback/available?url=https://www.fotolog.com/{account}",
- "uri_pretty": "https://web.archive.org/web/2/fotolog.com/{account}",
- "e_code": 200,
- "e_string": "\"archived_snapshots\": {\"closest\"",
- "m_string": "\"archived_snapshots\": {}",
- "m_code": 200,
- "known": [
- "x_zudex_x",
- "angelito"
- ],
- "cat": "archived"
- },
- {
- "name": "Foursquare",
- "uri_check": "https://foursquare.com/{account}",
- "e_code": 200,
- "e_string": "class=\"userProfile2Page\"",
- "m_string": "",
- "m_code": 308,
- "known": [
- "j0hn",
- "ncyp23"
- ],
- "cat": "social"
- },
- {
- "name": "freeCodeCamp",
- "uri_check": "https://api.freecodecamp.org/users/get-public-profile?username={account}",
- "uri_pretty": "https://www.freecodecamp.org/{account}",
- "e_code": 200,
- "e_string": "\"user\":",
- "m_string": "{}",
- "m_code": 404,
- "known": [
- "zaira",
- "caesarsage"
- ],
- "cat": "coding",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Freelance.RU",
- "uri_check": "https://freelance.ru/{account}",
- "e_code": 200,
- "e_string": "class=\" user-top-container user-portfolio\"",
- "m_string": "class=\"msg_error alert alert-danger\"",
- "m_code": 404,
- "known": [
- "sunsey",
- "semanticlan"
- ],
- "cat": "business"
- },
- {
- "name": "Freelance.ua",
- "uri_check": "https://freelance.ua/user/{account}/",
- "e_code": 200,
- "e_string": "p-profile-avatar",
- "m_string": "Схоже, дана сторінка не знайдена",
- "m_code": 404,
- "known": [
- "tkachenkoalex",
- "oleksandrseo1"
- ],
- "cat": "social"
- },
- {
- "name": "Freelancehunt Employer",
- "uri_check": "https://freelancehunt.com/en/employer/{account}.html",
- "e_code": 200,
- "e_string": "\"@id\":\"https://freelancehunt.com/en/employers\"",
- "m_string": "User not found.",
- "m_code": 404,
- "known": [
- "vadym1232",
- "Dekovital"
- ],
- "cat": "social",
- "protection": [
- "other"
- ]
- },
- {
- "name": "Freelancehunt Freelancer",
- "uri_check": "https://freelancehunt.com/en/freelancer/{account}.html",
- "e_code": 200,
- "e_string": "\"@id\":\"https://freelancehunt.com/en/freelancers\"",
- "m_string": "User not found.",
- "m_code": 404,
- "known": [
- "rhythmdev_top",
- "Zainka"
- ],
- "cat": "social",
- "protection": [
- "other"
- ]
- },
- {
- "name": "Freelancer",
- "uri_check": "https://www.freelancer.com/api/users/0.1/users?usernames%5B%5D={account}&compact=true",
- "uri_pretty": "https://www.freelancer.com/u/{account}",
- "e_code": 200,
- "e_string": "\"users\":{\"",
- "m_string": "\"users\":{}",
- "m_code": 200,
- "known": [
- "desiaunty",
- "creatvmind"
- ],
- "cat": "business"
- },
- {
- "name": "freesound",
- "uri_check": "https://freesound.org/people/{account}/section/stats/?ajax=1",
- "uri_pretty": "https://freesound.org/people/{account}/",
- "e_code": 200,
- "e_string": "forum posts",
- "m_string": "Page not found
",
- "m_code": 404,
- "known": [
- "Manu593",
- "somewhereinjp"
- ],
- "cat": "music"
- },
- {
- "name": "FreeSteamKeys",
- "uri_check": "https://www.freesteamkeys.com/members/{account}/",
- "e_code": 200,
- "e_string": "item-header-avatar",
- "m_string": "error404",
- "m_code": 404,
- "known": [
- "giveaway-su",
- "keygenerator"
- ],
- "cat": "gaming"
- },
- {
- "name": "FriendFinder",
- "uri_check": "https://friendfinder.com/profile/{account}",
- "e_code": 200,
- "e_string": "Last Visit:",
- "m_string": "302 Found",
- "m_code": 302,
- "known": [
- "alex56",
- "john"
- ],
- "cat": "dating"
- },
- {
- "name": "FriendFinder-X",
- "uri_check": "https://www.friendfinder-x.com/profile/{account}",
- "e_code": 200,
- "e_string": "'s Dating Profile on FriendFinder-x",
- "m_string": "The document has moved",
- "m_code": 302,
- "known": [
- "john"
- ],
- "cat": "dating"
- },
- {
- "name": "Fur Affinity",
- "uri_check": "https://www.furaffinity.net/user/{account}/",
- "e_code": 200,
- "e_string": "",
- "m_string": "System Error
",
- "m_code": 200,
- "known": [
- "karintina",
- "mikrogoat"
- ],
- "cat": "images"
- },
- {
- "name": "Gab",
- "uri_check": "https://gab.com/api/v1/account_by_username/{account}",
- "uri_pretty": "https://gab.com/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"error\":\"Record not found\"",
- "m_code": 404,
- "known": [
- "RealMarjorieGreene",
- "LaurenBoebert"
- ],
- "cat": "political"
- },
- {
- "name": "Game Jolt",
- "uri_check": "https://gamejolt.com/site-api/web/profile/@{account}/",
- "uri_pretty": "https://gamejolt.com/@{account}",
- "e_code": 200,
- "e_string": "created_on",
- "m_string": "null,",
- "m_code": 404,
- "known": [
- "nilllzz",
- "KorbloxTeams"
- ],
- "cat": "gaming"
- },
- {
- "name": "game_debate",
- "uri_check": "https://www.game-debate.com/profile/{account}",
- "e_code": 200,
- "e_string": "| , , GB pc game performance",
- "m_string": "Not Found",
- "m_code": 404,
- "known": [
- "Johnboy",
- "Crazy"
- ],
- "cat": "gaming"
- },
- {
- "name": "Gamer DVR",
- "uri_check": "https://gamerdvr.com/gamer/{account}",
- "e_code": 200,
- "e_string": "class=\"gamerpic\"",
- "m_string": "You are being <",
- "m_code": 302,
- "known": [
- "dnlunger",
- "punksxe"
- ],
- "cat": "gaming"
- },
- {
- "name": "Gamespot",
- "uri_check": "https://www.gamespot.com/profile/{account}/summary/activity/?ajax",
- "uri_pretty": "https://www.gamespot.com/profile/{account}/",
- "e_code": 200,
- "e_string": "\"success\":true",
- "m_string": "\"success\":false",
- "m_code": 200,
- "known": [
- "alice",
- "bob"
- ],
- "cat": "gaming",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Garmin connect",
- "uri_check": "https://connect.garmin.com/modern/profile/{account}",
- "e_code": 200,
- "e_string": "window.ERROR_VIEW = null",
- "m_string": "resourceNotFoundRoute",
- "m_code": 200,
- "known": [
- "tommy",
- "cderalow"
- ],
- "cat": "health"
- },
- {
- "name": "GDBrowser",
- "uri_check": "https://gdbrowser.com/api/profile/{account}",
- "uri_pretty": "https://gdbrowser.com/u/{account}",
- "e_code": 200,
- "e_string": "\"accountID\":",
- "m_string": "-1",
- "m_code": 500,
- "known": [
- "SorkoPiko",
- "Subwoofer"
- ],
- "cat": "gaming"
- },
- {
- "name": "GeeksForGeeks",
- "uri_check": "https://authapi.geeksforgeeks.org/api-get/user-profile-info/?handle={account}",
- "uri_pretty": "https://www.geeksforgeeks.org/user/{account}/",
- "e_code": 200,
- "e_string": "\"message\":\"data retrieved successfully\"",
- "m_string": "\"message\":\"User not found!\"",
- "m_code": 400,
- "known": [
- "nath_789",
- "harshrajsinghsiwan",
- "igovindindia"
- ],
- "cat": "coding"
- },
- {
- "name": "Genius (Artists)",
- "uri_check": "https://genius.com/artists/{account}",
- "e_code": 200,
- "e_string": "class=\"profile_header\"",
- "m_string": "class=\"render_404\"",
- "m_code": 404,
- "known": [
- "Profjam",
- "Hozier"
- ],
- "cat": "music"
- },
- {
- "name": "Genius (Users)",
- "uri_check": "https://genius.com/{account}",
- "e_code": 200,
- "e_string": "class=\"profile_header\"",
- "m_string": "class=\"render_404\"",
- "m_code": 404,
- "known": [
- "Rabe8i",
- "Tobias_the_explicator"
- ],
- "cat": "music"
- },
- {
- "name": "Geocaching",
- "uri_check": "https://www.geocaching.com/p/?u={account}",
- "e_code": 200,
- "e_string": "class=\"hax-profile\"",
- "m_string": "class=\"callout http-error\"",
- "m_code": 404,
- "known": [
- "moun10bike",
- "niraD",
- "john"
- ],
- "cat": "social"
- },
- {
- "name": "getmonero",
- "uri_check": "https://forum.getmonero.org/user/{account}",
- "e_code": 200,
- "e_string": "Monero | User",
- "m_string": "Monero | Page not found. Error: 404",
- "m_code": 200,
- "known": [
- "silverfox",
- "monero"
- ],
- "cat": "misc"
- },
- {
- "name": "Gettr",
- "uri_check": "https://gettr.com/api/s/uinf/{account}",
- "uri_pretty": "https://gettr.com/user/{account}",
- "e_code": 200,
- "e_string": "\"rc\":\"OK\"",
- "m_string": "\"rc\":\"ERR\"",
- "m_code": 400,
- "known": [
- "gettr",
- "support"
- ],
- "cat": "social"
- },
- {
- "name": "Gigapan",
- "uri_check": "https://www.gigapan.com/profiles/{account}",
- "e_code": 200,
- "e_string": "width=\"100\"",
- "m_string": "View Gigapans",
- "m_code": 404,
- "known": [
- "test",
- "lucahammer"
- ],
- "cat": "hobby"
- },
- {
- "name": "Giphy (Channel)",
- "uri_check": "https://giphy.com/channel/{account}",
- "e_code": 200,
- "e_string": "\\\"user_id\\\"",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "teddy_99",
- "LastYear"
- ],
- "cat": "images",
- "protection": [
- "other"
- ]
- },
- {
- "name": "Gitea",
- "uri_check": "https://gitea.com/api/v1/users/{account}",
- "uri_pretty": "https://gitea.com/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"message\":\"user redirect does not exist",
- "m_code": 404,
- "known": [
- "xin",
- "dev",
- "jane"
- ],
- "cat": "coding"
- },
- {
- "name": "Gitee",
- "uri_check": "https://gitee.com/{account}",
- "e_code": 200,
- "e_string": "class=\"ui container user_page\"",
- "m_string": "class=\"container error midCenter\"",
- "m_code": 404,
- "known": [
- "maxim",
- "fupengfei"
- ],
- "cat": "coding"
- },
- {
- "name": "GitHub",
- "uri_check": "https://api.github.com/users/{account}",
- "uri_pretty": "https://github.com/{account}",
- "headers": {
- "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
- },
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"status\": \"404\"",
- "m_code": 404,
- "known": [
- "test",
- "WebBreacher"
- ],
- "cat": "coding"
- },
- {
- "name": "GitHub Gists",
- "uri_check": "https://api.github.com/users/{account}/gists",
- "uri_pretty": "https://gist.github.com/{account}",
- "headers": {
- "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
- },
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"status\": \"404\"",
- "m_code": 404,
- "known": [
- "teymurgahramanov",
- "WebBreacher"
- ],
- "cat": "coding"
- },
- {
- "name": "GitLab",
- "uri_check": "https://gitlab.com/api/v4/users?username={account}",
- "uri_pretty": "https://gitlab.com/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "[]",
- "m_code": 200,
- "known": [
- "skennedy",
- "KennBro"
- ],
- "cat": "coding"
- },
- {
- "name": "gloria.tv",
- "uri_check": "https://gloria.tv/{account}",
- "e_code": 200,
- "e_string": "Last online",
- "m_string": "Page unavailable",
- "m_code": 404,
- "known": [
- "Irapuato",
- "en.news"
- ],
- "cat": "social"
- },
- {
- "name": "GNOME (GitLab)",
- "uri_check": "https://gitlab.gnome.org/api/v4/users?username={account}",
- "uri_pretty": "https://gitlab.gnome.org/{account}",
- "e_code": 200,
- "e_string": "\"username\":",
- "m_string": "[]",
- "m_code": 200,
- "known": [
- "MystikNinja",
- "0xMRTT"
- ],
- "cat": "coding",
- "protection": [
- "anubis"
- ]
- },
- {
- "name": "GNOME (Shell Extensions)",
- "uri_check": "https://extensions.gnome.org/accounts/profile/{account}",
- "e_code": 200,
- "e_string": "class=\"user-details\"",
- "m_string": "404 - Page not Found
",
- "m_code": 404,
- "known": [
- "johnny",
- "dev"
- ],
- "cat": "coding"
- },
- {
- "name": "GOG",
- "uri_check": "https://www.gog.com/u/{account}",
- "e_code": 200,
- "e_string": "window.profilesData.profileUser",
- "m_string": "href=\"http://www.gog.com/404\"",
- "m_code": 302,
- "known": [
- "user",
- "Admin"
- ],
- "cat": "gaming"
- },
- {
- "name": "Goodgame_Russia",
- "uri_check": "https://goodgame.ru/channel/{account}/",
- "e_code": 200,
- "e_string": "channel_id",
- "m_string": "Такой страницы не существует",
- "m_code": 400,
- "known": [
- "ejysarmat",
- "JacksonTV"
- ],
- "cat": "gaming"
- },
- {
- "name": "gpodder.net",
- "uri_check": "https://gpodder.net/user/{account}/",
- "e_code": 200,
- "e_string": "mdash; gpodder.net",
- "m_string": "404 - Not found",
- "m_code": 404,
- "known": [
- "blue",
- "red"
- ],
- "cat": "music"
- },
- {
- "name": "grandprof",
- "uri_check": "https://grandprof.org/communaute/{account}",
- "e_code": 200,
- "e_string": "s Profile",
- "m_string": "Mauvaise pioche",
- "m_code": 404,
- "known": [
- "mohamed01",
- "amine"
- ],
- "cat": "misc"
- },
- {
- "name": "Graphics.social (Mastodon Instance)",
- "uri_check": "https://graphics.social/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://graphics.social/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "brian",
- "moonpotato"
- ],
- "cat": "social"
- },
- {
- "name": "Gravatar",
- "uri_check": "https://en.gravatar.com/{account}.json",
- "uri_pretty": "https://en.gravatar.com/{account}",
- "e_code": 200,
- "e_string": "entry",
- "m_string": "User not found",
- "m_code": 404,
- "known": [
- "test"
- ],
- "cat": "images"
- },
- {
- "name": "Greasy Fork",
- "uri_check": "https://greasyfork.org/en/users?q={account}",
- "e_code": 200,
- "e_string": "class=\"user-list\"",
- "m_string": "No users!
",
- "m_code": 200,
- "known": [
- "TScofield",
- "gitscofield"
- ],
- "cat": "tech"
- },
- {
- "name": "GTAinside.com",
- "uri_check": "https://www.gtainside.com/user/{account}",
- "e_code": 200,
- "e_string": "userpage_user",
- "m_string": "404 Not Found",
- "m_code": 200,
- "known": [
- "daniel",
- "franco"
- ],
- "cat": "gaming"
- },
- {
- "name": "gumroad",
- "uri_check": "https://{account}.gumroad.com/",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "s profile picture",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "ellietalksmoney",
- "reallyniceimages"
- ],
- "cat": "shopping"
- },
- {
- "name": "Habbo.com",
- "uri_check": " https://www.habbo.com/api/public/users?name={account}",
- "uri_pretty": " https://www.habbo.com/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "error\": \"not-found",
- "m_code": 404,
- "known": [
- "john",
- "michelle"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habbo.com.br",
- "uri_check": "https://www.habbo.com.br/api/public/users?name={account}",
- "uri_pretty": "https://www.habbo.com.br/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "error\": \"not-found",
- "m_code": 404,
- "known": [
- "jeaniucas",
- "cellao"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habbo.com.tr",
- "uri_check": "https://www.habbo.com.tr/api/public/users?name={account}",
- "uri_pretty": "https://www.habbo.com.tr/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "error\": \"not-found",
- "m_code": 404,
- "known": [
- "fatma9180",
- "elektrikci"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habbo.de",
- "uri_check": "https://www.habbo.de/api/public/users?name={account}",
- "uri_pretty": "https://www.habbo.de/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "error\": \"not-found",
- "m_code": 404,
- "known": [
- "klaus",
- "angelinaa"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habbo.es",
- "uri_check": " https://www.habbo.es/api/public/users?name={account}",
- "uri_pretty": " https://www.habbo.es/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "not-found",
- "m_code": 404,
- "known": [
- "juan",
- "michelle"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habbo.fi",
- "uri_check": "https://www.habbo.fi/api/public/users?name={account}",
- "uri_pretty": "https://www.habbo.fi/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "error\": \"not-found",
- "m_code": 404,
- "known": [
- "cucumberz",
- "Yasline"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habbo.fr",
- "uri_check": "https://www.habbo.fr/api/public/users?name={account}",
- "uri_pretty": "https://www.habbo.fr/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "error\": \"not-found",
- "m_code": 404,
- "known": [
- "2006",
- "sicilienne"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habbo.it",
- "uri_check": "https://www.habbo.it/api/public/users?name={account}",
- "uri_pretty": "https://www.habbo.it/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "error\": \"not-found",
- "m_code": 404,
- "known": [
- "samsebek",
- "papablu"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habbo.nl",
- "uri_check": "https://www.habbo.nl/api/public/users?name={account}",
- "uri_pretty": "https://www.habbo.nl/profile/{account}",
- "e_code": 200,
- "e_string": "uniqueId\":",
- "m_string": "error\": \"not-found",
- "m_code": 404,
- "known": [
- "XOTWOD.xx",
- "xoSorxo"
- ],
- "cat": "gaming"
- },
- {
- "name": "Habr",
- "uri_check": "https://habr.com/ru/users/{account}/",
- "e_code": 200,
- "e_string": "tm-page tm-user",
- "m_string": "tm-error-message",
- "m_code": 404,
- "known": [
- "Bo0oM",
- "AlhimicMan"
- ],
- "cat": "social"
- },
- {
- "name": "Habr Employer",
- "uri_check": "https://freelance.habr.com/freelancers/{account}/employer",
- "e_code": 200,
- "e_string": "user-profile profile-blocks",
- "m_string": "icon_user_locked",
- "m_code": 404,
- "known": [
- "aufdk",
- "Danvantariy"
- ],
- "cat": "social"
- },
- {
- "name": "Habr Freelancer",
- "uri_check": "https://freelance.habr.com/freelancers/{account}",
- "e_code": 200,
- "e_string": "user-profile profile-blocks",
- "m_string": "icon_user_locked",
- "m_code": 404,
- "known": [
- "Bo0oM",
- "Akloom"
- ],
- "cat": "social"
- },
- {
- "name": "Habr Q&A",
- "uri_check": "https://qna.habr.com/user/{account}",
- "e_code": 200,
- "e_string": "class=\"page-header__info\"",
- "m_string": "icon_error_404",
- "m_code": 404,
- "known": [
- "Masthead",
- "dmitriypur"
- ],
- "cat": "coding"
- },
- {
- "name": "Habtium",
- "uri_check": "https://habtium.es/{account}",
- "e_code": 200,
- "e_string": "Oops!",
- "m_code": 404,
- "known": [
- "diegjeremy",
- "suigetsu"
- ],
- "cat": "gaming"
- },
- {
- "name": "Hackaday.io",
- "uri_check": "https://hackaday.io/{account}",
- "strip_bad_char": "-",
- "e_code": 200,
- "e_string": "class=\"following-container \"",
- "m_string": "class=\"error-nav\"",
- "m_code": 404,
- "known": [
- "john",
- "adam"
- ],
- "cat": "hobby"
- },
- {
- "name": "Hackadvisor",
- "uri_check": "https://hackadvisor.io/api/v2/profile/{account}/",
- "uri_pretty": "https://hackadvisor.io/hacker/{account}",
- "e_code": 200,
- "e_string": "\"username\":",
- "m_string": "{\"detail\":\"Username not found\"}",
- "m_code": 404,
- "known": [
- "WorstWurst",
- "shriyanss"
- ],
- "cat": "tech"
- },
- {
- "name": "Hacker News",
- "uri_check": "https://news.ycombinator.com/user?id={account}",
- "e_code": 200,
- "e_string": "created:",
- "m_string": "No such user.",
- "m_code": 200,
- "known": [
- "mubix",
- "egypt"
- ],
- "cat": "tech"
- },
- {
- "name": "hackerearth",
- "uri_check": "https://www.hackerearth.com/@{account}",
- "e_code": 200,
- "e_string": "| Developer Profile on HackerEarth",
- "m_string": "404 | HackerEarth",
- "m_code": 200,
- "known": [
- "peter",
- "liam"
- ],
- "cat": "coding"
- },
- {
- "name": "Hackernoon",
- "uri_check": "https://hackernoon.com/_next/data/foL6JC7ro2FEEMD-gMKgQ/u/{account}.json",
- "uri_pretty": "https://hackernoon.com/u/{account}",
- "e_code": 200,
- "e_string": "\"profile\"",
- "m_string": "__N_REDIRECT",
- "m_code": 200,
- "known": [
- "john",
- "alex"
- ],
- "cat": "tech"
- },
- {
- "name": "HackerOne",
- "uri_check": "https://hackerone.com/graphql",
- "uri_pretty": "https://hackerone.com/{account}",
- "post_body": "{\"query\":\"query($url: URI!) {\\n resource(url: $url) {\\n ... on User { username }\\n }\\n }\",\"variables\":{\"url\":\"{account}\"}}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"username\":",
- "m_string": "\"type\":\"NOT_FOUND\"",
- "m_code": 200,
- "known": [
- "born2hack",
- "godiego"
- ],
- "cat": "tech"
- },
- {
- "name": "HackerRank",
- "uri_check": "https://www.hackerrank.com/rest/contests/master/hackers/{account}/profile",
- "uri_pretty": "https://www.hackerrank.com/profile/{account}",
- "e_code": 200,
- "e_string": "\"model\":",
- "m_string": "\"error\":\"Not Found\"",
- "m_code": 404,
- "known": [
- "FMota",
- "adepanges"
- ],
- "cat": "tech",
- "protection": [
- "other"
- ]
- },
- {
- "name": "hackrocks",
- "uri_check": "https://hackrocks.com/api/users/profile",
- "uri_pretty": "https://hackrocks.com/id/{account}",
- "post_body": "{\"username\":\"{account}\"}",
- "headers": {
- "Accept": "application/json, text/plain, */*",
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"username\":",
- "m_string": "\"error_data\":\"USER_NOT_FOUND\"",
- "m_code": 404,
- "known": [
- "mespejo",
- "NeoWaveCode"
- ],
- "cat": "tech"
- },
- {
- "name": "Hackster",
- "uri_check": "https://www.hackster.io/{account}",
- "e_code": 200,
- "e_string": "data-hypernova-key=\"UserProfile\"",
- "m_string": "id=\"error\"",
- "m_code": 404,
- "known": [
- "hendra",
- "sologithu"
- ],
- "cat": "coding"
- },
- {
- "name": "hamaha",
- "uri_check": "https://hamaha.net/{account}",
- "e_code": 200,
- "e_string": "- трейдинг форекс фьючерсы акции фондовый рынок ",
- "m_string": "HAMAHA Биткоин форум.",
- "m_code": 200,
- "known": [
- "oleg",
- "misha"
- ],
- "cat": "finance"
- },
- {
- "name": "Hanime",
- "uri_check": "https://hanime.tv/channels/{account}",
- "e_code": 200,
- "e_string": "Channel Views",
- "m_string": "DYNAMIC",
- "m_code": 302,
- "known": [
- "thecolorred-7902",
- "arisu-cum-stats-2787"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Hashnode",
- "uri_check": "https://gql.hashnode.com/",
- "uri_pretty": "https://hashnode.com/@{account}",
- "post_body": "{\"operationName\":\"UserBadge\",\"query\":\"query UserBadge($username:String!){user(username:$username){id}}\",\"variables\":{\"username\":\"{account}\"}}",
- "headers": {
- "content-type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"user\":null",
- "m_code": 200,
- "known": [
- "33win1net",
- "goober99"
- ],
- "cat": "tech"
- },
- {
- "name": "Hcommons.social (Mastodon Instance)",
- "uri_check": "https://hcommons.social/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://hcommons.social/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "hello",
- "iuulaio"
- ],
- "cat": "social"
- },
- {
- "name": "Heylink",
- "uri_check": "https://heylink.me/{account}/",
- "e_code": 200,
- "e_string": "HeyLink.me |",
- "m_string": "We can't find the page that you're looking for :(",
- "m_code": 404,
- "known": [
- "mohammed13",
- "johnny"
- ],
- "cat": "misc"
- },
- {
- "name": "hiberworld",
- "uri_check": "https://hiberworld.com/user/{account}",
- "e_code": 200,
- "e_string": "Member since ",
- "m_string": "Looks like you got lost ",
- "m_code": 200,
- "known": [
- "Axeman",
- "Silver01"
- ],
- "cat": "gaming"
- },
- {
- "name": "HiHello",
- "uri_check": "https://www.hihello.me/author/{account}",
- "e_code": 200,
- "e_string": "
HiHello Blog Author: ",
- "m_string": "Well, this is awkward",
- "m_code": 404,
- "known": [
- "pascal-theriault",
- "kortnee-paiha"
- ],
- "cat": "business"
- },
- {
- "name": "Historians.social (Mastodon Instance)",
- "uri_check": "https://historians.social/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://historians.social/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "lizcovart",
- "Ejoiner"
- ],
- "cat": "social"
- },
- {
- "name": "Holopin",
- "uri_check": "https://www.holopin.io/api/auth/username",
- "uri_pretty": "https://holopin.io/@{account}#",
- "post_body": "{\"username\":\"{account}\"}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"available\":false",
- "m_string": "\"available\":true",
- "m_code": 200,
- "known": [
- "holo",
- "john",
- "fire"
- ],
- "cat": "hobby"
- },
- {
- "name": "HomeDesign3D",
- "uri_check": "https://en.homedesign3d.net/user/{account}",
- "e_code": 200,
- "e_string": "userspace",
- "m_string": "An Error Occurred: Internal Server Error",
- "m_code": 500,
- "known": [
- "carlos01",
- "paul"
- ],
- "cat": "hobby"
- },
- {
- "name": "Hometech.social (Mastodon Instance)",
- "uri_check": "https://hometech.social/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://hometech.social/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "one4ll",
- "seth"
- ],
- "cat": "social"
- },
- {
- "name": "hoo.be",
- "uri_check": "https://hoo.be/{account}",
- "e_code": 200,
- "e_string": "--profile-name-color",
- "m_string": "Page Not Found",
- "m_code": 404,
- "known": [
- "chrishemsworth",
- "alextackie"
- ],
- "cat": "business"
- },
- {
- "name": "Hostux.social (Mastodon Instance)",
- "uri_check": "https://hostux.social/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://hostux.social/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "alarig",
- "rsmela"
- ],
- "cat": "social"
- },
- {
- "name": "Houzz",
- "uri_check": "https://www.houzz.com/user/{account}",
- "e_code": 200,
- "e_string": "Followers",
- "m_string": "Page Not Found",
- "m_code": 404,
- "known": [
- "liam",
- "alex"
- ],
- "cat": "hobby"
- },
- {
- "name": "HubPages",
- "uri_check": "https://hubpages.com/@{account}",
- "e_code": 200,
- "e_string": "name\">Followers",
- "m_string": "Sorry, that user does not exist",
- "m_code": 404,
- "known": [
- "greeneyes1607",
- "lmmartin"
- ],
- "cat": "blog"
- },
- {
- "name": "Hubski",
- "uri_check": "https://hubski.com/user/{account}",
- "e_code": 200,
- "e_string": "'s profile",
- "m_string": "No such user.",
- "m_code": 200,
- "known": [
- "john",
- "blue"
- ],
- "cat": "social"
- },
- {
- "name": "HudsonRock",
- "uri_check": "https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-username?username={account}",
- "e_code": 200,
- "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"
- ],
- "cat": "tech"
- },
- {
- "name": "HuggingFace",
- "uri_check": "https://huggingface.co/{account}",
- "e_code": 200,
- "e_string": "data-target=\"UserProfile\"",
- "m_string": "content=\"404 – Hugging Face\"",
- "m_code": 404,
- "known": [
- "hack",
- "dev",
- "Amanda"
- ],
- "cat": "tech"
- },
- {
- "name": "HulkShare",
- "uri_check": "https://www.hulkshare.com/{account}",
- "e_code": 200,
- "e_string": "id=\"profile_image\"",
- "m_string": "Invalid user.",
- "m_code": 200,
- "known": [
- "djjamesryan",
- "dxcrew2"
- ],
- "cat": "social"
- },
- {
- "name": "Iconfinder",
- "uri_check": "https://www.iconfinder.com/{account}",
- "e_code": 200,
- "e_string": "data-to-user-id=",
- "m_string": "We couldn't find the page you are looking for.",
- "m_code": 404,
- "known": [
- "roundicons",
- "iconfinder"
- ],
- "cat": "images"
- },
- {
- "name": "icq-chat",
- "uri_check": "https://icq.icqchat.co/members/{account}/",
- "e_code": 200,
- "e_string": "Last seen",
- "m_string": "Oops! We ran into some problems",
- "m_code": 404,
- "known": [
- "brookenora.54",
- "bigdaddy.77"
- ],
- "cat": "social"
- },
- {
- "name": "IFTTT",
- "uri_check": "https://ifttt.com/p/{account}",
- "e_code": 200,
- "e_string": "Joined",
- "m_string": "The requested page or file does not exist",
- "m_code": 404,
- "known": [
- "nr9992",
- "sss90"
- ],
- "cat": "misc"
- },
- {
- "name": "ifunny",
- "uri_check": "https://ifunny.co/user/{account}",
- "e_code": 200,
- "e_string": "subscribers",
- "m_string": "404 - page not found",
- "m_code": 404,
- "known": [
- "hacker",
- "john"
- ],
- "cat": "misc"
- },
- {
- "name": "igromania",
- "uri_check": "http://forum.igromania.ru/member.php?username={account}",
- "e_code": 200,
- "e_string": "Форум Игромании - Просмотр профиля:",
- "m_string": "Пользователь не зарегистрирован и не имеет профиля для просмотра.",
- "m_code": 200,
- "known": [
- "bob",
- "blue"
- ],
- "cat": "social"
- },
- {
- "name": "ilovegrowingmarijuana",
- "uri_check": "https://support.ilovegrowingmarijuana.com/u/{account}",
- "e_code": 200,
- "e_string": " Profile - ",
- "m_string": "Oops! That page doesn’t exist or is private",
- "m_code": 404,
- "known": [
- "ILGM.Stacy",
- "Mosaicmind9x"
- ],
- "cat": "social"
- },
- {
- "name": "imagefap",
- "uri_check": "https://www.imagefap.com/profile/{account}",
- "e_code": 200,
- "e_string": "s Profile",
- "m_string": "Invalid uid",
- "m_code": 200,
- "known": [
- "lover03",
- "SecretSide15"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "ImageShack",
- "uri_check": "https://imageshack.com/user/{account}",
- "e_code": 200,
- "e_string": "s Images",
- "m_string": "",
- "m_code": 302,
- "known": [
- "test"
- ],
- "cat": "images"
- },
- {
- "name": "iMGSRC.RU",
- "uri_check": "https://imgsrc.ru/main/user.php?lang=ru&user={account}",
- "e_code": 200,
- "e_string": "Присоединился",
- "m_string": "",
- "m_code": 302,
- "known": [
- "natalisn",
- "andydiamond",
- "natalyck"
- ],
- "cat": "images"
- },
- {
- "name": "Imgur",
- "uri_check": "https://api.imgur.com/account/v1/accounts/{account}?client_id=546c25a59c58ad7",
- "uri_pretty": "https://imgur.com/user/{account}/about",
- "e_code": 200,
- "e_string": "\"username\":",
- "m_string": "\"code\":\"404\"",
- "m_code": 404,
- "known": [
- "OliverClothesoff70",
- "DadOnTheInternet"
- ],
- "cat": "images"
- },
- {
- "name": "inaturalist",
- "uri_check": "https://inaturalist.nz/people/{account}",
- "e_code": 200,
- "e_string": "s Profile",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "greg",
- "tom"
- ],
- "cat": "hobby"
- },
- {
- "name": "Independent academia",
- "uri_check": "https://independent.academia.edu/{account}",
- "e_code": 200,
- "e_string": "- Academia.edu",
- "m_string": "Academia.edu",
- "m_code": 404,
- "known": [
- "peter",
- "LiamM"
- ],
- "cat": "hobby"
- },
- {
- "name": "InkBunny",
- "uri_check": "https://inkbunny.net/{account}",
- "e_code": 200,
- "e_string": "Profile | Inkbunny, the Furry Art Community",
- "m_string": "
Members | Inkbunny, the Furry Art Community",
- "m_code": 302,
- "known": [
- "AdminBunny",
- "test"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "InsaneJournal",
- "uri_check": "https://{account}.insanejournal.com/profile",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "User:",
- "m_string": "The requested URL /profile was not found on this server",
- "m_code": 200,
- "known": [
- "test",
- "pint-sized",
- "acroamatica"
- ],
- "cat": "social"
- },
- {
- "name": "Instagram",
- "uri_check": "https://www.instagram.com/{account}/",
- "e_code": 200,
- "e_string": "\"routePath\":\"\\/{username}\\/{?tab}\\/{?view_type}\\/{?igshid}\\/\"",
- "m_string": "\"routePath\":null",
- "m_code": 200,
- "known": [
- "jennaortega",
- "cristiano"
- ],
- "cat": "social"
- },
- {
- "name": "Instagram (Imginn)",
- "uri_check": "https://imginn.com/{account}/",
- "e_code": 200,
- "e_string": "userinfo",
- "m_string": "page-error notfound",
- "m_code": 404,
- "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"
- },
- {
- "name": "Instructables",
- "uri_check": "https://www.instructables.com/json-api/showAuthorExists?screenName={account}",
- "uri_pretty": "https://www.instructables.com/member/{account}/",
- "e_code": 200,
- "e_string": "\"exists\": true",
- "m_string": "\"error\": \"Sorry, we couldn't find that one!\"",
- "m_code": 404,
- "known": [
- "davidandora",
- "test"
- ],
- "cat": "hobby"
- },
- {
- "name": "Internet Archive User Search",
- "uri_check": "https://archive.org/advancedsearch.php?q={account}&output=json",
- "uri_pretty": "https://archive.org/search.php?query={account}",
- "e_code": 200,
- "e_string": "backup_location",
- "m_string": "numFound\":0",
- "m_code": 200,
- "known": [
- "test",
- "mubix"
- ],
- "cat": "misc"
- },
- {
- "name": "interpals",
- "uri_check": "https://www.interpals.net/{account}",
- "e_code": 200,
- "e_string": "Looking for",
- "m_string": "User not found",
- "m_code": 200,
- "known": [
- "test"
- ],
- "cat": "dating"
- },
- {
- "name": "Intigriti",
- "uri_check": "https://app.intigriti.com/api/user/public/profile/{account}",
- "uri_pretty": "https://app.intigriti.com/profile/{account}",
- "e_code": 200,
- "e_string": "\"userName\":",
- "m_string": "class=\"error-page-container\"",
- "m_code": 404,
- "known": [
- "vampire01",
- "kenshiin"
- ],
- "cat": "tech"
- },
- {
- "name": "Issuu",
- "uri_check": "https://issuu.com/call/signup/v2/check-username/{account}",
- "uri_pretty": "https://issuu.com/{account}",
- "e_code": 200,
- "e_string": "\"status\":\"unavailable\"",
- "m_string": "\"status\":\"available\"",
- "m_code": 200,
- "known": [
- "letsplayhockey",
- "the_anchor"
- ],
- "cat": "social"
- },
- {
- "name": "itch.io",
- "uri_check": "https://itch.io/profile/{account}",
- "e_code": 200,
- "e_string": "class=\"user_data\"",
- "m_string": "class=\"not_found_page page_widget base_widget\"",
- "m_code": 404,
- "known": [
- "obliviist",
- "finch"
- ],
- "cat": "gaming"
- },
- {
- "name": "iXBT Forum",
- "uri_check": "https://forum.ixbt.com/users.cgi?id=info:{account}",
- "e_code": 200,
- "e_string": "Информация об участнике:",
- "m_string": "Проверьте регистр написания.",
- "m_code": 404,
- "known": [
- "phosphor",
- "Dronich"
- ],
- "cat": "tech"
- },
- {
- "name": "Japandict",
- "uri_check": "https://forum.japandict.com/u/{account}",
- "e_code": 200,
- "e_string": "modern browser",
- "m_string": "The page you requested could not be found.",
- "m_code": 404,
- "known": [
- "Yan",
- "Happy"
- ],
- "cat": "social"
- },
- {
- "name": "JBZD",
- "uri_check": "https://jbzd.com.pl/uzytkownik/{account}",
- "e_code": 200,
- "e_string": "Dzidy użytkownika",
- "m_string": "Błąd 404",
- "m_code": 404,
- "known": [
- "test",
- "janek"
- ],
- "cat": "images"
- },
- {
- "name": "jeja.pl",
- "uri_check": "https://www.jeja.pl/user,{account}",
- "e_code": 200,
- "e_string": "Profil użytkownika",
- "m_string": "Niepoprawny login",
- "m_code": 200,
- "known": [
- "kowal",
- "janek"
- ],
- "cat": "misc"
- },
- {
- "name": "Jeuxvideo",
- "uri_check": "https://www.jeuxvideo.com/profil/{account}?mode=infos",
- "e_code": 200,
- "e_string": "- jeuxvideo.com",
- "m_string": "rence des gamers",
- "m_code": 404,
- "known": [
- "jane",
- "alex"
- ],
- "cat": "gaming"
- },
- {
- "name": "Joe Monster",
- "uri_check": "https://joemonster.org/bojownik/{account}",
- "e_code": 200,
- "e_string": "jest prywatny",
- "m_string": "Nie wiem jak ci to powiedzieć",
- "m_code": 200,
- "known": [
- "dandris",
- "lasior"
- ],
- "cat": "misc"
- },
- {
- "name": "joinDOTA",
- "uri_check": "https://www.joindota.com/ajax/search",
- "uri_pretty": "https://www.joindota.com/search?m=edb_player&q={account}",
- "post_body": "search={account}&module=edb_player&language=en",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
- },
- "e_code": 200,
- "e_string": "\"items\":[{",
- "m_string": "\"count\":0",
- "m_code": 200,
- "known": [
- "AngryTestie",
- "amddota2"
- ],
- "cat": "gaming"
- },
- {
- "name": "JSFiddle",
- "uri_check": "https://jsfiddle.net/user/{account}/",
- "e_code": 200,
- "e_string": "Settings - JSFiddle - Code Playground",
- "m_string": "That page doesn't exist.",
- "m_code": 404,
- "known": [
- "john",
- "alex"
- ],
- "cat": "coding"
- },
- {
- "name": "Justforfans",
- "uri_check": "https://justfor.fans/{account}",
- "e_code": 200,
- "e_string": " @ JustFor.Fans",
- "m_string": "",
- "m_code": 302,
- "known": [
- "devinfrancoxxx",
- "RileyChaux"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Kaggle",
- "uri_check": "https://www.kaggle.com/{account}",
- "e_code": 200,
- "e_string": "property=\"og:username\"",
- "m_string": "
Kaggle: Your Home for Data Science",
- "m_code": 404,
- "known": [
- "charmq",
- "tunguz"
- ],
- "cat": "coding"
- },
- {
- "name": "kashipara",
- "uri_check": "https://www.kashipara.com/ajax/checkNewUser.php",
- "uri_pretty": "https://www.kashipara.com/profile/user/{account}",
- "post_body": "id=UserName&value={account}",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded"
- },
- "e_code": 200,
- "e_string": "\"message\":\"UserName already Exist\"",
- "m_string": "\"message\":\"UserName avalible\"",
- "m_code": 200,
- "known": [
- "lopalopa",
- "westde123"
- ],
- "cat": "tech"
- },
- {
- "name": "Keybase",
- "uri_check": "https://keybase.io/_/api/1.0/user/lookup.json?usernames={account}",
- "uri_pretty": "https://keybase.io/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"them\":[null]",
- "m_code": 200,
- "known": [
- "test",
- "mubix"
- ],
- "cat": "social"
- },
- {
- "name": "Kick",
- "uri_check": "https://kick.com/api/v2/channels/{account}",
- "uri_pretty": "https://kick.com/{account}",
- "e_code": 200,
- "e_string": "\"id\"",
- "m_string": "
Not Found",
- "m_code": 404,
- "known": [
- "deepak",
- "anthonyz"
- ],
- "cat": "social",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Kickstarter",
- "uri_check": "https://www.kickstarter.com/profile/{account}",
- "e_code": 200,
- "e_string": "projects",
- "m_string": "Oops, Something went missing",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "shopping"
- },
- {
- "name": "kik",
- "uri_check": "https://kik.me/{account}",
- "e_code": 200,
- "e_string": "/thumb.jpg\"/>",
- "m_string": "
",
- "m_code": 200,
- "known": [
- "adam",
- "smith",
- "jones"
- ],
- "cat": "social"
- },
- {
- "name": "kipin",
- "uri_check": "https://kipin.app/{account}",
- "e_code": 200,
- "e_string": "kipin.app/data/photos/resized2/",
- "m_string": "Page not found. Link expired, broken or wrong.",
- "m_code": 302,
- "known": [
- "monethica",
- "asd_fca"
- ],
- "cat": "business"
- },
- {
- "name": "KnowYourMeme",
- "uri_check": "https://knowyourmeme.com/users/{account}",
- "e_code": 200,
- "e_string": "Contributions",
- "m_string": "404, File Not Found!",
- "m_code": 400,
- "known": [
- "ayumukasuga",
- "butterin-yobread"
- ],
- "cat": "social"
- },
- {
- "name": "Ko-Fi",
- "uri_check": "https://ko-fi.com/{account}",
- "e_code": 200,
- "e_string": "id=\"profile-header\"",
- "m_string": "
Object moved",
- "m_code": 302,
- "known": [
- "frank",
- "marcmakescomics"
- ],
- "cat": "social",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "komi",
- "uri_check": "https://api.komi.io/api/talent/usernames/{account}",
- "uri_pretty": "https://{account}.komi.io",
- "e_code": 200,
- "e_string": "accountStatus\":\"active",
- "m_string": "The talent profile was not found",
- "m_code": 404,
- "known": [
- "abbysage",
- "iamdsprings"
- ],
- "cat": "social"
- },
- {
- "name": "Kongregate",
- "uri_check": "https://www.kongregate.com/accounts/{account}",
- "e_code": 200,
- "e_string": "Member Since",
- "m_string": "Sorry, no account with that name was found",
- "m_code": 404,
- "known": [
- "test"
- ],
- "cat": "gaming"
- },
- {
- "name": "Kotburger",
- "uri_check": "https://kotburger.pl/user/{account}",
- "e_code": 200,
- "e_string": "Zamieszcza kotburgery od:",
- "m_string": "Nie znaleziono użytkownika o podanym loginie.",
- "m_code": 200,
- "known": [
- "ania",
- "janek"
- ],
- "cat": "images"
- },
- {
- "name": "Kwai",
- "uri_check": "https://www.kwai.com/@{account}",
- "e_code": 200,
- "e_string": "name=\"title\"",
- "m_string": "
Kwai",
- "m_code": 200,
- "known": [
- "carlito",
- "taylor"
- ],
- "cat": "social"
- },
- {
- "name": "kwejk.pl",
- "uri_check": "https://kwejk.pl/uzytkownik/{account}#/tablica/",
- "e_code": 200,
- "e_string": "Kwejki użytkownika",
- "m_string": "404 - strona nie została znaleziona - KWEJK.pl",
- "m_code": 404,
- "known": [
- "test",
- "janek"
- ],
- "cat": "images"
- },
- {
- "name": "Kwork",
- "uri_check": "https://kwork.ru/user_kworks/{account}",
- "uri_pretty": "https://kwork.ru/user/{account}",
- "post_body": "{\"username\":\"{account}\",\"offset\":0,\"limit\":10}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"success\":true",
- "m_string": "\"success\":false",
- "m_code": 200,
- "known": [
- "ilkarkarakurt",
- "sergeymeshiy"
- ],
- "cat": "social"
- },
- {
- "name": "Last.fm",
- "uri_check": "https://www.last.fm/user/{account}",
- "e_code": 200,
- "e_string": "class=\"header-info\"",
- "m_string": "
404 - Page Not Found
",
- "m_code": 404,
- "known": [
- "anne",
- "alex"
- ],
- "cat": "music"
- },
- {
- "name": "LeakIX",
- "uri_check": "https://leakix.net/u/{account}",
- "e_code": 200,
- "e_string": ">Joined ",
- "m_string": "
LeakIX - Server error",
- "m_code": 500,
- "known": [
- "Chocapikk",
- "Hug1337"
- ],
- "cat": "tech",
- "protection": [
- "other"
- ]
- },
- {
- "name": "Learn CW Online",
- "uri_check": "https://lcwo.net/api/user_exists.php",
- "uri_pretty": "https://lcwo.net/profile/{account}",
- "post_body": "username={account}",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded"
- },
- "e_code": 200,
- "e_string": "\"user_exists\": 1",
- "m_string": "\"user_exists\": 0",
- "m_code": 200,
- "known": [
- "wm3o",
- "test"
- ],
- "cat": "hobby"
- },
- {
- "name": "LeetCode",
- "uri_check": "https://leetcode.com/graphql/",
- "uri_pretty": "https://leetcode.com/u/{account}/",
- "post_body": "{\"query\":\"query userPublicProfile($username: String!) { matchedUser(username: $username) { username } }\",\"variables\":{\"username\":\"{account}\"},\"operationName\":\"userPublicProfile\"}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"username\":",
- "m_string": "\"matchedUser\":null",
- "m_code": 200,
- "known": [
- "aku_2000",
- "wengh"
- ],
- "cat": "coding"
- },
- {
- "name": "Lemon8",
- "uri_check": "https://www.lemon8-app.com/{account}?region=us",
- "e_code": 200,
- "e_string": "class=\"user-desc-main-info",
- "m_string": "unavailableReason\": \"not_found",
- "m_code": 404,
- "known": [
- "phinyamat",
- "andrianajohnson"
- ],
- "cat": "social"
- },
- {
- "name": "Letterboxd",
- "uri_check": "https://letterboxd.com/{account}/",
- "e_code": 200,
- "e_string": "’s profile on Letterboxd",
- "m_string": "Sorry, we can’t find the page you’ve requested.",
- "m_code": 404,
- "known": [
- "serdaraltin",
- "choi"
- ],
- "cat": "social"
- },
- {
- "name": "LevelBlue",
- "uri_check": "https://otx.alienvault.com/otxapi/auth/validate?username={account}",
- "uri_pretty": "https://otx.alienvault.com/user/{account}/pulses",
- "e_code": 400,
- "e_string": "\"username\": [\"This username is already taken\"]",
- "m_string": "{}",
- "m_code": 200,
- "known": [
- "BotnetExposer",
- "jamesbrine"
- ],
- "cat": "social"
- },
- {
- "name": "Liberapay",
- "uri_check": "https://liberapay.com/{account}",
- "e_code": 200,
- "e_string": "class=\"profile-header\"",
- "m_string": "Response code: 404",
- "m_code": 404,
- "known": [
- "db0",
- "bnjbvr"
- ],
- "cat": "finance",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "LibraryThing",
- "uri_check": "https://www.librarything.com/profile/{account}",
- "e_code": 200,
- "e_string": "
Joined",
- "m_string": "Error: This user doesn't exist",
- "m_code": 200,
- "known": [
- "test",
- "john"
- ],
- "cat": "hobby"
- },
- {
- "name": "Libretooth.gr (Mastodon Instance)",
- "uri_check": "https://libretooth.gr/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://libretooth.gr/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "infolibre",
- "tzinalilik"
- ],
- "cat": "social"
- },
- {
- "name": "lichess.org",
- "uri_check": "https://lichess.org/api/player/autocomplete?term={account}&exists=1",
- "uri_pretty": "https://lichess.org/@/{account}",
- "e_code": 200,
- "e_string": "true",
- "m_string": "false",
- "m_code": 200,
- "known": [
- "mohammed01",
- "mohammed03"
- ],
- "cat": "gaming"
- },
- {
- "name": "LINE",
- "uri_check": "https://line.me/R/ti/p/@{account}?from=page",
- "e_code": 200,
- "e_string": "Add LINE Friends via QR Code",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "roseareal",
- "yoasobi"
- ],
- "cat": "social"
- },
- {
- "name": "Linktree",
- "uri_check": "https://linktr.ee/{account}",
- "e_code": 200,
- "e_string": "\"uuid\":",
- "m_string": "\"statusCode\":404",
- "m_code": 404,
- "known": [
- "anne",
- "alex"
- ],
- "cat": "social"
- },
- {
- "name": "linux.org.ru",
- "uri_check": "https://www.linux.org.ru/people/{account}/profile",
- "e_code": 200,
- "e_string": "Дата регистрации",
- "m_string": "Пользователя не существует",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "tech"
- },
- {
- "name": "Livejournal",
- "uri_check": "https://{account}.livejournal.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "
Unknown Journal",
- "m_code": 404,
- "known": [
- "jill",
- "john"
- ],
- "cat": "blog"
- },
- {
- "name": "livemaster.ru",
- "uri_check": "https://www.livemaster.ru/{account}",
- "e_code": 200,
- "e_string": "
Магазин мастера",
- "m_string": "Вы попали на несуществующую страницу",
- "m_code": 404,
- "known": [
- "redart",
- "ellentoy"
- ],
- "cat": "shopping"
- },
- {
- "name": "lobste.rs",
- "uri_check": "https://lobste.rs/u/{account}",
- "e_code": 200,
- "e_string": "Joined",
- "m_string": "The resource you requested was not found, or the story has been deleted.",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "tech"
- },
- {
- "name": "LoLProfile",
- "uri_check": "https://lolprofile.net/search/world/{account}-world",
- "e_code": 200,
- "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"
- ],
- "cat": "gaming"
- },
- {
- "name": "Lor.sh (Mastodon Instance)",
- "uri_check": "https://lor.sh/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://lor.sh/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "dump_stack",
- "lamountain"
- ],
- "cat": "social"
- },
- {
- "name": "lowcygier.pl",
- "uri_check": "https://bazar.lowcygier.pl/user/{account}",
- "e_code": 200,
- "e_string": "Zarejestrowany",
- "m_string": "Błąd 404 - Podana strona nie istnieje",
- "m_code": 404,
- "known": [
- "armin",
- "janek"
- ],
- "cat": "gaming"
- },
- {
- "name": "MAGABOOK",
- "uri_check": "https://magabook.com/{account}",
- "e_code": 200,
- "e_string": "Timeline",
- "m_string": "",
- "m_code": 302,
- "known": [
- "KristenSuzanne",
- "mikeflbmer"
- ],
- "cat": "social"
- },
- {
- "name": "Magix",
- "uri_check": "https://www.magix.info/us/users/profile/{account}/",
- "e_code": 200,
- "e_string": "About me",
- "m_string": "Page not found",
- "m_code": 200,
- "known": [
- "baywolfmusic",
- "johnebaker"
- ],
- "cat": "music"
- },
- {
- "name": "Malpedia Actors",
- "uri_check": "https://malpedia.caad.fkie.fraunhofer.de/actor/{account}",
- "e_code": 200,
- "e_string": "href=\"/actors\"",
- "m_string": "Page not Found.",
- "m_code": 404,
- "known": [
- "USDoD",
- "AeroBlade"
- ],
- "cat": "tech"
- },
- {
- "name": "MapMyTracks",
- "uri_check": "https://www.mapmytracks.com/{account}",
- "e_code": 200,
- "e_string": "Daily distance this week",
- "m_string": "Outside together",
- "m_code": 302,
- "known": [
- "ulirad",
- "CBSloan"
- ],
- "cat": "health"
- },
- {
- "name": "Mapstodon.space (Mastodon Instance)",
- "uri_check": "https://mapstodon.space/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://mapstodon.space/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "Autumnhussar",
- "jeremy"
- ],
- "cat": "social"
- },
- {
- "name": "Maroc_nl",
- "uri_check": "https://www.maroc.nl/forums/members/{account}.html",
- "e_code": 200,
- "e_string": "Bekijk Profiel:",
- "m_string": "Deze gebruiker is niet geregistreerd",
- "m_code": 200,
- "known": [
- "brahim",
- "brahim01"
- ],
- "cat": "social"
- },
- {
- "name": "Marshmallow",
- "uri_check": "https://marshmallow-qa.com/{account}",
- "e_code": 200,
- "e_string": "さんにメッセージをおくる",
- "m_string": "For compensation, here are cats for you.",
- "m_code": 404,
- "known": [
- "yuino_fox",
- "momo"
- ],
- "cat": "social"
- },
- {
- "name": "Martech",
- "uri_check": "https://martech.org/author/{account}/",
- "e_code": 200,
- "e_string": "twitter:site",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "mani-karthik",
- "james-green"
- ],
- "cat": "business"
- },
- {
- "name": "Massage Anywhere",
- "uri_check": "https://www.massageanywhere.com/profile/{account}",
- "e_code": 200,
- "e_string": "MassageAnywhere.com Profile for ",
- "m_string": "MassageAnywhere.com: Search Results",
- "m_code": 200,
- "known": [
- "lorilmccluskey",
- "LomiNYC"
- ],
- "cat": "health"
- },
- {
- "name": "masto.ai",
- "uri_check": "https://masto.ai/@{account}",
- "e_code": 200,
- "e_string": "@masto.ai) - Mastodon",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "rbreich",
- "stux"
- ],
- "cat": "social"
- },
- {
- "name": "Masto.nyc (Mastodon Instance)",
- "uri_check": "https://masto.nyc/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://masto.nyc/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "seano",
- "jayjay718"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon API",
- "uri_check": "https://mastodon.social/api/v2/search?q={account}&limit=1&type=accounts",
- "uri_pretty": "https://mastodon.social/api/v2/search?q={account}&type=accounts",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "\"accounts\":[]",
- "m_code": 404,
- "known": [
- "Richard_Littler",
- "webbreacher"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-101010.pl",
- "uri_check": "https://101010.pl/@{account}",
- "e_code": 200,
- "e_string": "@101010.pl",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "szekspir",
- "xaphanpl"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-C.IM",
- "uri_check": "https://c.im/@{account}",
- "e_code": 200,
- "e_string": "@c.im) - C.IM",
- "m_string": "The page you are looking for isn't here",
- "m_code": 404,
- "known": [
- "admin",
- "paidugroup"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-Chaos.social",
- "uri_check": "https://chaos.social/@{account}",
- "e_code": 200,
- "e_string": "@chaos.social) - chaos.social",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "dictvm",
- "sml"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-climatejustice.rocks",
- "uri_check": "https://climatejustice.rocks/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://climatejustice.rocks/@{account}",
- "e_code": 200,
- "e_string": "username\":",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "paula",
- "PaulaToThePeople"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-Defcon",
- "uri_check": "https://defcon.social/@{account}",
- "e_code": 200,
- "e_string": "- DEF CON Social",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "defcon",
- "buttersnatcher"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-mastodon",
- "uri_check": "https://mastodon.social/@{account}",
- "e_code": 200,
- "e_string": "profile:username",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "john",
- "alex"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-meow.social",
- "uri_check": "https://meow.social/@{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-mstdn.io",
- "uri_check": "https://mstdn.io/@{account}",
- "e_code": 200,
- "e_string": "@mstdn.io) - Mastodon",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "mike",
- "greg"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-pol.social",
- "uri_check": "https://pol.social/@{account}",
- "e_code": 200,
- "e_string": "@pol.social",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "ftdl",
- "ducensor"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-rigcz.club",
- "uri_check": "https://rigcz.club/@{account}",
- "e_code": 200,
- "e_string": "@rigcz.club",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "blazej",
- "adam"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-social_tchncs",
- "uri_check": "https://social.tchncs.de/@{account}",
- "e_code": 200,
- "e_string": "profile:username",
- "m_string": "The page you are looking for isn't here",
- "m_code": 301,
- "known": [
- "michael",
- "frank"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon-Toot.Community",
- "uri_check": "https://toot.community/@{account}",
- "e_code": 200,
- "e_string": "@toot.community) - toot.community",
- "m_string": "The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "Johnny",
- "jorijn"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodon.online",
- "uri_check": "https://mastodon.online/@{account}",
- "e_code": 200,
- "e_string": "@mastodon.online) - Mastodon",
- "m_string": "
The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "Gargron",
- "RDHale"
- ],
- "cat": "social"
- },
- {
- "name": "Mastodonbooks.net (Mastodon Instance)",
- "uri_check": "https://mastodonbooks.net/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://mastodonbooks.net/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "RogerRemacle",
- "eugnick"
- ],
- "cat": "social"
- },
- {
- "name": "MCName (Minecraft)",
- "uri_check": "https://mcname.info/en/search?q={account}",
- "e_code": 200,
- "e_string": "card mb-3 text-monospace",
- "m_string": "alert alert-success px-0 py-1",
- "m_code": 200,
- "known": [
- "unrevive",
- "nxtuny"
- ],
- "cat": "gaming"
- },
- {
- "name": "MCUUID (Minecraft)",
- "uri_check": "https://playerdb.co/api/player/minecraft/{account}",
- "uri_pretty": "https://mcuuid.net/?q={account}",
- "e_code": 200,
- "e_string": "Successfully found player by given ID.",
- "m_string": "minecraft.api_failure",
- "m_code": 200,
- "known": [
- "smithy",
- "bob"
- ],
- "cat": "gaming"
- },
- {
- "name": "Medium",
- "uri_check": "https://medium.com/@{account}/about",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "Medium member since",
- "m_string": "Out of nothing, something",
- "m_code": 404,
- "known": [
- "zulie",
- "jessicalexicus"
- ],
- "cat": "news"
- },
- {
- "name": "medyczka.pl",
- "uri_check": "http://medyczka.pl/user/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "health"
- },
- {
- "name": "meet me",
- "uri_check": "https://www.meetme.com/{account}",
- "e_code": 200,
- "e_string": "Meet people like ",
- "m_string": "MeetMe - Chat and Meet New Peoplewas seen on",
- "m_string": "",
- "m_code": 404,
- "known": [
- "alice",
- "bob"
- ],
- "cat": "social"
- },
- {
- "name": "Myspreadshop",
- "uri_check": "https://myspreadshop.de/{account}/shopData/list",
- "uri_pretty": "https://{account}.myspreadshop.com",
- "e_code": 200,
- "e_string": "siteName",
- "m_string": "not found",
- "m_code": 404,
- "known": [
- "arukori",
- "honey"
- ],
- "cat": "business"
- },
- {
- "name": "myWishBoard",
- "uri_check": "https://mywishboard.com/@{account}",
- "e_code": 200,
- "e_string": "class=\"MwbUserHeader\"",
- "m_string": "class=\"MwbError\"",
- "m_code": 404,
- "known": [
- "ke7_2024",
- "alekseevvasil"
- ],
- "cat": "shopping"
- },
- {
- "name": "naija_planet",
- "uri_check": "https://naijaplanet.com/{account}",
- "e_code": 200,
- "e_string": "dating Profile, ",
- "m_string": "- NaijaPlanet!",
- "m_code": 200,
- "known": [
- "daniel01",
- "wales73"
- ],
- "cat": "dating"
- },
- {
- "name": "nairaland",
- "uri_check": "https://www.nairaland.com/{account}",
- "e_code": 200,
- "e_string": "s Profile",
- "m_string": "404: Page Not Found",
- "m_code": 301,
- "known": [
- "amakaone",
- "seun"
- ],
- "cat": "news"
- },
- {
- "name": "NaturalNews",
- "uri_check": "https://naturalnews.com/author/{account}/",
- "e_code": 200,
- "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"
- ],
- "cat": "political"
- },
- {
- "name": "Naver",
- "uri_check": "https://blog.naver.com/{account}",
- "e_code": 200,
- "e_string": " : 네이버 블로그",
- "m_string": "페이지를 찾을 수 없습니다",
- "m_code": 500,
- "known": [
- "bob",
- "blue"
- ],
- "cat": "social"
- },
- {
- "name": "Neocities",
- "uri_check": "https://neocities.org/site/{account}",
- "e_code": 200,
- "e_string": "noindex, follow",
- "m_string": "- Not Found",
- "m_code": 404,
- "known": [
- "fauux",
- "sadgrl"
- ],
- "cat": "social"
- },
- {
- "name": "netvibes",
- "uri_check": "https://www.netvibes.com/{account}",
- "e_code": 200,
- "e_string": "userId",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "nebkacrea",
- "cdiljda"
- ],
- "cat": "social"
- },
- {
- "name": "Newgrounds",
- "uri_check": "https://{account}.newgrounds.com/",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "user-header-name",
- "m_string": "Whoops, that's a swing and a miss!",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "gaming"
- },
- {
- "name": "newmeet",
- "uri_check": "https://www.newmeet.com/en/profile/{account}/",
- "e_code": 200,
- "e_string": "The profile of",
- "m_string": "Chat with , , , - ",
- "m_code": 200,
- "known": [
- "Harmonie06",
- "Bach007"
- ],
- "cat": "dating"
- },
- {
- "name": "Nifty Gateway",
- "uri_check": "https://api.niftygateway.com/user/profile-and-offchain-nifties-by-url/?profile_url={account}",
- "uri_pretty": "https://www.niftygateway.com/profile/{account}/",
- "e_code": 200,
- "e_string": ""didSucceed": true",
- "m_string": ""didSucceed": false",
- "m_code": 400,
- "known": [
- "kobej",
- "exolorian"
- ],
- "cat": "social"
- },
- {
- "name": "Nightbot",
- "uri_check": "https://api.nightbot.tv/1/channels/t/{account}",
- "uri_pretty": "https://nightbot.tv/t/{account}/commands",
- "e_code": 200,
- "e_string": "\"status\":200",
- "m_string": "\"status\":404",
- "m_code": 404,
- "known": [
- "saevid",
- "proxyfox"
- ],
- "cat": "social"
- },
- {
- "name": "nihbuatjajan",
- "uri_check": "https://www.nihbuatjajan.com/{account}",
- "e_code": 200,
- "e_string": ") | Nih buat jajan
",
- "m_string": "
Nih Buat Jajan",
- "m_code": 302,
- "known": [
- "banyusadewa",
- "danirachmat"
- ],
- "cat": "social"
- },
- {
- "name": "Nitecrew (Mastodon Instance)",
- "uri_check": "https://nitecrew.rip/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://nitecrew.rip/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "Myxx",
- "honey"
- ],
- "cat": "social"
- },
- {
- "name": "nnru",
- "uri_check": "https://{account}.www.nn.ru",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "
",
- "m_string": "Ошибка 404 -",
- "m_code": 404,
- "known": [
- "lena",
- "slava"
- ],
- "cat": "social"
- },
- {
- "name": "NotABug",
- "uri_check": "https://notabug.org/{account}",
- "e_code": 200,
- "e_string": "class=\"user profile\"",
- "m_string": "alt=\"404\"",
- "m_code": 404,
- "known": [
- "notabug",
- "hp",
- "zPlus"
- ],
- "cat": "coding"
- },
- {
- "name": "Note",
- "uri_check": "https://note.com/{account}",
- "e_code": 200,
- "e_string": "フォロワー",
- "m_string": "お探しのページが見つかりません。",
- "m_code": 404,
- "known": [
- "honey",
- "yui"
- ],
- "cat": "social"
- },
- {
- "name": "npm",
- "uri_check": "https://www.npmjs.com/~{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "not found
",
- "m_code": 404,
- "known": [
- "npm",
- "rich_harris"
- ],
- "cat": "coding"
- },
- {
- "name": "oglaszamy24h.pl",
- "uri_check": "https://oglaszamy24h.pl/profil,{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "shopping"
- },
- {
- "name": "ok.ru",
- "uri_check": "https://ok.ru/{account}",
- "e_code": 200,
- "e_string": "| OK",
- "m_string": "class=\"p404_t",
- "m_code": 404,
- "known": [
- "john",
- "aleksandrvasillev"
- ],
- "cat": "social"
- },
- {
- "name": "okidoki",
- "uri_check": "https://m.okidoki.ee/ru/users/{account}/",
- "e_code": 200,
- "e_string": "Пользователь",
- "m_string": "Страница не найдена",
- "m_code": 404,
- "known": [
- "nastya3",
- "nastya"
- ],
- "cat": "misc"
- },
- {
- "name": "omg.lol",
- "uri_check": "https://api.omg.lol/address/{account}/info",
- "uri_pretty": "https://{account}.omg.lol",
- "strip_bad_char": "@.",
- "e_code": 200,
- "e_string": "\"success\": true",
- "m_string": "\"success\": false",
- "m_code": 200,
- "known": [
- "cwa",
- "adam"
- ],
- "cat": "social"
- },
- {
- "name": "OnlySearch (OnlyFans)",
- "uri_check": "https://onlysearch.co/api/search?keyword={account}",
- "uri_pretty": "https://onlysearch.co/profiles?keyword={account}",
- "e_code": 200,
- "e_string": "\"hits\":[{",
- "m_string": "\"hits\":[]",
- "m_code": 200,
- "known": [
- "miaimani",
- "milaamour"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Opencollective",
- "uri_check": "https://opencollective.com/{account}",
- "e_code": 200,
- "e_string": "- Open Collective",
- "m_string": "Not Found",
- "m_code": 200,
- "known": [
- "john",
- "bob"
- ],
- "cat": "finance"
- },
- {
- "name": "OpenSource",
- "uri_check": "https://opensource.com/users/{account}",
- "e_code": 200,
- "e_string": "\"contentID\":",
- "m_string": "\"errorCode\": \"404\"",
- "m_code": 404,
- "known": [
- "wuweijie",
- "alansmithee"
- ],
- "cat": "tech"
- },
- {
- "name": "OpenStreetMap",
- "uri_check": "https://www.openstreetmap.org/user/{account}",
- "e_code": 200,
- "e_string": "Mapper since:",
- "m_string": "does not exist",
- "m_code": 404,
- "known": [
- "kemkim",
- "MapmasterBit"
- ],
- "cat": "social"
- },
- {
- "name": "OpenStreetMap Wiki",
- "uri_check": "https://wiki.openstreetmap.org/w/api.php?action=query&format=json&list=users&ususers={account}",
- "uri_pretty": "https://wiki.openstreetmap.org/wiki/User:{account}",
- "e_code": 200,
- "e_string": "\"userid\":",
- "m_string": "\"missing\":\"\"",
- "m_code": 200,
- "known": [
- "kemkim",
- "john"
- ],
- "cat": "social"
- },
- {
- "name": "Oper.ru",
- "uri_check": "https://oper.ru/visitors/info.php?t={account}",
- "e_code": 200,
- "e_string": "Информация о пользователе",
- "m_string": "Нет такого пользователя",
- "m_code": 200,
- "known": [
- "Goblin",
- "Баир Иринчеев"
- ],
- "cat": "tech"
- },
- {
- "name": "OPGG",
- "uri_check": "https://eune.op.gg/summoners/eune/{account}",
- "e_code": 200,
- "e_string": "- Summoner Stats - League of Legends",
- "m_string": "Guide - OP.GG",
- "m_code": 200,
- "known": [
- "xin",
- "carlos01"
- ],
- "cat": "gaming"
- },
- {
- "name": "Orbys",
- "uri_check": "https://orbys.net/{account}",
- "e_code": 200,
- "e_string": "profile_user_image",
- "m_string": "The page you are looking for cannot be found.",
- "m_code": 404,
- "known": [
- "txmustang302"
- ],
- "cat": "social"
- },
- {
- "name": "Origins.Habbo.com",
- "uri_check": "https://origins.habbo.com/api/public/users?name={account}",
- "e_code": 200,
- "e_string": "uniqueId",
- "m_string": "not-found",
- "m_code": 404,
- "known": [
- "john",
- "jane"
- ],
- "cat": "gaming"
- },
- {
- "name": "Origins.Habbo.com.br",
- "uri_check": "https://origins.habbo.com.br/api/public/users?name={account}",
- "e_code": 200,
- "e_string": "uniqueId",
- "m_string": "not-found",
- "m_code": 404,
- "known": [
- "carlos",
- "pedro"
- ],
- "cat": "gaming"
- },
- {
- "name": "Origins.Habbo.es",
- "uri_check": "https://origins.habbo.es/api/public/users?name={account}",
- "e_code": 200,
- "e_string": "uniqueId",
- "m_string": "not-found",
- "m_code": 404,
- "known": [
- "carlos",
- "mary"
- ],
- "cat": "gaming"
- },
- {
- "name": "osu!",
- "uri_check": "https://osu.ppy.sh/users/{account}",
- "e_code": 302,
- "e_string": "",
- "m_string": "User not found! ;_;",
- "m_code": 404,
- "known": [
- "stretches",
- "spiken8"
- ],
- "cat": "gaming"
- },
- {
- "name": "Our Freedom Book",
- "uri_check": "https://www.ourfreedombook.com/{account}",
- "e_code": 200,
- "e_string": "meta property=\"og:",
- "m_string": "Sorry, page not found",
- "m_code": 302,
- "known": [
- "DaveLipsky",
- "StarlaJene"
- ],
- "cat": "social"
- },
- {
- "name": "ow.ly",
- "uri_check": "http://ow.ly/user/{account}",
- "e_code": 200,
- "e_string": "Images",
- "m_string": "404 error",
- "m_code": 404,
- "known": [
- "StopAdMedia",
- "jokervendetti"
- ],
- "cat": "social"
- },
- {
- "name": "palnet",
- "uri_check": "https://www.palnet.io/@{account}/",
- "e_code": 200,
- "e_string": "class=\"profile-cover\"",
- "m_string": "Unknown user account!",
- "m_code": 404,
- "known": [
- "trincowski-pt",
- "anggreklestari"
- ],
- "cat": "social"
- },
- {
- "name": "Parler",
- "uri_check": "https://parler.com/user/{account}",
- "e_code": 200,
- "e_string": "People to Follow",
- "m_string": "join Parler today",
- "m_code": 302,
- "known": [
- "DineshDsouza",
- "SeanHannity"
- ],
- "cat": "social"
- },
- {
- "name": "Parler archived posts",
- "uri_check": "http://archive.org/wayback/available?url=https://parler.com/profile/{account}/posts",
- "uri_pretty": "https://web.archive.org/web/2/https://parler.com/profile/{account}/posts",
- "e_code": 200,
- "e_string": "\"archived_snapshots\": {\"closest\"",
- "m_string": "\"archived_snapshots\": {}",
- "m_code": 200,
- "known": [
- "JoePags",
- "dineshdsouza"
- ],
- "cat": "archived"
- },
- {
- "name": "Parler archived profile",
- "uri_check": "http://archive.org/wayback/available?url=https://parler.com/profile/{account}",
- "uri_pretty": "https://web.archive.org/web/2/https://parler.com/profile/{account}",
- "e_code": 200,
- "e_string": "\"archived_snapshots\": {\"closest\"",
- "m_string": "\"archived_snapshots\": {}",
- "m_code": 200,
- "known": [
- "JoePags",
- "dineshdsouza"
- ],
- "cat": "archived"
- },
- {
- "name": "Pastebin",
- "uri_check": "https://pastebin.com/u/{account}",
- "e_code": 200,
- "e_string": "class=\"user-view\"",
- "m_string": "Not Found (#404)",
- "m_code": 404,
- "known": [
- "test",
- "john"
- ],
- "cat": "tech"
- },
- {
- "name": "patch",
- "uri_check": "https://patch.com/users/{account}",
- "e_code": 200,
- "e_string": "Patch User Profile",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "dave",
- "bob"
- ],
- "cat": "news"
- },
- {
- "name": "PatientsLikeMe",
- "uri_check": "https://www.patientslikeme.com/members/{account}",
- "e_code": 200,
- "e_string": "s profile | PatientsLikeMe",
- "m_string": "",
- "m_code": 302,
- "known": [
- "thjuland",
- "Pedro0703",
- "Hydropioneer"
- ],
- "cat": "health"
- },
- {
- "name": "Patreon",
- "uri_check": "https://www.patreon.com/{account}",
- "e_code": 200,
- "e_string": "full_name\":",
- "m_string": "errorCode\": 404,",
- "m_code": 404,
- "known": [
- "mubix",
- "doughboys"
- ],
- "cat": "finance"
- },
- {
- "name": "Patriots Win",
- "uri_check": "https://patriots.win/u/{account}/",
- "e_code": 200,
- "e_string": "nav-user active register",
- "m_string": "An error occurred",
- "m_code": 500,
- "known": [
- "r3deleven",
- "MemeFactory"
- ],
- "cat": "political"
- },
- {
- "name": "Patronite",
- "uri_check": "https://patronite.pl/{account}",
- "e_code": 200,
- "e_string": "Zostań Patronem",
- "m_string": "Nie znaleźliśmy strony której szukasz.",
- "m_code": 404,
- "known": [
- "radio357",
- "radionowyswiat"
- ],
- "cat": "finance"
- },
- {
- "name": "Paypal",
- "uri_check": "https://www.paypal.com/paypalme/{account}",
- "e_code": 200,
- "e_string": "userInfo",
- "m_string": "PayPal.MeFollowers",
- "m_string": "Sorry, this page doesn’t exist",
- "m_code": 404,
- "known": [
- "john",
- "test"
- ],
- "cat": "video"
- },
- {
- "name": "Pewex",
- "uri_check": "https://retro.pewex.pl/user/{account}",
- "e_code": 200,
- "e_string": "Zamieszcza eksponaty od:",
- "m_string": "Nie znaleziono użytkownika o podanym loginie.",
- "m_code": 200,
- "known": [
- "test",
- "ania"
- ],
- "cat": "misc"
- },
- {
- "name": "Picsart",
- "uri_check": "https://api.picsart.com/users/show/{account}.json",
- "uri_pretty": "https://picsart.com/u/{account}",
- "e_code": 200,
- "e_string": "\"status\":\"success\"",
- "m_string": "\"status\":\"error\"",
- "m_code": 200,
- "known": [
- "john",
- "john404"
- ],
- "cat": "art"
- },
- {
- "name": "Piekielni",
- "uri_check": "https://piekielni.pl/user/{account}",
- "e_code": 200,
- "e_string": "Zamieszcza historie od:",
- "m_string": "Nie znaleziono użytkownika o podanym loginie.",
- "m_code": 200,
- "known": [
- "test",
- "janek"
- ],
- "cat": "misc"
- },
- {
- "name": "Pikabu",
- "uri_check": "https://pikabu.ru/ajax.php",
- "uri_pretty": "https://pikabu.ru/@{account}",
- "post_body": "route=signup/check-username&username={account}",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
- },
- "e_code": 200,
- "e_string": "\"result\":false",
- "m_string": "\"result\":true",
- "m_code": 200,
- "known": [
- "igor01",
- "serguei"
- ],
- "cat": "social",
- "protection": [
- "ddos-guard"
- ]
- },
- {
- "name": "Pillowfort",
- "uri_check": "https://www.pillowfort.social/{account}/json/?p=1",
- "uri_pretty": "https://www.pillowfort.social/{account}",
- "e_code": 200,
- "e_string": "\"posts\":",
- "m_string": "(404)",
- "m_code": 404,
- "known": [
- "MissMoonified",
- "lunasdestiny"
- ],
- "cat": "social"
- },
- {
- "name": "PinkBike",
- "uri_check": "https://www.pinkbike.com/u/{account}/",
- "e_code": 200,
- "e_string": "on Pinkbike",
- "m_string": "I couldn't find the page you were looking for",
- "m_code": 404,
- "known": [
- "whistlermountainbikepark",
- "paulhanson"
- ],
- "cat": "hobby"
- },
- {
- "name": "Pinterest",
- "uri_check": "https://www.pinterest.com/{account}/",
- "e_code": 200,
- "e_string": " - Profile | Pinterest",
- "m_string": "id=\"home-main-title",
- "m_code": 301,
- "known": [
- "test123",
- "frickcollection"
- ],
- "cat": "social"
- },
- {
- "name": "pixelfed.social",
- "uri_check": "https://pixelfed.social/{account}",
- "e_code": 200,
- "e_string": "on pixelfed",
- "m_string": "
pixelfed",
- "m_code": 404,
- "known": [
- "sarah",
- "john"
- ],
- "cat": "social"
- },
- {
- "name": "Playstation Network",
- "uri_check": "https://psnprofiles.com/xhr/search/users?q={account}",
- "uri_pretty": "https://psnprofiles.com/{account}",
- "e_code": 200,
- "e_string": "
",
- "m_string": "We couldn't find anything ",
- "m_code": 200,
- "known": [
- "SlimShaggy18",
- "ikemenzi"
- ],
- "cat": "gaming"
- },
- {
- "name": "Plink",
- "uri_check": "https://plink.gg/user/{account}",
- "e_code": 200,
- "e_string": "class=\"user-page\"",
- "m_string": "
PLINK - 404 Page not found",
- "m_code": 404,
- "known": [
- "CryptonianTV",
- "xacstonyjx"
- ],
- "cat": "gaming"
- },
- {
- "name": "Plurk",
- "uri_check": "https://www.plurk.com/{account}",
- "e_code": 200,
- "e_string": "Profile views",
- "m_string": "Register your plurk account",
- "m_code": 200,
- "known": [
- "test"
- ],
- "cat": "social"
- },
- {
- "name": "Poe.com",
- "uri_check": "https://poe.com/profile/{account}",
- "e_code": 200,
- "e_string": "\"__isNode\":\"PoeUser\"",
- "m_string": "\"user\":null",
- "m_code": 200,
- "known": [
- "spdustin",
- "PromptCase"
- ],
- "cat": "tech"
- },
- {
- "name": "Pokec",
- "uri_check": "https://pokec.azet.sk/{account}",
- "e_code": 200,
- "e_string": "idReportedUser",
- "m_string": "Neexistujúci používateľ",
- "m_code": 404,
- "known": [
- "tobias",
- "brahim1"
- ],
- "cat": "social"
- },
- {
- "name": "pokemonshowdown",
- "uri_check": "https://pokemonshowdown.com/users/{account}",
- "e_code": 200,
- "e_string": "Official ladder",
- "m_string": " (Unregistered)",
- "m_code": 404,
- "known": [
- "red",
- "blue"
- ],
- "cat": "gaming"
- },
- {
- "name": "Pokerstrategy",
- "uri_check": "http://www.pokerstrategy.net/user/{account}/profile/",
- "e_code": 200,
- "e_string": "User profile for",
- "m_string": "Sorry, the requested page couldn't be found!",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "gaming"
- },
- {
- "name": "Polarsteps",
- "uri_check": "https://api.polarsteps.com/users/byusername/{account}",
- "uri_pretty": "https://www.polarsteps.com/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "
404 Not Found",
- "m_code": 404,
- "known": [
- "EngelBos",
- "GunnarEndlich"
- ],
- "cat": "hobby"
- },
- {
- "name": "Polchat.pl",
- "uri_check": "https://polczat.pl/forum/profile/{account}/",
- "e_code": 200,
- "e_string": "Historia wpisów",
- "m_string": "Wybrany użytkownik nie istnieje.",
- "m_code": 200,
- "known": [
- "admin",
- "Lesik"
- ],
- "cat": "social"
- },
- {
- "name": "policja2009",
- "uri_check": "http://www.policja2009.fora.pl/search.php?search_author={account}",
- "e_code": 200,
- "e_string": "Autor",
- "m_string": "Nie znaleziono tematów ani postów pasujących do Twoich kryteriów",
- "m_code": 200,
- "known": [
- "Pvwel",
- "janek"
- ],
- "cat": "misc"
- },
- {
- "name": "Poll Everywhere",
- "uri_check": "https://pollev.com/proxy/api/users/{account}",
- "uri_pretty": "https://pollev.com/{account}",
- "e_code": 200,
- "e_string": "name",
- "m_string": "ResourceNotFound",
- "m_code": 404,
- "known": [
- "josh",
- "jsmith"
- ],
- "cat": "tech"
- },
- {
- "name": "polygon",
- "uri_check": "https://www.polygon.com/users/{account}",
- "e_code": 200,
- "e_string": "- Polygon",
- "m_string": "404 Not found",
- "m_code": 404,
- "known": [
- "nicodeyo",
- "Nicole_Clark"
- ],
- "cat": "gaming"
- },
- {
- "name": "popl",
- "uri_check": "https://poplme.co/{account}",
- "e_code": 200,
- "e_string": "MuiTypography-root MuiTypography-body1 css-kj7pvm",
- "m_string": "Profile not found",
- "m_code": 200,
- "known": [
- "rpelite",
- "Ee0af3d822",
- "ashleymetzger"
- ],
- "cat": "business"
- },
- {
- "name": "Pornhub Porn Stars",
- "uri_check": "https://www.pornhub.com/pornstar/{account}",
- "e_code": 200,
- "e_string": "Pornstar Rank",
- "m_string": "",
- "m_code": 301,
- "known": [
- "riley-reid",
- "alex-adams"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Pornhub Users",
- "uri_check": "https://www.pornhub.com/users/{account}",
- "e_code": 200,
- "e_string": "s Profile - Pornhub.com",
- "m_string": "Error Page Not Found",
- "m_code": 404,
- "known": [
- "test123"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Poshmark",
- "uri_check": "https://poshmark.com/closet/{account}",
- "e_code": 200,
- "e_string": " is using Poshmark to sell items from their closet.",
- "m_string": "Page not found - Poshmark",
- "m_code": 404,
- "known": [
- "alice",
- "bob"
- ],
- "cat": "shopping"
- },
- {
- "name": "postcrossing",
- "uri_check": "https://www.postcrossing.com/user/{account}",
- "e_code": 200,
- "e_string": ", from",
- "m_string": "- Postcrossing",
- "m_code": 404,
- "known": [
- "Vladimir",
- "olga3"
- ],
- "cat": "social"
- },
- {
- "name": "Poweredbygay.social (Mastodon Instance)",
- "uri_check": "https://poweredbygay.social/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://poweredbygay.social/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "aggiepm",
- "eplumley1976"
- ],
- "cat": "social"
- },
- {
- "name": "Pr0gramm",
- "uri_check": "https://pr0gramm.com/api/profile/info?name={account}",
- "uri_pretty": "https://pr0gramm.com/user/{account}",
- "e_code": 200,
- "e_string": "\"user\":",
- "m_string": "\"code\":404",
- "m_code": 404,
- "known": [
- "kaizernero",
- "Giga1337"
- ],
- "cat": "social",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Pravda.me",
- "uri_check": "https://pravda.me/@{account}",
- "e_code": 200,
- "e_string": "Российская социальная сеть (by mastodon)",
- "m_string": "
The page you are looking for isn't here.",
- "m_code": 404,
- "known": [
- "tass",
- "rt_russian"
- ],
- "cat": "social"
- },
- {
- "name": "Privacy Guides",
- "uri_check": "https://discuss.privacyguides.net/u/{account}.json",
- "uri_pretty": "https://discuss.privacyguides.net/u/{account}/summary",
- "e_code": 200,
- "e_string": "assign_path",
- "m_string": "The requested URL or resource could not be found.",
- "m_code": 404,
- "known": [
- "jonah",
- "dngray"
- ],
- "cat": "tech"
- },
- {
- "name": "Producthunt",
- "uri_check": "https://www.producthunt.com/@{account}",
- "e_code": 200,
- "e_string": "s profile on Product Hunt",
- "m_string": "Product Hunt - All newest Products",
- "m_code": 404,
- "known": [
- "alex",
- "jack"
- ],
- "cat": "business"
- },
- {
- "name": "PromoDJ",
- "uri_check": "https://promodj.com/ajax/register.html?lang=en",
- "uri_pretty": "https://promodj.com/{account}",
- "post_body": "kind=nick&value={account}",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
- },
- "e_code": 200,
- "e_string": "Address you entered is already taken",
- "m_string": "The address is free, it's great;)",
- "m_code": 200,
- "known": [
- "sekoy",
- "vovasmallny"
- ],
- "cat": "music"
- },
- {
- "name": "Pronouns.Page",
- "uri_check": "https://pronouns.page/api/profile/get/{account}?version=2",
- "uri_pretty": "https://pronouns.page/@{account}",
- "e_code": 200,
- "e_string": "username",
- "m_string": "\"profiles\": {}",
- "m_code": 304,
- "known": [
- "cannabis_cervi",
- "user"
- ],
- "cat": "social"
- },
- {
- "name": "Pronouny",
- "uri_check": "https://pronouny.xyz/api/users/profile/username/{account}",
- "uri_pretty": "https://pronouny.xyz/users/{account}",
- "e_code": 200,
- "e_string": "\"username\":",
- "m_string": "That user doesn't exist",
- "m_code": 400,
- "known": [
- "donna",
- "honey"
- ],
- "cat": "social"
- },
- {
- "name": "Prose",
- "uri_check": "https://prose.astral.camp/{account}/",
- "e_code": 200,
- "e_string": "blog-title",
- "m_string": "Are you sure it was ever here?",
- "m_code": 404,
- "known": [
- "endeavorance",
- "overthinkification"
- ],
- "cat": "blog"
- },
- {
- "name": "prv.pl",
- "uri_check": "https://www.prv.pl/osoba/{account}",
- "e_code": 200,
- "e_string": "LOGIN",
- "m_string": "Użytkownik nie istnieje.",
- "m_code": 200,
- "known": [
- "test",
- "test2"
- ],
- "cat": "tech"
- },
- {
- "name": "Public.com",
- "uri_check": "https://public.com/@{account}",
- "e_code": 200,
- "e_string": "\"publicId\":",
- "m_string": "404 - Page Not Found",
- "m_code": 404,
- "known": [
- "igor1",
- "david2"
- ],
- "cat": "finance"
- },
- {
- "name": "pypi",
- "uri_check": "https://pypi.org/user/{account}/",
- "e_code": 200,
- "e_string": "Profile of",
- "m_string": "Page Not Found (404) · PyPI",
- "m_code": 404,
- "known": [
- "dev",
- "pydude"
- ],
- "cat": "coding"
- },
- {
- "name": "QUEER PL",
- "uri_check": "https://queer.pl/user/{account}",
- "e_code": 200,
- "e_string": "Ostatnio on-line",
- "m_string": "Strona nie została znaleziona",
- "m_code": 404,
- "known": [
- "claudii",
- "kowalski"
- ],
- "cat": "social"
- },
- {
- "name": "quitter.pl",
- "uri_check": "https://quitter.pl/api/v1/accounts/{account}",
- "uri_pretty": "https://quitter.pl/users/{account}",
- "e_code": 200,
- "e_string": "avatar_static",
- "m_string": "\"error\":",
- "m_code": 404,
- "known": [
- "smok",
- "mik"
- ],
- "cat": "social"
- },
- {
- "name": "Quizlet",
- "uri_check": "https://quizlet.com/webapi/3.2/users/check-username?username={account}",
- "uri_pretty": "https://quizlet.com/user/{account}/sets",
- "e_code": 200,
- "e_string": "\"identifier\":\"username_is_taken\"",
- "m_string": "\"success\":true",
- "m_code": 200,
- "known": [
- "Rita426",
- "Muyao_531"
- ],
- "cat": "hobby",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Quora",
- "uri_check": "https://www.quora.com/profile/{account}",
- "e_code": 200,
- "e_string": "Credentials",
- "m_string": "Page Not Found",
- "m_code": 301,
- "known": [
- "John-Galan-5",
- "Alex-Clay"
- ],
- "cat": "social"
- },
- {
- "name": "Raddle.me",
- "uri_check": "https://raddle.me/user/{account}",
- "e_code": 200,
- "e_string": "sidebar__title",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "zephyr",
- "Archaplain"
- ],
- "cat": "social"
- },
- {
- "name": "RaidForums - Archive",
- "uri_check": "https://rf-archive.com/users.php?s_tag={account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "[]",
- "m_code": 200,
- "known": [
- "pompompurin",
- "DexterM1"
- ],
- "cat": "archived"
- },
- {
- "name": "Rant.li",
- "uri_check": "https://rant.li/{account}/",
- "e_code": 200,
- "e_string": "blog-title",
- "m_string": "Are you sure it was ever here?",
- "m_code": 404,
- "known": [
- "baretri",
- "arinbasu"
- ],
- "cat": "blog"
- },
- {
- "name": "Rarible",
- "uri_check": "https://rarible.com/marketplace/api/v4/urls/{account}",
- "uri_pretty": "https://rarible.com/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"success\":false",
- "m_code": 404,
- "known": [
- "lokikot",
- "vintagemozart"
- ],
- "cat": "tech"
- },
- {
- "name": "RblxTrade",
- "uri_check": "https://rblx.trade/api/v1/user/get-by-username?username={account}",
- "uri_pretty": "https://rblx.trade/p/{account}",
- "e_code": 200,
- "e_string": "\"userId\":",
- "m_string": "\"success\":false",
- "m_code": 400,
- "known": [
- "webbreacher",
- "SonOfSevenless"
- ],
- "cat": "gaming"
- },
- {
- "name": "redbubble",
- "uri_check": "https://www.redbubble.com/people/{account}/shop",
- "e_code": 200,
- "e_string": "Shop | Redbubble",
- "m_string": "This is a lost cause.",
- "m_code": 404,
- "known": [
- "john",
- "blue"
- ],
- "cat": "shopping"
- },
- {
- "name": "Reddit",
- "uri_check": "https://www.reddit.com/user/{account}/about/.json",
- "uri_pretty": "https://www.reddit.com/user/{account}",
- "e_code": 200,
- "e_string": "total_karma",
- "m_string": "Not Found",
- "m_code": 404,
- "known": [
- "koavf",
- "alabasterheart"
- ],
- "cat": "social"
- },
- {
- "name": "REDGIFS",
- "uri_check": "https://api.redgifs.com/v1/users/{account}",
- "uri_pretty": "https://www.redgifs.com/users/{account}",
- "e_code": 200,
- "e_string": "followers",
- "m_string": "user account not found for ",
- "m_code": 404,
- "known": [
- "alexbreecooper",
- "Jose-Roberto-Rasi"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Refsheet",
- "uri_check": "https://refsheet.net/{account}",
- "e_code": 200,
- "e_string": "og:title",
- "m_string": "That's unfortunate. Where did it go?",
- "m_code": 404,
- "known": [
- "razzyaurealis",
- "saki"
- ],
- "cat": "hobby"
- },
- {
- "name": "Replit",
- "uri_check": "https://replit.com/@{account}",
- "e_code": 200,
- "e_string": "\"__typename\":\"User\"",
- "m_string": "\"statusCode\":404",
- "m_code": 404,
- "known": [
- "wuweijie",
- "alansmithee"
- ],
- "cat": "coding"
- },
- {
- "name": "Researchgate",
- "uri_check": "https://www.researchgate.net/profile/{account}",
- "e_code": 200,
- "e_string": " | ",
- "m_string": "20+ million researchers on ResearchGate",
- "m_code": 301,
- "known": [
- "Tafara-Mwareya",
- "Jose-Roberto-Rasi"
- ],
- "cat": "hobby"
- },
- {
- "name": "resumes_actorsaccess",
- "uri_check": "https://resumes.actorsaccess.com/{account}",
- "e_code": 200,
- "e_string": "- Resume | Actors Access",
- "m_string": "File was not found on this SERVER",
- "m_code": 200,
- "known": [
- "veronicashelby",
- "sarahstipe"
- ],
- "cat": "social"
- },
- {
- "name": "Revolut",
- "uri_check": "https://revolut.me/api/web-profile/{account}",
- "uri_pretty": "https://revolut.me/{account}",
- "e_code": 200,
- "e_string": "\"firstName\"",
- "m_string": "\"User not found\"",
- "m_code": 404,
- "known": [
- "theaswdc",
- "honey"
- ],
- "cat": "finance"
- },
- {
- "name": "risk.ru",
- "uri_check": "https://risk.ru/people/{account}",
- "e_code": 200,
- "e_string": "— Люди — Risk.ru",
- "m_string": "404 — Risk.ru",
- "m_code": 404,
- "known": [
- "igor1",
- "olga"
- ],
- "cat": "hobby"
- },
- {
- "name": "Roblox",
- "uri_check": "https://auth.roblox.com/v1/usernames/validate?username={account}&birthday=2019-12-31T23:00:00.000Z",
- "uri_pretty": "https://www.roblox.com/search/users?keyword={account}",
- "e_code": 200,
- "e_string": "Username is already in use",
- "m_string": "Username is valid",
- "m_code": 200,
- "known": [
- "LeetPawn",
- "elephant459"
- ],
- "cat": "gaming"
- },
- {
- "name": "RoutineHub",
- "uri_check": "https://routinehub.co/user/{account}",
- "e_code": 200,
- "e_string": "Downloads: ",
- "m_string": "A community for Apple Shortcuts",
- "m_code": 200,
- "known": [
- "zachary7829",
- "JonathanSetzer"
- ],
- "cat": "social"
- },
- {
- "name": "rsi",
- "uri_check": "https://robertsspaceindustries.com/citizens/{account}",
- "e_code": 200,
- "e_string": "CITIZEN DOSSIER",
- "m_string": "404 NAVIGATING UNCHARTED TERRITORY",
- "m_code": 404,
- "known": [
- "alpHackeronee",
- "Quantum_Physicist"
- ],
- "cat": "gaming"
- },
- {
- "name": "ru_123rf",
- "uri_check": "https://ru.123rf.com/profile_{account}",
- "e_code": 200,
- "e_string": "userID",
- "m_string": "
Фотобанк 123RF - Стоковые Фото, Векторы, Видеоролики. Подписка на Фото. Royalty Free контент<",
- "m_code": 302,
- "known": [
- "ruslan",
- "olga"
- ],
- "cat": "hobby"
- },
- {
- "name": "RubyGems.org",
- "uri_check": "https://rubygems.org/profiles/{account}",
- "e_code": 200,
- "e_string": "class=\"profile__header\"",
- "m_string": "alt=\"404 error\"",
- "m_code": 404,
- "known": [
- "awscloud",
- "bsm"
- ],
- "cat": "coding"
- },
- {
- "name": "RumbleChannel",
- "uri_check": "https://rumble.com/c/{account}",
- "e_code": 200,
- "e_string": "href=https://rumble.com/c/",
- "m_string": "404 error, this page does not exist",
- "m_code": 404,
- "known": [
- "SaltyCracker",
- "GGreenwald"
- ],
- "cat": "political"
- },
- {
- "name": "RumbleUser",
- "uri_check": "https://rumble.com/user/{account}",
- "e_code": 200,
- "e_string": "href=https://rumble.com/user/",
- "m_string": "404 error, this page does not exist",
- "m_code": 404,
- "known": [
- "SimonParkes",
- "djmrmusic"
- ],
- "cat": "political"
- },
- {
- "name": "RuneScape",
- "uri_check": "https://apps.runescape.com/runemetrics/profile/profile?user={account}",
- "uri_pretty": "https://apps.runescape.com/runemetrics/app/overview/player/{account}",
- "e_code": 200,
- "e_string": "\"name\":",
- "m_string": "\"error\":\"NO_PROFILE\"",
- "m_code": 200,
- "known": [
- "Thomas",
- "Wahisietel"
- ],
- "cat": "hobby"
- },
- {
- "name": "RuTracker.org",
- "uri_check": "https://rutracker.org/forum/profile.php?mode=viewprofile&u={account}",
- "e_code": 200,
- "e_string": "Профиль пользователя",
- "m_string": "Пользователь не найден",
- "m_code": 200,
- "known": [
- "Rutracker",
- "Feo156"
- ],
- "cat": "misc"
- },
- {
- "name": "ruVoIP.net",
- "uri_check": "https://ruvoip.net/members/{account}/",
- "e_code": 200,
- "e_string": "id=\"user-xprofile\"",
- "m_string": "Error 404 - Not Found",
- "m_code": 200,
- "known": [
- "dominique",
- "demon"
- ],
- "cat": "tech"
- },
- {
- "name": "Salon24",
- "uri_check": "https://www.salon24.pl/u/{account}/",
- "e_code": 200,
- "e_string": "Obserwujących",
- "m_string": "Salon24 - Blogi, wiadomości, opinie i komentarze",
- "m_code": 301,
- "known": [
- "matuzalem",
- "niewiarygodne"
- ],
- "cat": "blog"
- },
- {
- "name": "Scammer.info",
- "uri_check": "https://scammer.info/u/{account}.json",
- "uri_pretty": "https://scammer.info/u/{account}",
- "e_code": 200,
- "e_string": "avatar_template",
- "m_string": "The requested URL or resource could not be found",
- "m_code": 404,
- "known": [
- "AngelFat",
- "lecter"
- ],
- "cat": "misc"
- },
- {
- "name": "Scored",
- "uri_check": "https://scored.co/api/v2/user/about.json?user={account}",
- "uri_pretty": "https://scored.co/u/{account}",
- "e_code": 200,
- "e_string": "\"status\":true",
- "m_string": "\"status\":false",
- "m_code": 200,
- "known": [
- "LowEnergyFaggot",
- "libsaremental"
- ],
- "cat": "social"
- },
- {
- "name": "ScoutWiki",
- "uri_check": "https://en.scoutwiki.org/User:{account}",
- "e_code": 200,
- "e_string": "NewPP limit report",
- "m_string": "is not registered",
- "m_code": 301,
- "known": [
- "Mlh_nl",
- "Benjism89"
- ],
- "cat": "social"
- },
- {
- "name": "Scratch",
- "uri_check": "https://api.scratch.mit.edu/accounts/checkusername/{account}/",
- "uri_pretty": "https://scratch.mit.edu/users/{account}/",
- "e_code": 200,
- "e_string": "\"msg\":\"username exists\"",
- "m_string": "\"msg\":\"valid username\"",
- "m_code": 200,
- "known": [
- "griffpatch",
- "-Zaire-"
- ],
- "cat": "coding"
- },
- {
- "name": "secure_donation",
- "uri_check": "https://secure.donationpay.org/{account}/",
- "e_code": 200,
- "e_string": "| DonationPay",
- "m_string": "secure.donationpay.org",
- "m_code": 404,
- "known": [
- "rareimpact",
- "safc"
- ],
- "cat": "finance"
- },
- {
- "name": "sedisp@ce",
- "uri_check": "https://sedispace.com/@{account}",
- "e_code": 200,
- "e_string": "Membre depuis -",
- "m_string": "- Page non trouvée!",
- "m_code": 302,
- "known": [
- "mamadou",
- "konate"
- ],
- "cat": "social"
- },
- {
- "name": "Seneporno",
- "uri_check": "https://seneporno.com/user/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "sentimente",
- "uri_check": "https://www.sentimente.com/amp/{account}.html",
- "e_code": 200,
- "e_string": "Chat online with",
- "m_string": "HTTP Error code: 404. Resource not found",
- "m_code": 404,
- "known": [
- "david01",
- "brahim01"
- ],
- "cat": "dating"
- },
- {
- "name": "SEOClerks",
- "uri_check": "https://www.seoclerks.com/user/{account}",
- "e_code": 200,
- "e_string": "",
- "m_string": "
SEO Marketplace",
- "m_code": 302,
- "known": [
- "Vfmseo",
- "gokudadon"
- ],
- "cat": "social"
- },
- {
- "name": "setlist.fm",
- "uri_check": "https://www.setlist.fm/user/{account}",
- "e_code": 200,
- "e_string": "s setlist.fm | setlist.fm",
- "m_string": "Sorry, the page you requested doesn't exist",
- "m_code": 404,
- "known": [
- "bendobrin",
- "michi"
- ],
- "cat": "music"
- },
- {
- "name": "Sexworker",
- "uri_check": "https://sexworker.com/api/profile/{account}",
- "uri_pretty": "https://sexworker.com/{account}",
- "e_code": 200,
- "e_string": "profilePictureUrl",
- "m_string": "This user does not exist.",
- "m_code": 404,
- "known": [
- "sakii_nightshade",
- "annajean2319"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "SFD",
- "uri_check": "https://www.sfd.pl/profile/{account}",
- "e_code": 200,
- "e_string": "Tematy użytkownika",
- "m_string": "Brak aktywnego profilu na forum",
- "m_code": 404,
- "known": [
- "janek",
- "admin"
- ],
- "cat": "health"
- },
- {
- "name": "Shesfreaky",
- "uri_check": "https://www.shesfreaky.com/profile/{account}/",
- "e_code": 200,
- "e_string": "s Profile - ShesFreaky",
- "m_string": "",
- "m_code": 302,
- "known": [
- "tata23",
- "fitzsta"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "shopify",
- "uri_check": "https://{account}.myshopify.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "home",
- "m_string": "Sorry, this shop is currently unavailable.",
- "m_code": 404,
- "known": [
- "john",
- "daniel"
- ],
- "cat": "shopping"
- },
- {
- "name": "Showup.tv",
- "uri_check": "https://showup.tv/profile/{account}",
- "headers": {
- "Cookie": "accept_rules=true;"
- },
- "e_code": 200,
- "e_string": "O mnie",
- "m_string": "
Darmowe",
- "m_code": 404,
- "known": [
- "LunaVee",
- "Jane_Frou"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "shutterstock",
- "uri_check": "https://www.shutterstock.com/g/{account}",
- "e_code": 200,
- "e_string": "| Shutterstock",
- "m_string": "Well, this is unexpected...",
- "m_code": 404,
- "known": [
- "john",
- "bob"
- ],
- "cat": "images"
- },
- {
- "name": "SimplePlanes",
- "uri_check": "https://www.simpleplanes.com/u/{account}",
- "e_code": 200,
- "e_string": "joined",
- "m_string": "SimplePlanes Airplanes",
- "m_code": 302,
- "known": [
- "realSavageMan",
- "Jundroo",
- "john"
- ],
- "cat": "gaming"
- },
- {
- "name": "skeb",
- "uri_check": "https://skeb.jp/@{account}",
- "e_code": 200,
- "e_string": ") | Skeb",
- "m_string": "Skeb - Request Box",
- "m_code": 503,
- "known": [
- "eipuru_",
- "sime064"
- ],
- "cat": "art"
- },
- {
- "name": "SlackHoles",
- "uri_check": "https://slackholes.com/actor/{account}/",
- "e_code": 200,
- "e_string": "Pussy and Ass Sizes",
- "m_string": "It looks like nothing was found at this location",
- "m_code": 404,
- "known": [
- "alexbreecooper",
- "roxy-raye"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "slant",
- "uri_check": "https://www.slant.co/users/{account}",
- "e_code": 200,
- "e_string": "s Profile - Slant",
- "m_string": "404 - Page Not Found - Slant",
- "m_code": 404,
- "known": [
- "bob",
- "john"
- ],
- "cat": "shopping"
- },
- {
- "name": "slides",
- "uri_check": "https://slides.com/{account}",
- "e_code": 200,
- "e_string": "Presentations by",
- "m_string": "You may have mistyped the address",
- "m_code": 404,
- "known": [
- "arunthomas"
- ],
- "cat": "social"
- },
- {
- "name": "Slideshare",
- "uri_check": "https://www.slideshare.net/{account}",
- "e_code": 200,
- "e_string": "data-testid=\"report-button\"",
- "m_string": "id=\"username-available\"",
- "m_code": 200,
- "known": [
- "rebeccaskeeles",
- "john"
- ],
- "cat": "social"
- },
- {
- "name": "SmashRun",
- "uri_check": "https://smashrun.com/{account}/",
- "e_code": 200,
- "e_string": "Miles run overall",
- "m_string": "no Smashrunner with the username",
- "m_code": 404,
- "known": [
- "john.young"
- ],
- "cat": "health"
- },
- {
- "name": "smelsy",
- "uri_check": "https://www.smelsy.com/profile/{account}",
- "e_code": 200,
- "e_string": "Smelsy -",
- "m_string": "Server Error",
- "m_code": 500,
- "known": [
- "mohamed01",
- "ahmed"
- ],
- "cat": "misc"
- },
- {
- "name": "SmugMug",
- "uri_check": "https://{account}.smugmug.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "schema.org/Person",
- "m_string": "schema.org/Thing",
- "m_code": 404,
- "known": [
- "wow",
- "jill"
- ],
- "cat": "images"
- },
- {
- "name": "smule",
- "uri_check": "https://www.smule.com/api/profile/?handle={account}",
- "uri_pretty": "https://www.smule.com/{account}",
- "e_code": 200,
- "e_string": "account_id",
- "m_string": "code\": 65",
- "m_code": 400,
- "known": [
- "cgrrose",
- "John___Anish"
- ],
- "cat": "music"
- },
- {
- "name": "Snapchat",
- "uri_check": "https://www.snapchat.com/@{account}",
- "e_code": 200,
- "e_string": "is on Snapchat!",
- "m_string": "NOT_FOUND",
- "m_code": 200,
- "known": [
- "djkhaled305",
- "mileycyrus"
- ],
- "cat": "social"
- },
- {
- "name": "Snipfeed",
- "uri_check": "https://snipfeed.co/{account}",
- "e_code": 200,
- "e_string": "creatorLink",
- "m_string": "Oops, you hit a dead end!",
- "m_code": 404,
- "known": [
- "mycherrycrush",
- "honey"
- ],
- "cat": "misc"
- },
- {
- "name": "soc.citizen4.eu",
- "uri_check": "https://soc.citizen4.eu/profile/{account}/profile",
- "e_code": 200,
- "e_string": "@soc.citizen4.eu",
- "m_string": "Nie znaleziono",
- "m_code": 404,
- "known": [
- "admin",
- "miklo"
- ],
- "cat": "social"
- },
- {
- "name": "social.bund.de",
- "uri_check": "https://social.bund.de/@{account}",
- "e_code": 200,
- "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"
- ],
- "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"
- },
- {
- "name": "sofurry",
- "uri_check": "https://{account}.sofurry.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "'s Profile | SoFurry",
- "m_string": "SoFurry - Error | SoFurry",
- "m_code": 404,
- "known": [
- "reeden-landshey",
- "tigerzero"
- ],
- "cat": "art"
- },
- {
- "name": "solo.to",
- "uri_check": "https://solo.to/{account}",
- "e_code": 200,
- "e_string": "create your own page",
- "m_string": "The page you're looking for isn't here.",
- "m_code": 404,
- "known": [
- "saruei",
- "yui"
- ],
- "cat": "social"
- },
- {
- "name": "SoundCloud",
- "uri_check": "https://soundcloud.com/{account}",
- "e_code": 200,
- "e_string": "SoundCloud",
- "m_string": "sounds",
- "m_code": 404,
- "known": [
- "test123"
- ],
- "cat": "music"
- },
- {
- "name": "Soup",
- "uri_check": "https://www.soup.io/author/{account}",
- "e_code": 200,
- "e_string": "Author at Soup.io",
- "m_string": "Soup.io - News, Sports, Entertainment, TV, Tech, Gaming",
- "m_code": 301,
- "known": [
- "john",
- "cristina"
- ],
- "cat": "blog"
- },
- {
- "name": "Sourceforge",
- "uri_check": "https://sourceforge.net/user/username/{account}",
- "uri_pretty": "https://sourceforge.net/u/{account}/profile",
- "e_code": 400,
- "e_string": "\"error\": \"invalid\"",
- "m_string": "\"success\": 1",
- "m_code": 200,
- "known": [
- "alice",
- "bob"
- ],
- "cat": "coding",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Speaker Deck",
- "uri_check": "https://speakerdeck.com/{account}/",
- "e_code": 200,
- "e_string": ") on Speaker Deck",
- "m_string": "User Not Found - Speaker Deck",
- "m_code": 404,
- "known": [
- "petecheslock",
- "turbosmart45"
- ],
- "cat": "social"
- },
- {
- "name": "speedrun",
- "uri_check": "https://www.speedrun.com/user/{account}/",
- "e_code": 200,
- "e_string": "Runs - ",
- "m_string": "
speedrun.com",
- "m_code": 404,
- "known": [
- "mike",
- "chris"
- ],
- "cat": "gaming"
- },
- {
- "name": "SpiceWorks",
- "uri_check": "https://community.spiceworks.com/people/{account}",
- "e_code": 200,
- "e_string": "Portfolio of IT Projects - Spiceworks",
- "m_string": "Page Not Found",
- "m_code": 404,
- "known": [
- "spicerex",
- "rod-it"
- ],
- "cat": "tech"
- },
- {
- "name": "SPOJ",
- "uri_check": "https://www.spoj.com/users/{account}/",
- "e_code": 200,
- "e_string": "Activity over the last year
",
- "m_string": "Innopolis Open 2018",
- "m_code": 200,
- "known": [
- "defrager",
- "xilinx"
- ],
- "cat": "coding"
- },
- {
- "name": "sporcle",
- "uri_check": "https://www.sporcle.com/user/{account}/people/",
- "e_code": 200,
- "e_string": "'s Sporcle Friends",
- "m_string": "This Sporcle user cannot be found.",
- "m_code": 301,
- "known": [
- "Test",
- "lolshortee"
- ],
- "cat": "gaming"
- },
- {
- "name": "Sports Tracker",
- "uri_check": "https://api.sports-tracker.com/apiserver/v1/user/name/{account}",
- "uri_pretty": "https://sports-tracker.com/view_profile/{account}",
- "e_code": 200,
- "e_string": "\"uuid\":",
- "m_string": "\"code\":\"404\"",
- "m_code": 200,
- "known": [
- "petriola",
- "adisonthadat"
- ],
- "cat": "health"
- },
- {
- "name": "Spotify",
- "uri_check": "https://open.spotify.com/user/{account}",
- "e_code": 200,
- "e_string": "content=\"profile\"",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "kexp_official",
- "mkbhd"
- ],
- "cat": "music",
- "protection": [
- "other"
- ]
- },
- {
- "name": "StackOverflow",
- "uri_check": "https://stackoverflow.com/users/filter?search={account}",
- "e_code": 200,
- "e_string": "grid--item user-info",
- "m_string": "No users matched your search.",
- "m_code": 200,
- "known": [
- "vonc",
- "bergi"
- ],
- "cat": "coding",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "StackShare",
- "uri_check": "https://stackshare.io/{account}",
- "e_code": 200,
- "e_string": "class='user-container'",
- "m_string": "Sorry, we couldn't find that page :(",
- "m_code": 404,
- "known": [
- "gordonpn68492",
- "Alan-Liang"
- ],
- "cat": "tech"
- },
- {
- "name": "Statuspage",
- "uri_check": "https://{account}.statuspage.io/api/v2/status.json",
- "uri_pretty": "https://{account}.statuspage.io/",
- "e_code": 200,
- "e_string": "updated_at",
- "m_string": "You are being
redirected.",
- "m_code": 302,
- "known": [
- "8713981tpdlg",
- "gaming",
- "coinbase"
- ],
- "cat": "tech"
- },
- {
- "name": "Steam",
- "uri_check": "https://steamcommunity.com/id/{account}",
- "e_code": 200,
- "e_string": "g_rgProfileData =",
- "m_string": "Steam Community :: Error",
- "m_code": 200,
- "known": [
- "test"
- ],
- "cat": "gaming"
- },
- {
- "name": "SteamGifts",
- "uri_check": "https://www.steamgifts.com/user/{account}",
- "e_code": 200,
- "e_string": "\"identifier\":",
- "m_string": "",
- "m_code": 301,
- "known": [
- "AbsurdPoncho",
- "Wolod1402"
- ],
- "cat": "gaming"
- },
- {
- "name": "Steemit",
- "uri_check": "https://signup.steemit.com/api/check_username",
- "uri_pretty": "https://steemit.com/@{account}",
- "post_body": "{\"username\":\"{account}\"}",
- "headers": {
- "Content-Type": "application/json"
- },
- "e_code": 200,
- "e_string": "\"type\":\"error_api_username_used\"",
- "m_string": "\"success\":true",
- "m_code": 200,
- "known": [
- "petlover",
- "zalat"
- ],
- "cat": "social"
- },
- {
- "name": "steller",
- "uri_check": "https://steller.co/{account}",
- "e_code": 200,
- "e_string": " on Steller",
- "m_string": "
",
- "m_code": 404,
- "known": [
- "jeannnn",
- "havwoods"
- ],
- "cat": "shopping"
- },
- {
- "name": "StoryCorps",
- "uri_check": "https://archive.storycorps.org/user/{account}/",
- "e_code": 200,
- "e_string": "archive author",
- "m_string": "We're sorry, but the page",
- "m_code": 404,
- "known": [
- "jthorstad",
- "paul-swider"
- ],
- "cat": "blog"
- },
- {
- "name": "Strava",
- "uri_check": "https://www.strava.com/athletes/{account}",
- "e_code": 301,
- "e_string": "/athletes/",
- "m_string": "\"page\":\"/404\"",
- "m_code": 404,
- "known": [
- "jane",
- "adam"
- ],
- "cat": "social"
- },
- {
- "name": "StreamElements",
- "uri_check": "https://api.streamelements.com/kappa/v2/channels/{account}",
- "uri_pretty": "https://streamelements.com/{account}",
- "e_code": 200,
- "e_string": "\"providerId\"",
- "m_string": "error",
- "m_code": 404,
- "known": [
- "honey",
- "dude"
- ],
- "cat": "finance"
- },
- {
- "name": "StreamLabs",
- "uri_check": "https://streamlabs.com/api/v6/user/{account}",
- "uri_pretty": "https://streamlabs.com/{account}/tip",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "
Unauthorized",
- "m_code": 401,
- "known": [
- "veibae",
- "cutie_cori"
- ],
- "cat": "finance"
- },
- {
- "name": "Stripchat",
- "uri_check": "https://stripchat.com/api/front/users/checkUsername?username={account}",
- "uri_pretty": "https://stripchat.com/{account}",
- "e_code": 400,
- "e_string": "\"error\":\"This username already exists\"",
- "m_string": "[]",
- "m_code": 200,
- "known": [
- "DulcieRichard",
- "Katie-Mili"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Subscribestar",
- "uri_check": "https://subscribestar.adult/{account}",
- "e_code": 200,
- "e_string": "CREATOR STATS",
- "m_string": "WE ARE SORRY, THE PAGE YOU REQUESTED CANNOT BE FOUND",
- "m_code": 404,
- "known": [
- "missmoonified",
- "honey"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Substack",
- "uri_check": "https://substack.com/@{account}",
- "e_code": 200,
- "e_string": "| Substack",
- "m_string": "" on Substack",
- "m_code": 200,
- "known": [
- "janellehardacre",
- "janeclairebradley"
- ],
- "cat": "social"
- },
- {
- "name": "sukebei.nyaa.si",
- "uri_check": "https://sukebei.nyaa.si/user/{account}",
- "e_code": 200,
- "e_string": "'s torrents",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "kouhy76",
- "Rektr0"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Suzuri",
- "uri_check": "https://suzuri.jp/{account}",
- "e_code": 200,
- "e_string": "Items",
- "m_string": "Push Space-key",
- "m_code": 404,
- "known": [
- "itochanxxx",
- "alex"
- ],
- "cat": "business"
- },
- {
- "name": "szmer.info",
- "uri_check": "https://szmer.info/u/{account}",
- "e_code": 200,
- "e_string": "Joined",
- "m_string": "Code: Couldn't find that username or email.",
- "m_code": 200,
- "known": [
- "przeczzpreczem",
- "Xavier"
- ],
- "cat": "social"
- },
- {
- "name": "tabletoptournament",
- "uri_check": "https://www.tabletoptournaments.net/eu/player/{account}",
- "e_code": 200,
- "e_string": "- Player Profile | T³ - TableTop Tournaments",
- "m_string": "No player with the nickname",
- "m_code": 200,
- "known": [
- "Lars01",
- "john"
- ],
- "cat": "misc"
- },
- {
- "name": "Tagged",
- "uri_check": "https://secure.tagged.com/{account}",
- "e_code": 200,
- "e_string": "s Profile",
- "m_string": "Tagged - The social network for meeting new people",
- "m_code": 302,
- "known": [
- "Samantha",
- "Robert"
- ],
- "cat": "social"
- },
- {
- "name": "TamTam",
- "uri_check": "https://tamtam.chat/{account}",
- "e_code": 200,
- "e_string": "deeplink=tamtam://chat/",
- "m_string": "ТамТам",
- "m_code": 302,
- "known": [
- "blue",
- "John"
- ],
- "cat": "social"
- },
- {
- "name": "Tanuki.pl",
- "uri_check": "https://tanuki.pl/profil/{account}",
- "e_code": 200,
- "e_string": "Dołączył",
- "m_string": "Nie ma takiego użytkownika",
- "m_code": 404,
- "known": [
- "ania",
- "avellana"
- ],
- "cat": "hobby"
- },
- {
- "name": "TAPiTAG",
- "uri_check": "https://account.tapitag.co/tapitag/api/v1/{account}",
- "uri_pretty": "https://account.tapitag.co/{account}",
- "e_code": 200,
- "e_string": "User details are Showing",
- "m_string": "The rf number is not valid",
- "m_code": 200,
- "known": [
- "JonathanWallace",
- "gearoidconsidine"
- ],
- "cat": "business"
- },
- {
- "name": "Tappy",
- "uri_check": "https://api.tappy.tech/api/profile/username/{account}",
- "uri_pretty": "https://www.tappy.tech/{account}",
- "e_code": 200,
- "e_string": "user_id",
- "m_string": "Profile of username Not Found",
- "m_code": 200,
- "known": [
- "alexborrelli",
- "domocann"
- ],
- "cat": "business"
- },
- {
- "name": "Taringa",
- "uri_check": "https://www.taringa.net/{account}",
- "e_code": 200,
- "e_string": " en Taringa!",
- "m_string": "Colectiva en Taringa!",
- "m_code": 301,
- "known": [
- "jocaxav",
- "engendrometal"
- ],
- "cat": "social"
- },
- {
- "name": "Taringa Archived Profile",
- "uri_check": "https://archive.org/wayback/available?url=https://www.taringa.net/{account}",
- "uri_pretty": "https://web.archive.org/web/2/taringa.net/{account}",
- "e_code": 200,
- "e_string": "\"archived_snapshots\": {\"closest\"",
- "m_string": "\"archived_snapshots\": {}",
- "m_code": 200,
- "known": [
- "farantic",
- "elrubius"
- ],
- "cat": "archived"
- },
- {
- "name": "taskrabbit",
- "uri_check": "https://www.taskrabbit.com/profile/{account}/about",
- "e_code": 200,
- "e_string": "’s Profile",
- "m_string": "",
- "m_code": 302,
- "known": [
- "john",
- "sam"
- ],
- "cat": "business"
- },
- {
- "name": "Teamtreehouse",
- "uri_check": "https://teamtreehouse.com/{account}",
- "e_code": 200,
- "e_string": "Member Since",
- "m_string": "Oops, Something went missing",
- "m_code": 404,
- "known": [
- "john"
- ],
- "cat": "coding"
- },
- {
- "name": "Teddygirls",
- "uri_check": "https://teddysgirls.net/models/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Teespring",
- "uri_check": "https://commerce.teespring.com/v1/stores?slug={account}",
- "uri_pretty": "https://{account}.creator-spring.com",
- "e_code": 200,
- "e_string": "sellerToken",
- "m_string": "{\"errors\":{\"store\":[\"not found\"]}}",
- "m_code": 404,
- "known": [
- "missmoonified",
- "honey"
- ],
- "cat": "business"
- },
- {
- "name": "Teknik",
- "uri_check": "https://user.teknik.io/{account}",
- "e_code": 200,
- "e_string": "Public Key",
- "m_string": "The user does not exist",
- "m_code": 200,
- "known": [
- "red",
- "bob"
- ],
- "cat": "tech"
- },
- {
- "name": "Telegram",
- "uri_check": "https://t.me/{account}",
- "e_code": 200,
- "e_string": "tgme_page_title",
- "m_string": "noindex, nofollow",
- "m_code": 200,
- "known": [
- "alice",
- "giovanni"
- ],
- "cat": "social"
- },
- {
- "name": "Teletype",
- "uri_check": "https://teletype.in/@{account}",
- "e_code": 200,
- "e_string": "class=\"layout__content m_main blog\"",
- "m_string": "class=\"error\"",
- "m_code": 404,
- "known": [
- "mart11",
- "anotherj"
- ],
- "cat": "blog"
- },
- {
- "name": "Tellonym",
- "uri_check": "https://api.tellonym.me/profiles/name/{account}",
- "uri_pretty": "https://tellonym.me/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"code\":\"NOT_FOUND\"",
- "m_code": 404,
- "known": [
- "jane",
- "jimmy"
- ],
- "cat": "social",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Tenor",
- "uri_check": "https://tenor.com/users/{account}",
- "e_code": 200,
- "e_string": "class=\"ProfilePage page\"",
- "m_string": "class=\"error-page container page\"",
- "m_code": 404,
- "known": [
- "maggie342",
- "d33jay23"
- ],
- "cat": "images"
- },
- {
- "name": "TETR.IO",
- "uri_check": "https://ch.tetr.io/api/users/{account}",
- "uri_pretty": "https://ch.tetr.io/u/{account}",
- "e_code": 200,
- "e_string": "\"success\":true",
- "m_string": "\"success\":false",
- "m_code": 404,
- "known": [
- "icly",
- "5han"
- ],
- "cat": "gaming"
- },
- {
- "name": "TF2 Backpack Examiner",
- "uri_check": "http://www.tf2items.com/id/{account}/",
- "e_code": 200,
- "e_string": "
TF2 Backpack -",
- "m_string": "",
- "m_code": 302,
- "known": [
- "test"
- ],
- "cat": "gaming"
- },
- {
- "name": "thegatewaypundit",
- "uri_check": "https://www.thegatewaypundit.com/author/{account}/",
- "e_code": 200,
- "e_string": "summary",
- "m_string": "Not found, error 404",
- "m_code": 404,
- "known": [
- "patti",
- "joehoft"
- ],
- "cat": "political"
- },
- {
- "name": "theguardian",
- "uri_check": "https://www.theguardian.com/profile/{account}",
- "e_code": 200,
- "e_string": "",
- "m_string": "Page Not Found | The Guardian",
- "m_code": 404,
- "known": [
- "minna-salami",
- "johnnaughton"
- ],
- "cat": "news"
- },
- {
- "name": "themeforest",
- "uri_check": "https://themeforest.net/user/{account}",
- "e_code": 200,
- "e_string": "s profile on ThemeForest",
- "m_string": "Page Not Found | ThemeForest",
- "m_code": 301,
- "known": [
- "john",
- "bob"
- ],
- "cat": "art"
- },
- {
- "name": "Thetattooforum",
- "uri_check": "https://www.thetattooforum.com/members/{account}/",
- "e_code": 200,
- "e_string": "Insert This Gallery",
- "m_string": "We’re sorry",
- "m_code": 500,
- "known": [
- "mixdop",
- "modifyielts"
- ],
- "cat": "art"
- },
- {
- "name": "thoughts",
- "uri_check": "https://thoughts.com/members/{account}/",
- "e_code": 200,
- "e_string": "Page not found",
- "m_code": 404,
- "known": [
- "myownpersonalthoughts",
- "danwions"
- ],
- "cat": "hobby"
- },
- {
- "name": "Threads.net",
- "uri_check": "https://www.threads.net/@{account}",
- "e_code": 200,
- "e_string": ") on Threads
",
- "m_string": "
Threads",
- "m_code": 200,
- "known": [
- "s_novoselov",
- "oliveralexanderdk"
- ],
- "cat": "social"
- },
- {
- "name": "TikTok",
- "uri_check": "https://www.tiktok.com/oembed?url=https://www.tiktok.com/@{account}",
- "uri_pretty": "https://www.tiktok.com/@{account}?lang=en",
- "e_code": 200,
- "e_string": "author_url",
- "m_string": "Something went wrong",
- "m_code": 400,
- "known": [
- "gordonramsayofficial",
- "pookiebear73"
- ],
- "cat": "social"
- },
- {
- "name": "Tilde.zone (Mastodon Instance)",
- "uri_check": "https://tilde.zone/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://tilde.zone/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "ben",
- "lunatic"
- ],
- "cat": "social"
- },
- {
- "name": "Tinder",
- "uri_check": "https://tinder.com/@{account}",
- "e_code": 200,
- "e_string": ") | Tinder",
- "m_string": "Tinder | Dating, Make Friends & Meet New People",
- "m_code": 200,
- "known": [
- "Alexey",
- "peter",
- "john"
- ],
- "cat": "dating"
- },
- {
- "name": "Tindie",
- "uri_check": "https://www.tindie.com/accounts/check_username/",
- "uri_pretty": "https://www.tindie.com/stores/{account}/",
- "post_body": "username={account}",
- "headers": {
- "Content-Type": "application/x-www-form-urlencoded"
- },
- "e_code": 200,
- "e_string": "\"errors\": [\"Username taken!\"]",
- "m_string": "\"valid\": true",
- "m_code": 200,
- "known": [
- "tehrabbitt",
- "dekunukem"
- ],
- "cat": "shopping"
- },
- {
- "name": "TipeeeStream",
- "uri_check": "https://www.tipeeestream.com/v3.0/pages/{account}",
- "uri_pretty": "https://www.tipeeestream.com/{account}/",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"message\":\"Not found\"",
- "m_code": 404,
- "known": [
- "gagzzz",
- "larebouille"
- ],
- "cat": "finance"
- },
- {
- "name": "Tooting.ch (Mastodon Instance)",
- "uri_check": "https://tooting.ch/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://tooting.ch/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "mikebeganyi",
- "Zugi"
- ],
- "cat": "social"
- },
- {
- "name": "Topcoder",
- "uri_check": "https://api.topcoder.com/v5/members/{account}",
- "uri_pretty": "https://profiles.topcoder.com/{account}",
- "e_code": 200,
- "e_string": "\"userId\":",
- "m_string": "\"message\":\"Member with handle:",
- "m_code": 404,
- "known": [
- "chinvib66",
- "mwakanosya"
- ],
- "cat": "coding"
- },
- {
- "name": "toyhou.se",
- "uri_check": "https://toyhou.se/{account}",
- "e_code": 200,
- "e_string": "display-user",
- "m_string": "We can't find that page!",
- "m_code": 404,
- "known": [
- "22RII",
- "honey"
- ],
- "cat": "hobby"
- },
- {
- "name": "tradingview",
- "uri_check": "https://www.tradingview.com/u/{account}/",
- "e_code": 200,
- "e_string": "— Trading Ideas &",
- "m_string": "Page not found — TradingView",
- "m_code": 404,
- "known": [
- "liam",
- "john"
- ],
- "cat": "finance"
- },
- {
- "name": "trakt",
- "uri_check": "https://trakt.tv/users/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "video"
- },
- {
- "name": "TRAKTRAIN",
- "uri_check": "https://traktrain.com/{account}",
- "e_code": 200,
- "e_string": "id=\"userId\"",
- "m_string": "class=\"title-404\"",
- "m_code": 404,
- "known": [
- "terrotuga",
- "fr4ud"
- ],
- "cat": "music"
- },
- {
- "name": "Trello",
- "uri_check": "https://trello.com/1/Members/{account}",
- "uri_pretty": "https://trello.com/{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "
Oh no! 404!
",
- "m_code": 404,
- "known": [
- "naranjasan",
- "jane"
- ],
- "cat": "social",
- "protection": [
- "other"
- ]
- },
- {
- "name": "tripadvisor",
- "uri_check": "https://www.tripadvisor.com/Profile/{account}",
- "e_code": 200,
- "e_string": "Contributions",
- "m_string": "This page is on vacation",
- "m_code": 404,
- "known": [
- "john",
- "peter"
- ],
- "cat": "social"
- },
- {
- "name": "TruckersMP",
- "uri_check": "https://truckersmp.com/user/search?search={account}",
- "e_code": 200,
- "e_string": "class=\"team-v2\"",
- "m_string": "
Could not find any member using these credentials
",
- "m_code": 200,
- "known": [
- "JohnnySOBA",
- "Vasya_Run"
- ],
- "cat": "gaming"
- },
- {
- "name": "TruckersMP.Ru",
- "uri_check": "https://truckersmp.ru/{account}",
- "e_code": 200,
- "e_string": "class=\"b-user-page\"",
- "m_string": "class=\"b-handler-error-404\"",
- "m_code": 404,
- "known": [
- "ramanbardashevich",
- "Sanya193Rus"
- ],
- "cat": "gaming"
- },
- {
- "name": "Truth Social",
- "uri_check": "https://truthsocial.com/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://truthsocial.com/@{account}",
- "e_code": 200,
- "e_string": "\"id\":",
- "m_string": "\"error\":\"Record not found\"",
- "m_code": 404,
- "known": [
- "realdonaldtrump",
- "ScottAdamsTruth"
- ],
- "cat": "social"
- },
- {
- "name": "TryHackMe",
- "uri_check": "https://tryhackme.com/api/user/exist/{account}",
- "uri_pretty": "https://tryhackme.com/r/p/{account}",
- "e_code": 200,
- "e_string": "\"success\":true",
- "m_string": "\"success\":false",
- "m_code": 200,
- "known": [
- "user",
- "goyalyuval15"
- ],
- "cat": "tech"
- },
- {
- "name": "Tryst",
- "uri_check": "https://tryst.link/escort/{account}",
- "e_code": 200,
- "e_string": "Caters to
",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "lpatterson32",
- "kansasgirl69"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "tumblr",
- "uri_check": "https://{account}.tumblr.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "avatar",
- "m_string": "There's nothing here",
- "m_code": 404,
- "known": [
- "test",
- "test1"
- ],
- "cat": "images"
- },
- {
- "name": "tunefind",
- "uri_check": "https://www.tunefind.com/api-request/account/profile?userName={account}",
- "uri_pretty": "https://www.tunefind.com/user/profile/{account}",
- "e_code": 200,
- "e_string": "\"user-stats-engagement\":",
- "m_string": "\"code\":\"not_found\"",
- "m_code": 404,
- "known": [
- "baywolfmusic",
- "mrcerny18",
- "4evryng"
- ],
- "cat": "music"
- },
- {
- "name": "Twitcasting",
- "uri_check": "https://twitcasting.tv/{account}",
- "e_code": 200,
- "e_string": "Live History",
- "m_string": "Not Found",
- "m_code": 302,
- "known": [
- "yuno___nico",
- "2_t0_"
- ],
- "cat": "social"
- },
- {
- "name": "Twitch",
- "uri_check": "https://twitchtracker.com/{account}",
- "uri_pretty": "https://twitch.tv/{account}/",
- "e_code": 200,
- "e_string": "Overview",
- "m_string": "404 Page Not Found",
- "m_code": 404,
- "known": [
- "summit1g",
- "cohhcarnage"
- ],
- "cat": "gaming"
- },
- {
- "name": "Twitter archived profile",
- "uri_check": "http://archive.org/wayback/available?url=https://twitter.com/{account}",
- "uri_pretty": "https://web.archive.org/web/2/https://twitter.com/{account}",
- "e_code": 200,
- "e_string": "\"archived_snapshots\": {\"closest\"",
- "m_string": "\"archived_snapshots\": {}",
- "m_code": 200,
- "known": [
- "jack",
- "dineshdsouza"
- ],
- "cat": "archived"
- },
- {
- "name": "Twitter archived tweets",
- "uri_check": "http://archive.org/wayback/available?url=https://twitter.com/{account}/status/*",
- "uri_pretty": "https://web.archive.org/web/*/https://twitter.com/{account}/status/*",
- "e_code": 200,
- "e_string": "\"archived_snapshots\": {\"closest\"",
- "m_string": "\"archived_snapshots\": {}",
- "m_code": 200,
- "known": [
- "jack",
- "dineshdsouza"
- ],
- "cat": "archived"
- },
- {
- "name": "twoplustwo",
- "uri_check": "https://forumserver.twoplustwo.com/ajax.php?do=usersearch",
- "uri_pretty": "https://forumserver.twoplustwo.com/search.php",
- "post_body": "securitytoken=guest&do=usersearch&fragment={account}",
- "e_code": 200,
- "e_string": "userid=",
- "m_string": "",
- "m_code": 404,
- "known": [
- "redsox",
- "adam"
- ],
- "cat": "hobby"
- },
- {
- "name": "twpro",
- "uri_check": "https://twpro.jp/{account}",
- "e_code": 200,
- "e_string": "おとなりさん",
- "m_string": "をご確認ください。",
- "m_code": 404,
- "known": [
- "wsise47",
- "tsukiusa630"
- ],
- "cat": "social"
- },
- {
- "name": "Ubisoft",
- "uri_check": "https://discussions.ubisoft.com/user/{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "gaming"
- },
- {
- "name": "Udemy",
- "uri_check": "https://www.udemy.com/user/{account}/",
- "e_code": 200,
- "e_string": "| Udemy",
- "m_string": "Online Courses - Learn Anything, On Your Schedule | Udemy",
- "m_code": 301,
- "known": [
- "stephane-maarek",
- "lizbrown3"
- ],
- "cat": "tech"
- },
- {
- "name": "UEF CONNECT",
- "uri_check": "https://uefconnect.uef.fi/en/{account}/",
- "e_code": 200,
- "e_string": "profile-page-header__info",
- "m_string": "Page not found - UEFConnect",
- "m_code": 404,
- "known": [
- "heli.mutanen",
- "mette.heiskanen"
- ],
- "cat": "business"
- },
- {
- "name": "uid",
- "uri_check": "http://uid.me/{account}",
- "e_code": 200,
- "e_string": "- uID.me",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "john",
- "peter"
- ],
- "cat": "social"
- },
- {
- "name": "Ultimate Guitar",
- "uri_check": "https://www.ultimate-guitar.com/u/{account}",
- "e_code": 200,
- "e_string": " | Ultimate-Guitar.Com",
- "m_string": "Oops! We couldn't find that page.",
- "m_code": 410,
- "known": [
- "LYNX-Music",
- "Mikhailo",
- "MeGaDeth2314"
- ],
- "cat": "hobby"
- },
- {
- "name": "Ultras Diary",
- "uri_check": "http://ultrasdiary.pl/u/{account}/",
- "e_code": 200,
- "e_string": "Mecze wyjazdowe:",
- "m_string": "Ile masz wyjazdów?",
- "m_code": 404,
- "known": [
- "janek",
- "kowal"
- ],
- "cat": "hobby"
- },
- {
- "name": "Unlisted Videos",
- "uri_check": "https://unlistedvideos.com/search.php?user={account}",
- "e_code": 200,
- "e_string": "Date submitted",
- "m_string": "content=\"\"/>",
- "m_code": 200,
- "known": [
- "emudshit",
- "hirumaredx"
- ],
- "cat": "archived"
- },
- {
- "name": "unsplash",
- "uri_check": "https://unsplash.com/@{account}",
- "e_code": 200,
- "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"
- ],
- "cat": "images"
- },
- {
- "name": "Untappd",
- "uri_check": "https://untappd.com/user/{account}/",
- "e_code": 200,
- "e_string": "class=\"cont user_profile\"",
- "m_string": "class=\"search_404\"",
- "m_code": 404,
- "known": [
- "Welcomenetguy",
- "patpatcarney"
- ],
- "cat": "social"
- },
- {
- "name": "USA Life",
- "uri_check": "https://usa.life/{account}",
- "e_code": 200,
- "e_string": "Please log in to like, share and comment",
- "m_string": "Sorry, page not found",
- "m_code": 302,
- "known": [
- "abaynes79",
- "not1face"
- ],
- "cat": "social"
- },
- {
- "name": "utip.io",
- "uri_check": "https://utip.io/creator/profile/{account}",
- "uri_pretty": "https://utip.io/{account}",
- "e_code": 200,
- "e_string": "\"userName\"",
- "m_string": "Not a valid web service key",
- "m_code": 404,
- "known": [
- "honey",
- "chloe"
- ],
- "cat": "finance"
- },
- {
- "name": "uwu.ai",
- "uri_check": "https://{account}.uwu.ai/",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "property=\"twitter:card\"",
- "m_string": "Sorry, the requested page could not be found.",
- "m_code": 404,
- "known": [
- "elite",
- "citruciel"
- ],
- "cat": "social"
- },
- {
- "name": "Uwumarket",
- "uri_check": "https://uwumarket.us/collections/{account}",
- "e_code": 200,
- "e_string": "collection-hero__text-wrapper",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "saki",
- "aicandii"
- ],
- "cat": "business"
- },
- {
- "name": "vapenews",
- "uri_check": "https://vapenews.ru/profile/{account}",
- "e_code": 200,
- "e_string": "Профиль",
- "m_string": "404",
- "m_code": 404,
- "known": [
- "igor",
- "vladimir"
- ],
- "cat": "hobby"
- },
- {
- "name": "Venmo",
- "uri_check": "https://account.venmo.com/u/{account}",
- "e_code": 200,
- "e_string": "profileInfo_username__",
- "m_string": "Sorry, the page you requested does not exist!",
- "m_code": 404,
- "known": [
- "John-Goolsby-8",
- "kate-mura"
- ],
- "cat": "finance"
- },
- {
- "name": "Vero",
- "uri_check": "https://vero.co/{account}",
- "e_code": 200,
- "e_string": "name=\"username",
- "m_string": "Not Found
",
- "m_code": 200,
- "known": [
- "alex",
- "johnny"
- ],
- "cat": "art"
- },
- {
- "name": "vibilagare",
- "uri_check": "https://www.vibilagare.se/users/{account}",
- "e_code": 200,
- "e_string": "Profil på vibilagare.se",
- "m_string": "Sidan hittades inte |",
- "m_code": 404,
- "known": [
- "lars01",
- "sven"
- ],
- "cat": "misc"
- },
- {
- "name": "VIEWBUG",
- "uri_check": "https://www.viewbug.com/member/{account}",
- "e_code": 200,
- "e_string": "class=\"top-profile-since\"",
- "m_string": "id=\"missing-this\"",
- "m_code": 404,
- "known": [
- "soulcraft",
- "aychmb"
- ],
- "cat": "hobby"
- },
- {
- "name": "Vimeo",
- "uri_check": "https://vimeo.com/{account}",
- "e_code": 200,
- "e_string": "og:type",
- "m_string": "VimeUhOh",
- "m_code": 404,
- "known": [
- "john",
- "alice"
- ],
- "cat": "video"
- },
- {
- "name": "Vine",
- "uri_check": "https://vine.co/api/users/profiles/vanity/{account}",
- "uri_pretty": "https://vine.co/{account}",
- "e_code": 200,
- "e_string": "userId",
- "m_string": "That record does not exist",
- "m_code": 404,
- "known": [
- "TomHarlock",
- "Seks"
- ],
- "cat": "video"
- },
- {
- "name": "VIP-blog",
- "uri_check": "http://{account}.vip-blog.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "blog : ",
- "m_string": "Blog inexistant",
- "m_code": 200,
- "known": [
- "sarah",
- "brahim01"
- ],
- "cat": "blog"
- },
- {
- "name": "VirusTotal",
- "uri_check": "https://www.virustotal.com/ui/users/{account}",
- "uri_pretty": "https://www.virustotal.com/gui/user/{account}",
- "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",
- "X-VT-Anti-Abuse-Header": "MTAxOTFwMDcxOTEtWkc5dWRDQmlaU0JsZG2scy5xNzE4Mjc1NDI0LjUzMw=="
- },
- "e_code": 200,
- "e_string": "\"data\"",
- "m_string": "\"code\": \"NotFoundError\"",
- "m_code": 404,
- "known": [
- "cyber",
- "cybersecstu"
- ],
- "cat": "misc"
- },
- {
- "name": "visnesscard",
- "uri_check": "https://my.visnesscard.com/Home/GetCard/{account}",
- "uri_pretty": "https://my.visnesscard.com/{account}",
- "e_code": 200,
- "e_string": "end_point",
- "m_string": "card_id\": 0",
- "m_code": 200,
- "known": [
- "Lisa-Gordon",
- "Bill-Schaeffer"
- ],
- "cat": "business"
- },
- {
- "name": "Vivino",
- "uri_check": "https://www.vivino.com/users/{account}",
- "e_code": 200,
- "e_string": "",
- "m_string": "Page not found",
- "m_code": 404,
- "known": [
- "test",
- "admin"
- ],
- "cat": "video"
- },
- {
- "name": "VK",
- "uri_check": "https://vk.com/{account}",
- "headers": {
- "User-Agent": "Mozilla/5.0 (X11; Linux i686; rv:125.0) Gecko/20100101 Firefox/125.0"
- },
- "e_code": 200,
- "e_string": "content=\"profile\"",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "ches_ches",
- "mike.kidlazy"
- ],
- "cat": "social"
- },
- {
- "name": "Vkl.world (Mastodon Instance)",
- "uri_check": "https://vkl.world/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://vkl.world/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "king",
- "aniver"
- ],
- "cat": "social"
- },
- {
- "name": "Vmst.io (Mastodon Instance)",
- "uri_check": "https://vmst.io/api/v1/accounts/lookup?acct={account}",
- "uri_pretty": "https://vmst.io/@{account}",
- "e_code": 200,
- "e_string": "display_name",
- "m_string": "Record not found",
- "m_code": 404,
- "known": [
- "vmstan",
- "honestdave"
- ],
- "cat": "social"
- },
- {
- "name": "Voice123",
- "uri_check": "https://voice123.com/api/providers/search/{account}",
- "uri_pretty": "https://voice123.com/{account}",
- "e_code": 200,
- "e_string": "user_id",
- "m_string": "[]",
- "m_code": 200,
- "known": [
- "dottovuu",
- "maheshsaha1992"
- ],
- "cat": "hobby"
- },
- {
- "name": "Voices.com",
- "uri_check": "https://www.voices.com/profile/{account}/",
- "e_code": 200,
- "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"
- ],
- "cat": "business"
- },
- {
- "name": "vsco",
- "uri_check": "https://vsco.co/{account}/gallery",
- "headers": {
- "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
- },
- "e_code": 200,
- "e_string": "permaSubdomain",
- "m_string": "\"error\":\"site_not_found\"}",
- "m_code": 404,
- "known": [
- "sam",
- "becca"
- ],
- "cat": "social"
- },
- {
- "name": "W3Schools",
- "uri_check": "https://pathfinder-api.kai.w3spaces.com/public-profile-api/{account}",
- "e_code": 200,
- "e_string": "\"userId\":",
- "m_string": "\"message\":\"Profile does not exists or not visible\"",
- "m_code": 404,
- "known": [
- "test",
- "admin"
- ],
- "cat": "tech"
- },
- {
- "name": "Wakatime",
- "uri_check": "https://wakatime.com/@{account}",
- "e_code": 200,
- "e_string": ") - WakaTime",
- "m_string": "
404: Not Found",
- "m_code": 404,
- "known": [
- "jake",
- "alimirzayev"
- ],
- "cat": "coding"
- },
- {
- "name": "Warmerise",
- "uri_check": "https://warmerise.com/profile/{account}",
- "e_code": 200,
- "e_string": "Page Not Found",
- "m_code": 404,
- "known": [
- "login836039",
- "Datura0808"
- ],
- "cat": "hobby"
- },
- {
- "name": "weebly",
- "uri_check": "https://{account}.weebly.com/",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "
",
- "m_string": "
404 - Page Not Found",
- "m_code": 404,
- "known": [
- "dave",
- "john"
- ],
- "cat": "misc"
- },
- {
- "name": "wego",
- "uri_check": "https://wego.social/{account}",
- "e_code": 200,
- "e_string": "Following",
- "m_string": "Sorry, page not found!",
- "m_code": 302,
- "known": [
- "mmish2",
- "Lisa_M_S"
- ],
- "cat": "political"
- },
- {
- "name": "weheartit",
- "uri_check": "https://weheartit.com/{account}",
- "e_code": 200,
- "e_string": " on We Heart It",
- "m_string": " (404)",
- "m_code": 404,
- "known": [
- "alice",
- "bob"
- ],
- "cat": "social"
- },
- {
- "name": "Weibo",
- "uri_check": "https://weibo.com/ajax/profile/info?custom={account}",
- "uri_pretty": "https://weibo.com/{account}",
- "e_code": 200,
- "e_string": "\"user\":",
- "m_string": "
400 Bad Request
",
- "m_code": 400,
- "known": [
- "guoailun12",
- "fbb0916"
- ],
- "cat": "social"
- },
- {
- "name": "WeTransfer",
- "uri_check": "https://{account}.wetransfer.com",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "workspaceName",
- "m_string": "",
- "m_code": 307,
- "known": [
- "mark",
- "joe"
- ],
- "cat": "misc"
- },
- {
- "name": "Wikidot",
- "uri_check": "http://www.wikidot.com/user:info/{account}",
- "e_code": 200,
- "e_string": "
",
- "m_string": "
User does not exist.
",
- "m_code": 200,
- "known": [
- "jack",
- "allen"
- ],
- "cat": "social"
- },
- {
- "name": "Wikimapia",
- "uri_check": "https://wikimapia.org/user/register/?check=username&value={account}",
- "uri_pretty": "https://wikimapia.org/user/tools/users_rating/?username={account}",
- "e_code": 200,
- "e_string": "\"ok\":false",
- "m_string": "\"ok\":true",
- "m_code": 200,
- "known": [
- "bubnilka",
- "Teresa"
- ],
- "cat": "social"
- },
- {
- "name": "Wikipedia",
- "uri_check": "https://meta.wikimedia.org/w/api.php?action=query&format=json&list=globalallusers&aguprefix={account}&agulimit=100",
- "uri_pretty": "https://en.wikipedia.org/wiki/User:{account}",
- "e_code": 200,
- "e_string": "{\"id\":",
- "m_string": ":[]}}",
- "m_code": 200,
- "known": [
- "sector051",
- "webbreacher"
- ],
- "cat": "news"
- },
- {
- "name": "Wimkin-PublicProfile",
- "uri_check": "https://wimkin.com/{account}",
- "e_code": 200,
- "e_string": "is on WIMKIN",
- "m_string": " The page you are looking for cannot be found.",
- "m_code": 404,
- "known": [
- "alex",
- "smith",
- "boomer"
- ],
- "cat": "political"
- },
- {
- "name": "Wireclub",
- "uri_check": "https://www.wireclub.com/users/{account}",
- "e_code": 200,
- "e_string": "Chat With",
- "m_string": "People - Wireclub",
- "m_code": 301,
- "known": [
- "deae",
- "cheerfulsarcasm",
- "braydenskiresort"
- ],
- "cat": "social",
- "protection": [
- "other"
- ]
- },
- {
- "name": "Wishlistr",
- "uri_check": "https://www.wishlistr.com/sign-up/?rs=checkUserName&rsargs[]={account}",
- "uri_pretty": "https://www.wishlistr.com/{account}/",
- "e_code": 200,
- "e_string": "+:var res = \"",
- "m_string": "+:var res = parseInt(0);",
- "m_code": 200,
- "known": [
- "bodymodgrrrl",
- "kethistle"
- ],
- "cat": "shopping"
- },
- {
- "name": "wordnik",
- "uri_check": "https://www.wordnik.com/users/{account}",
- "e_code": 200,
- "e_string": "Welcome,",
- "m_string": "Wordnik: Page Not Found",
- "m_code": 404,
- "known": [
- "elle",
- "john"
- ],
- "cat": "gaming"
- },
- {
- "name": "WordPress.com (Deleted)",
- "uri_check": "https://public-api.wordpress.com/rest/v1.1/sites/{account}.wordpress.com",
- "uri_pretty": "https://{account}.wordpress.com",
- "e_code": 403,
- "e_string": "\"message\":\"API calls to this endpoint have been disabled.\"",
- "m_string": "\"error\":\"unknown_blog\"",
- "m_code": 404,
- "known": [
- "ahegyes",
- "santinamichelle"
- ],
- "cat": "blog"
- },
- {
- "name": "WordPress.com (Private)",
- "uri_check": "https://public-api.wordpress.com/rest/v1.1/sites/{account}.wordpress.com",
- "uri_pretty": "https://{account}.wordpress.com",
- "e_code": 403,
- "e_string": "\"message\":\"User cannot access this private blog.\"",
- "m_string": "\"error\":\"unknown_blog\"",
- "m_code": 404,
- "known": [
- "webbreacher",
- "mary"
- ],
- "cat": "blog"
- },
- {
- "name": "WordPress.com (Public)",
- "uri_check": "https://public-api.wordpress.com/rest/v1.1/sites/{account}.wordpress.com",
- "uri_pretty": "https://{account}.wordpress.com",
- "e_code": 200,
- "e_string": "\"ID\":",
- "m_string": "\"error\":\"unknown_blog\"",
- "m_code": 404,
- "known": [
- "dukeupress",
- "krolowasuperstarblog"
- ],
- "cat": "blog"
- },
- {
- "name": "WordPress.org (Forums)",
- "uri_check": "https://login.wordpress.org/wp-json/wporg/v1/username-available/{account}",
- "uri_pretty": "https://wordpress.org/support/users/{account}/",
- "e_code": 200,
- "e_string": "\"error\":\"That username is already in use.",
- "m_string": "\"available\":true",
- "m_code": 200,
- "known": [
- "jane",
- "david"
- ],
- "cat": "blog"
- },
- {
- "name": "WordPress.org (Profiles)",
- "uri_check": "https://login.wordpress.org/wp-json/wporg/v1/username-available/{account}",
- "uri_pretty": "https://profiles.wordpress.org/{account}/",
- "e_code": 200,
- "e_string": "\"error\":\"That username is already in use.",
- "m_string": "\"available\":true",
- "m_code": 200,
- "known": [
- "toszcze",
- "mattsson"
- ],
- "cat": "blog"
- },
- {
- "name": "Wowhead",
- "uri_check": "https://www.wowhead.com/user={account}",
- "e_code": 200,
- "e_string": " Profile - Wowhead",
- "m_string": "Error - Wowhead",
- "m_code": 404,
- "known": [
- "Ashelia",
- "Zizarz"
- ],
- "cat": "gaming"
- },
- {
- "name": "Wykop",
- "uri_check": "https://wykop.pl/ludzie/{account}",
- "e_code": 200,
- "e_string": "Profil:",
- "m_string": "Wystąpił błąd 404.",
- "m_code": 404,
- "known": [
- "test",
- "test2"
- ],
- "cat": "social"
- },
- {
- "name": "X",
- "uri_check": "https://api.x.com/i/users/username_available.json?username={account}",
- "uri_pretty": "https://x.com/{account}",
- "e_code": 200,
- "e_string": "\"reason\":\"taken\"",
- "m_string": "\"reason\":\"available\"",
- "m_code": 200,
- "known": [
- "WebBreacher",
- "OSINT_Tactical"
- ],
- "cat": "social"
- },
- {
- "name": "Xakep.ru",
- "uri_check": "https://xakep.ru/author/{account}/",
- "e_code": 200,
- "e_string": "authorBlock-avatar",
- "m_string": "Страница не найдена",
- "m_code": 404,
- "known": [
- "tr3harder",
- "stariy"
- ],
- "cat": "tech"
- },
- {
- "name": "Xanga",
- "uri_check": "http://{account}.xanga.com/",
- "strip_bad_char": ".",
- "e_code": 200,
- "e_string": "s Xanga Site | Just",
- "m_string": "",
- "m_code": 302,
- "known": [
- "john"
- ],
- "cat": "blog"
- },
- {
- "name": "Xbox Gamertag",
- "uri_check": "https://www.xboxgamertag.com/search/{account}",
- "e_code": 200,
- "e_string": "Games Played",
- "m_string": "Gamertag doesn't exist",
- "m_code": 404,
- "known": [
- "Spiken8",
- "john"
- ],
- "cat": "gaming"
- },
- {
- "name": "xHamster",
- "uri_check": "https://xhamster.com/users/{account}",
- "e_code": 200,
- "e_string": "s profile | xHamster",
- "m_string": "User not found",
- "m_code": 404,
- "known": [
- "john",
- "tonystark85"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Xing",
- "uri_check": "https://www.xing.com/profile/{account}",
- "e_code": 200,
- "e_string": "",
- "m_string": "Bad request",
- "m_code": 400,
- "known": [
- "john",
- "mumrra"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "XVIDEOS-models",
- "uri_check": "https://www.xvideos.com/models/{account}",
- "e_code": 200,
- "e_string": "Total video views",
- "m_string": "THIS PROFILE DOESN'T EXIST",
- "m_code": 404,
- "known": [
- "vvalencourt3",
- "tiffany-tyler"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "XVIDEOS-profiles",
- "uri_check": "https://www.xvideos.com/profiles/{account}",
- "e_code": 200,
- "e_string": "page - XVIDEOS.COM",
- "m_string": "THIS PROFILE DOESN'T EXIST",
- "m_code": 404,
- "known": [
- "nympho-nailer",
- "dpadicto",
- "bkg"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Yahoo! JAPAN Auction",
- "uri_check": "https://auctions.yahoo.co.jp/follow/list/{account}",
- "e_code": 200,
- "e_string": "出品者",
- "m_string": "Yahoo! JAPAN IDが無効です。",
- "m_code": 500,
- "known": [
- "fltr14502003"
- ],
- "cat": "shopping"
- },
- {
- "name": "yapishu",
- "uri_check": "https://yapishu.net/user/{account}",
- "e_code": 200,
- "e_string": "for_profile",
- "m_string": "Not Found (#404)",
- "m_code": 404,
- "known": [
- "roman",
- "semion"
- ],
- "cat": "hobby"
- },
- {
- "name": "Yazawaj",
- "uri_check": "https://www.yazawaj.com/profile/{account}",
- "e_code": 200,
- "e_string": "profile-description",
- "m_string": "nodata",
- "m_code": 302,
- "known": [
- "monya14555d",
- "LordMohy"
- ],
- "cat": "dating"
- },
- {
- "name": "YesWeHack",
- "uri_check": "https://api.yeswehack.com/hunters/{account}",
- "uri_pretty": "https://yeswehack.com/hunters/{account}",
- "e_code": 200,
- "e_string": "\"username\":",
- "m_string": "\"code\":404",
- "m_code": 404,
- "known": [
- "xel",
- "rabhi"
- ],
- "cat": "tech"
- },
- {
- "name": "YouNow",
- "uri_check": "https://api.younow.com/php/api/broadcast/info/user={account}",
- "uri_pretty": "https://www.younow.com/{account}",
- "e_code": 200,
- "e_string": "\"userId\":",
- "m_string": "\"errorMsg\":\"No users found\"",
- "m_code": 200,
- "known": [
- "lydia_tan33",
- "RavJagz"
- ],
- "cat": "social",
- "protection": [
- "other"
- ]
- },
- {
- "name": "youpic",
- "uri_check": "https://youpic.com/photographer/{account}",
- "e_code": 200,
- "e_string": "YouPic — Not Found",
- "m_code": 404,
- "known": [
- "photodude",
- "mike"
- ],
- "cat": "hobby"
- },
- {
- "name": "YouTube Channel",
- "uri_check": "https://www.youtube.com/c/{account}/about",
- "e_code": 200,
- "e_string": "joinedDateText",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "OvylarockTHR",
- "OSINTDojo"
- ],
- "cat": "video"
- },
- {
- "name": "YouTube User",
- "uri_check": "https://www.youtube.com/user/{account}/about",
- "e_code": 200,
- "e_string": "joinedDateText",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "MicahHoffman",
- "theosintcuriousproject"
- ],
- "cat": "video"
- },
- {
- "name": "YouTube User2",
- "uri_check": "https://www.youtube.com/@{account}",
- "e_code": 200,
- "e_string": "canonicalBaseUrl",
- "m_string": "404 Not Found",
- "m_code": 404,
- "known": [
- "tactical-systems",
- "CybersecurityMeg"
- ],
- "cat": "video"
- },
- {
- "name": "Zbiornik",
- "uri_check": "https://mini.zbiornik.com/{account}",
- "headers": {
- "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
- },
- "e_code": 200,
- "e_string": "INFO",
- "m_string": "",
- "m_code": 301,
- "known": [
- "69uzytkownik69",
- "Soif"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Zenn",
- "uri_check": "https://zenn.dev/{account}",
- "e_code": 200,
- "e_string": "",
- "m_string": "
404
",
- "m_code": 404,
- "known": [
- "john",
- "blue"
- ],
- "cat": "coding"
- },
- {
- "name": "Zepeto",
- "uri_check": "https://gw-napi.zepeto.io/profiles/{account}",
- "uri_pretty": "https://web.zepeto.me/share/user/profile/{account}?language=en",
- "e_code": 200,
- "e_string": "zepetoId\":",
- "m_string": "errorCode\":",
- "m_code": 200,
- "known": [
- "joe",
- "james"
- ],
- "cat": "social"
- },
- {
- "name": "zhihu",
- "uri_check": "https://api.zhihu.com/books/people/{account}/publications?offset=0&limit=5",
- "uri_pretty": "https://www.zhihu.com/people/{account}",
- "e_code": 200,
- "e_string": "\"is_start\": true",
- "m_string": "\"name\": \"NotFoundException\"",
- "m_code": 404,
- "known": [
- "lushnis",
- "kan-shu-jiao-hua-shai-tai-yang"
- ],
- "cat": "social"
- },
- {
- "name": "Zillow",
- "uri_check": "https://www.zillow.com/profile/{account}/",
- "e_code": 200,
- "e_string": "- Real Estate Agent",
- "m_string": "",
- "m_code": 302,
- "known": [
- "JOHN-L-SULLIVAN",
- "Maggie-Alegria"
- ],
- "cat": "shopping"
- },
- {
- "name": "zmarsa.com",
- "uri_check": "https://zmarsa.com/uzytkownik/{account}",
- "e_code": 200,
- "e_string": "Statystyki",
- "m_string": "
Error 404 - zMarsa.com<",
- "m_code": 404,
- "known": [
- "janek",
- "test"
- ],
- "cat": "xx NSFW xx"
- },
- {
- "name": "Znanija",
- "uri_check": "https://znanija.com/graphql/ru?operationName=NickAvailability&query=query NickAvailability($nick:String!){nickAvailability(nick:$nick){isAvailable}}&variables={\"nick\":\"{account}\"}",
- "uri_pretty": "https://www.google.com/search?q=site:znanija.com+intext:{username}",
- "e_code": 200,
- "e_string": "\"isAvailable\":false",
- "m_string": "\"isAvailable\":true",
- "m_code": 200,
- "known": [
- "ila817674",
- "abduabubakir42"
- ],
- "cat": "misc",
- "protection": [
- "cloudflare"
- ]
- },
- {
- "name": "Zomato",
- "uri_check": "https://www.zomato.com/{account}/reviews",
- "headers": {
- "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
- },
- "e_code": 200,
- "e_string": "Activity",
- "m_string": "This is a 404 page and we think it's fairly clear",
- "m_code": 404,
- "known": [
- "john",
- "jess"
- ],
- "cat": "social"
- },
- {
- "name": "zoomitir",
- "uri_check": "https://www.zoomit.ir/user/{account}/",
- "e_code": 301,
- "e_string": "",
- "m_string": "خطای ۴۰۴ - صفحه یافت نشد",
- "m_code": 404,
- "known": [
- "rezaghezi",
- "hosssssein"
- ],
- "cat": "tech"
- },
- {
- "name": "Чатовка.net",
- "uri_check": "https://chatovka.net/search?user_nick=+{account}&user_sex_m=on&user_sex_f=on",
- "e_code": 200,
- "e_string": "href=\"/user/",
- "m_string": "По Вашему запросу люди не найдены.",
- "m_code": 200,
- "known": [
- "ФорматА4",
- "Alinka1313"
- ],
- "cat": "social"
- }
- ]
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/cupidcr4wl.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/cupidcr4wl.json
deleted file mode 100644
index 21967cf..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/cupidcr4wl.json
+++ /dev/null
@@ -1,1897 +0,0 @@
-{
- "websites": {
- "Cash App": {
- "url": "https://cash.app/${username}",
- "check_text": [
- "on Cash App"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "payment and gifting"
- },
- "Venmo": {
- "url": "https://account.venmo.com/u/{username}",
- "check_text": [
- "robots"
- ],
- "not_found_text": [
- "
Venmo | Page Not Found"
- ],
- "category": "payment and gifting"
- },
- "Buy Me A Coffee": {
- "url": "https://buymeacoffee.com/{username}",
- "check_text": [
- "og:title"
- ],
- "not_found_text": [
- "
Not found"
- ],
- "category": "payment and gifting"
- },
- "Linktree": {
- "url": "https://linktr.ee/{username}",
- "check_text": [
- "og:title"
- ],
- "not_found_text": [
- ":404"
- ],
- "category": "social"
- },
- "Milkshake": {
- "url": "https://msha.ke/{username}/",
- "check_text": [
- "Milkshake Website Builder"
- ],
- "not_found_text": [
- "
Well, this is awkward..."
- ],
- "category": "social"
- },
- "Get All My Links": {
- "url": "https://getallmylinks.com/{username}",
- "check_text": [
- "
GetAllMyLinks"
- ],
- "not_found_text": [
- "GetAllMyLinks - 404"
- ],
- "category": "social"
- },
- "All My Links": {
- "url": "https://allmylinks.com/{username}",
- "check_text": [
- "| AllMyLinks",
- "profile-username profile-page"
- ],
- "not_found_text": [
- "
Not Found"
- ],
- "category": "social"
- },
- "Bybio": {
- "url": "https://bybio.co/{username}",
- "check_text": [
- "BYBIO"
- ],
- "not_found_text": [
- "404 not found",
- "
Bybio"
- ],
- "category": "social"
- },
- "Reddit": {
- "url": "https://www.reddit.com/user/{username}/",
- "check_text": [
- "shreddit-profile-trophy-list",
- "karma",
- "cake day",
- "posted yet"
- ],
- "not_found_text": [
- "sorry, nobody on reddit goes by that name.",
- ">This account may have been banned or the username is incorrect."
- ],
- "category": "social"
- },
- "Snapchat": {
- "url": "https://snapchat.com/add/{username}",
- "check_text": [
- "Header_displayNameText",
- "Add me on snapchat!"
- ],
- "not_found_text": [
- "NoContent_title",
- "Sorry,"
- ],
- "category": "social"
- },
- "Telegram": {
- "url": "https://t.me/{username}",
- "check_text": [
- "tgme_profile_title",
- "tgme_page_extra"
- ],
- "not_found_text": [
- "noindex, nofollow",
- "a new era of messaging"
- ],
- "category": "social"
- },
- "Tumblr": {
- "url": "https://www.tumblr.com/{username}",
- "check_text": [
- "follow",
- "posts"
- ],
- "not_found_text": [
- "whatever you were looking for"
- ],
- "category": "social"
- },
- "Deviantart": {
- "url": "https://www.deviantart.com/{username}",
- "check_text": [
- "favourites",
- "gallery"
- ],
- "not_found_text": [
- "llama not found"
- ],
- "category": "social"
- },
- "Wattpad": {
- "url": "https://www.wattpad.com/user/{username}",
- "check_text": [
- "rss -"
- ],
- "not_found_text": [
- "wattpad - where stories live"
- ],
- "category": "social"
- },
- "Fur Affinity": {
- "url": "https://www.furaffinity.net/user/{username}",
- "check_text": [
- "Userpage of"
- ],
- "not_found_text": [
- "System Error"
- ],
- "category": "social"
- },
- "Fancentro": {
- "url": "https://fancentro.com/{username}",
- "check_text": [
- "Subscribe",
- ">followers",
- "modelSlug"
- ],
- "not_found_text": [
- "Porn Videos"
- ],
- "category": "social"
- },
- "Clapper App": {
- "url": "https://www.clapperapp.com/{username}",
- "check_text": [
- "following",
- "followers",
- "likes"
- ],
- "not_found_text": [
- "couldn't find this account"
- ],
- "category": "social"
- },
- "Tinder": {
- "url": "https://www.tinder.com/@{username}",
- "check_text": [
- "(@{username}) | Tinder",
- "TinderPage Not Found",
- "Tinder | Dating, Make Friends &"
- ],
- "category": "dating and hook-up"
- },
- "Fab Swingers": {
- "url": "https://www.fabswingers.com/profile/{username}",
- "check_text": [
- "
Looking For
",
- "
Meeting
"
- ],
- "not_found_text": [
- "
The user you tried to view doesn't seem to be on the site any more
"
- ],
- "category": "dating and hook-up"
- },
- "Swapfinder": {
- "url": "https://swapfinder.com/profile/{username}",
- "check_text": [
- "Profile on Swapfinder.com"
- ],
- "not_found_text": [
- "Swapfinder.com",
- "
Swapfinder - Where singles come out to play!"
- ],
- "category": "dating and hook-up"
- },
- "Date-Fans": {
- "url": "https://date-fans.com/profile/{username}",
- "check_text": [
- "| Date-Fans"
- ],
- "not_found_text": [
- "
DateFans"
- ],
- "category": "dating and hook-up"
- },
- "Tagged": {
- "url": "https://www.tagged.com/{username}",
- "check_text": [
- "https://tagged.com/{username}",
- "robots"
- ],
- "not_found_text": [
- "Tagged makes it easy",
- "meet New People",
- "verify-v1"
- ],
- "category": "dating and hook-up"
- },
- "live.Xdating": {
- "url": "https://live.xdating.com/{username}/bio",
- "check_text": [
- "followers"
- ],
- "not_found_text": [
- "error, page not found"
- ],
- "category": "dating and hook-up"
- },
- "FriendFinder-X": {
- "url": "https://www.friendfinder-x.com/profile/{username}",
- "check_text": [
- ">Profile"
- ],
- "not_found_text": [
- "https://adultfriendfinder.com/p/register.cgi",
- "Sign up for free at AdultFriendFinder",
- "register, sign up, join, AdultFriendFinder",
- "The World's Largest Casual Personals Site."
- ],
- "category": "dating and hook-up"
- },
- "BDSM Singles": {
- "url": "https://www.bdsmsingles.com/members/{username}",
- "check_text": [
- "Profile"
- ],
- "not_found_text": [
- "bdsmsingles.com/?language"
- ],
- "category": "dating and hook-up"
- },
- "Find A Femdom": {
- "url": "https://app.findafemdom.com/members/{username}",
- "check_text": [
- "Profile"
- ],
- "not_found_text": [
- "findafemdom.com/?language"
- ],
- "category": "dating and hook-up"
- },
- "Inmate Classified (search)": {
- "url": "https://www.inmate.com/?s={username}&post_type=inmate",
- "check_text": [
- "profile-block Male"
- ],
- "not_found_text": [
- "search-no-results"
- ],
- "category": "dating and hook-up"
- },
- "Women Behind Bars (search)": {
- "url": "https://womenbehindbars.com/?s={username}",
- "check_text": [
- " Read More"
- ],
- "not_found_text": [
- "Sorry, but nothing"
- ],
- "category": "dating and hook-up"
- },
- "Inmate Passions": {
- "url": "https://inmatepassions.com/dating/{username}/",
- "check_text": [
- "
Inmate Passions:"
- ],
- "not_found_text": [
- "WHAT?"
- ],
- "category": "dating and hook-up"
- },
- "Tasty Slips (underwear sales)": {
- "url": "https://tastyslips.com/en/vendors/{username}",
- "check_text": [
- ">About me"
- ],
- "not_found_text": [
- "The website was not found. Feel free to check out tastyslips.com",
- "Not found - TastySlips"
- ],
- "category": "fetish"
- },
- "SoMyMy (underwear sales)": {
- "url": "https://somymy.com/{username}",
- "check_text": [
- ">Last seen",
- ">Items of"
- ],
- "not_found_text": [
- ">Sorry, that page is not found!"
- ],
- "category": "fetish"
- },
- "UBIUSB (underwear sales)": {
- "url": "https://ubisub.com/profile/{username}/",
- "check_text": [
- "Follow",
- ">Age:",
- ">About"
- ],
- "not_found_text": [
- ">ohh! page not found"
- ],
- "category": "fetish"
- },
- "Fetish Finder": {
- "url": "https://app.fetishfinder.com/sellerProfile/{username}",
- "check_text": [
- ">Photos ",
- ">Videos",
- "
Follow"
- ],
- "not_found_text": [
- "
Something went wrong
"
- ],
- "category": "fetish"
- },
- "Feet Finder": {
- "url": "https://app.feetfinder.com/sellerProfile/{username}",
- "check_text": [
- ">Photos
",
- ">Videos",
- "
Follow"
- ],
- "not_found_text": [
- "
Something went wrong
"
- ],
- "category": "fetish"
- },
- "Sinful Feet": {
- "url": "https://sinfulfeet.com/models/{username}.html",
- "check_text": [
- "
SinfulFeet | "
- ],
- "not_found_text": [
- "Page not found"
- ],
- "category": "fetish"
- },
- "Foot Fetish Beauties": {
- "url": "https://footfetishbeauties.com/tour/models/{username}.html",
- "check_text": [
- "FootFetishBeauties"
- ],
- "not_found_text": [
- "Page not found"
- ],
- "category": "fetish"
- },
- "Fetish.com": {
- "url": "https://www.fetish.com/p/{username}/",
- "check_text": [
- ">Send message",
- "Interested in",
- "About me",
- "This profile is only visible for users who are logged in"
- ],
- "not_found_text": [
- "404 Not Found"
- ],
- "category": "fetish"
- },
- "XXXfollow": {
- "url": "https://www.xxxfollow.com/{username}",
- "check_text": [
- "Views
",
- "Followers",
- "Likes"
- ],
- "not_found_text": [
- "XXX follow - Free TikTok Porn (formerly Xfollow)"
- ],
- "category": "adult video and photo"
- },
- "WatchMyGF": {
- "url": "https://www.watchmygf.me/girls/{username}/",
- "check_text": [
- "Age:",
- "Name:",
- ">Subscribe"
- ],
- "not_found_text": [
- "Page is not found: deleted or never existed"
- ],
- "category": "adult video and photo"
- },
- "VR PORN": {
- "url": "https://vrporn.com/pornstars/{username}/",
- "check_text": [
- ">Follow"
- ],
- "not_found_text": [
- "We're sorry, but this page wasn't found.
",
- "pornstar-item-name ranking"
- ],
- "category": "adult video and photo"
- },
- "badoink vr": {
- "url": "https://badoinkvr.com/vr-pornstar/{username}/",
- "check_text": [
- "Measurements:",
- ">Height:",
- ">Eyes:"
- ],
- "not_found_text": [
- "This page does not exist"
- ],
- "category": "adult video and photo"
- },
- "Wankz VR": {
- "url": "https://www.wankzvr.com/{username}",
- "check_text": [
- ">Birthplace:",
- ">Age:",
- ">Height:"
- ],
- "not_found_text": [
- "Oops 404, we couldn't find the page you're looking for"
- ],
- "category": "adult video and photo"
- },
- "SexLikeReal": {
- "url": "https://www.sexlikereal.com/pornstars/{username}",
- "check_text": [
- ">Date of birth",
- ">Country of Origin",
- ">Weight"
- ],
- "not_found_text": [
- ">Sorry... Requested page doesn't exist."
- ],
- "category": "adult video and photo"
- },
- "Babepedia": {
- "url": "https://www.babepedia.com/babe/{username}",
- "check_text": [
- ">Add to favorites",
- ">Body type:"
- ],
- "not_found_text": [
- "Sorry, she wasn't found in our database.",
- "There's no exact match in our database."
- ],
- "category": "adult video and photo"
- },
- "Tranny Videosx": {
- "url": "https://trannyvideosx.com/user/{username}",
- "check_text": [
- "Last Login:",
- "Joined:"
- ],
- "not_found_text": [
- "",
- "This user does not exist."
- ],
- "category": "adult video and photo"
- },
- "Pornzog": {
- "url": "https://pornzog.com/pornstar/{username}/",
- "check_text": [
- ">Aliases:",
- ">Birth Date:",
- ">Hair Color:"
- ],
- "not_found_text": [
- "UUUPS there is no content matching your query.",
- ">Not Found"
- ],
- "category": "adult video and photo"
- },
- "Tube Galore (pornstars)": {
- "url": "https://www.tubegalore.com/pornstar/{username}",
- "check_text": [
- "results found",
- "1"
- ],
- "not_found_text": [
- "404 not found"
- ],
- "category": "adult video and photo"
- },
- "Tube Galore (channels)": {
- "url": "https://www.tubegalore.com/source/{username}",
- "check_text": [
- "results found",
- "1"
- ],
- "not_found_text": [
- "404 not found"
- ],
- "category": "adult video and photo"
- },
- "Shesfreaky": {
- "url": "https://www.shesfreaky.com/profile/{username}/",
- "check_text": [
- "views"
- ],
- "not_found_text": [
- "The requested file was not found on this server.
"
- ],
- "category": "adult video and photo"
- },
- "Playboy App": {
- "url": "https://www.playboy.com/app/{username}",
- "check_text": [
- "exclusive content on Playboy | The Playboy Club"
- ],
- "not_found_text": [
- "Not Found"
- ],
- "category": "adult video and photo"
- },
- "RealGfPorn (user)": {
- "url": "https://www.realgfporn.com/user/{username}",
- "check_text": [
- "Profile - Real Girlfriend Porn"
- ],
- "not_found_text": [
- "404 - page not found"
- ],
- "category": "adult video and photo"
- },
- "BabesDirectory": {
- "url": "https://babesdirectory.online/profile/{username}",
- "check_text": [
- "BIO, Wiki, News"
- ],
- "not_found_text": [
- "Babe not found 404"
- ],
- "category": "adult video and photo"
- },
- "Boobpedia": {
- "url": "https://www.boobpedia.com/wiki/index.php?title=Special:Search&profile=all&search={username}&fulltext=1",
- "check_text": [
- "Page title matches"
- ],
- "not_found_text": [
- "There were no results matching the query."
- ],
- "category": "adult video and photo"
- },
- "Fansify": {
- "url": "https://fansify.co.uk/{username}",
- "check_text": [
- "'s profile"
- ],
- "not_found_text": [
- "Fansify | Join"
- ],
- "category": "adult video and photo"
- },
- "Pornhub (pornstars)": {
- "url": "https://www.pornhub.com/pornstar/{username}",
- "check_text": [
- "",
- "Subscribers:",
- "Video Views:",
- "Gender:"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "
Page Not Found",
- "Top Pornstars and Models In Full-Length Free Sex Videos"
- ],
- "category": "adult video and photo"
- },
- "Pornhub (models)": {
- "url": "https://www.pornhub.com/model/{username}",
- "check_text": [
- "Model Rank ",
- "add friend"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "Top Pornstars and Models In Full-Length Free Sex Videos"
- ],
- "category": "adult video and photo"
- },
- "Pornhub (users)": {
- "url": "https://www.pornhub.com/users/{username}",
- "check_text": [
- "{username}",
- "Profile - Pornhub.com"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "Pornhub (channels)": {
- "url": "https://www.pornhub.com/channels/{username}",
- "check_text": [
- "{username}",
- "Profile - Pornhub.com",
- "joined"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "XVIDEOS (pornstars)": {
- "url": "https://www.xvideos.com/pornstars/{username}",
- "check_text": [
- "{username} - Channel page - XVIDEOS.COM",
- "Check out {username}",
- "body--profile profile-page"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "Not found - XVIDEOS.COM",
- "body--http-status http-error-page status-404"
- ],
- "category": "adult video and photo"
- },
- "XVIDEOS (users/channels)": {
- "url": "https://www.xvideos.com/{username}",
- "check_text": [
- "{username} - Channel page - XVIDEOS.COM",
- "Check out {username}",
- "body--profile profile-page"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "Not found - XVIDEOS.COM",
- "body--http-status http-error-page status-404"
- ],
- "category": "adult video and photo"
- },
- "XVIDEOS (profiles)": {
- "url": "https://www.xvideos.com/profiles/{username}",
- "check_text": [
- "{username} - Channel page - XVIDEOS.COM",
- "Check out {username}",
- "body--profile profile-page"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "Not found - XVIDEOS.COM",
- "body--http-status http-error-page status-404"
- ],
- "category": "adult video and photo"
- },
- "XVIDEOS Red": {
- "url": "https://www.xvideos.red/{username}",
- "check_text": [
- "video views",
- "Subscribe",
- "Videos"
- ],
- "not_found_text": [
- "Learn more"
- ],
- "category": "adult video and photo"
- },
- "Redtube (pornstars)": {
- "url": "https://www.redtube.com/pornstar/{username}",
- "check_text": [
- "index, follow",
- "Bio"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "Redtube (users)": {
- "url": "https://www.redtube.com/users/{username}",
- "check_text": [
- "{username}'s Profile - RedTube",
- "noindex, follow"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "body--http-status http-error-page status-404"
- ],
- "category": "adult video and photo"
- },
- "Redtube (channels)": {
- "url": "https://www.redtube.com/channels/{username}",
- "check_text": [
- "{username} Channel Page: Free Porn Movies | Redtube",
- "index, follow"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "body--http-status http-error-page status-404"
- ],
- "category": "adult video and photo"
- },
- "XNXX (pornstars)": {
- "url": "https://www.xnxx.com/pornstar/{username}",
- "check_text": [
- "Model page"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "body--http-status http-error-page status-404",
- "THIS PROFILE DOESN",
- "Unknown profile"
- ],
- "category": "adult video and photo"
- },
- "XNXX (porn-maker)": {
- "url": "https://www.xnxx.com/porn-maker/{username}",
- "check_text": [
- "Porn Maker"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "body--http-status http-error-page status-404",
- "THIS PROFILE DOESN",
- "Unknown profile"
- ],
- "category": "adult video and photo"
- },
- "XHAMSTER (users)": {
- "url": "https://www.xhamster.com/users/{username}",
- "check_text": [
- "{username}",
- "xHamster"
- ],
- "not_found_text": [
- "This account doesn’t exist",
- "Try searching for another.",
- "Error Page Not Found",
- "Page Not Found",
- "User not found"
- ],
- "category": "adult video and photo"
- },
- "Motherless": {
- "url": "https://www.motherless.com/m/{username}",
- "check_text": [
- "Add friend"
- ],
- "not_found_text": [
- "Oh damn!"
- ],
- "category": "adult video and photo"
- },
- "RedGIFs": {
- "url": "https://www.redgifs.com/users/{username}",
- "check_text": [
- "about"
- ],
- "not_found_text": [
- "robots"
- ],
- "category": "adult video and photo"
- },
- "Sheer": {
- "url": "https://www.sheer.com/{username}",
- "check_text": [
- "FOLLOW"
- ],
- "not_found_text": [
- "404",
- "Hmm, something's wrong.",
- "Oops, page not found"
- ],
- "category": "adult video and photo"
- },
- "JustFor.Fans": {
- "url": "https://justforfans.com/{username}",
- "check_text": [
- "Member since"
- ],
- "not_found_text": [
- "Filter By Gender"
- ],
- "category": "adult video and photo"
- },
- "YouPorn (channels)": {
- "url": "https://www.youporn.com/channel/{username}/",
- "check_text": [
- "ranking"
- ],
- "not_found_text": [
- "Free Videos From"
- ],
- "category": "adult video and photo"
- },
- "YouPorn (pornstars)": {
- "url": "https://www.youporn.com/pornstar/{username}/",
- "check_text": [
- "porn videos"
- ],
- "not_found_text": [
- "WE TRIED",
- "WE REALLY DID",
- "404 Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "YouPorn (uservids)": {
- "url": "https://www.youporn.com/uservids/{username}/",
- "check_text": [
- "free porn videos"
- ],
- "not_found_text": [
- "WE TRIED",
- "WE REALLY DID",
- "404 Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "FrolicMe (models)": {
- "url": "https://www.frolicme.com/models/{username}/",
- "check_text": [
- "naughty content featuring"
- ],
- "not_found_text": [
- "page not found"
- ],
- "category": "adult video and photo"
- },
- "Fanvue": {
- "url": "https://www.fanvue.com/{username}",
- "check_text": [
- "posts",
- "show more"
- ],
- "not_found_text": [
- "page not found"
- ],
- "category": "adult video and photo"
- },
- "AdmireMe.VIP": {
- "url": "https://admireme.vip/{username}/",
- "check_text": [
- "subscribe for",
- "post count"
- ],
- "not_found_text": [
- "page not found"
- ],
- "category": "adult video and photo"
- },
- "Tube8 (pornstars)": {
- "url": "https://www.tube8.com/pornstar/{username}/",
- "check_text": [
- "Porn Videos and XXX Movies | Tube8.com"
- ],
- "not_found_text": [
- "404 Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "Tube8 (channels)": {
- "url": "https://www.tube8.com/channel/{username}/",
- "check_text": [
- "Channel for Free Porn | Tube8.com"
- ],
- "not_found_text": [
- "Porn Channels"
- ],
- "category": "adult video and photo"
- },
- "Raw White Meat": {
- "url": "https://rawwhitemeat.com/video_tag/{username}/",
- "check_text": [
- "post-title",
- ">Height:",
- ">Age:"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "My POV Fam": {
- "url": "https://mypovfam.com/video_tag/{username}/",
- "check_text": [
- "post-title"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "Pevert POV": {
- "url": "https://pervertpov.com/video_tag/{username}/",
- "check_text": [
- "post-title"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "Sluts Around Town": {
- "url": "https://slutsaroundtown.com/video_tag/{username}/",
- "check_text": [
- "post-title",
- ">Age:",
- ">Height:"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "Passions Only": {
- "url": "https://passionsonly.com/video_tag/{username}/",
- "check_text": [
- "post-title"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "MiLFUCKD": {
- "url": "https://milfuckd.com/performers/{username}/",
- "check_text": [
- "JOIN NOW TO SEE MORE",
- ">Videos Featuring"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "Clip Page": {
- "url": "https://clip.page/{username}",
- "check_text": [
- "Customs",
- "> Custom"
- ],
- "not_found_text": [
- "Not Found"
- ],
- "category": "adult video and photo"
- },
- "Faphouse": {
- "url": "https://faphouse.com/models/{username}",
- "check_text": [
- "Porn Videos | Faphouse",
- "Followers"
- ],
- "not_found_text": [
- "Error",
- "Not found"
- ],
- "category": "adult video and photo"
- },
- "TNAFlix": {
- "url": "https://www.tnaflix.com/profile/{username}",
- "check_text": [
- "Pornstar - TNAFLIX.COM"
- ],
- "not_found_text": [
- "404 - Not Found"
- ],
- "category": "adult video and photo"
- },
- "Virtual Taboo": {
- "url": "https://virtualtaboo.com/pornstars/{username}",
- "check_text": [
- "Birthday:",
- "VR Porn Star Videos: New Sex Scenes | VirtualTaboo"
- ],
- "not_found_text": [
- "404: Page not found
"
- ],
- "category": "adult video and photo"
- },
- "Tik.Porn": {
- "url": "https://tik.porn/{username}",
- "check_text": [
- "Views
",
- "Followers
"
- ],
- "not_found_text": [
- ">Page Not Found | Tik.Porn"
- ],
- "category": "adult video and photo"
- },
- "PornHat (Models)": {
- "url": "https://www.pornhat.com/models/{username}/",
- "check_text": [
- "free HD porn videos - PornHat"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "PornHat (Channels)": {
- "url": "https://www.pornhat.com/sites/{username}/",
- "check_text": [
- "free HD porn videos - PornHat"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "adult video and photo"
- },
- "PornMD": {
- "url": "https://www.pornmd.com/pornstar/{username}",
- "check_text": [
- "Videos and Porn Movies :: PornMD"
- ],
- "not_found_text": [
- "Oops! We could not find the requested page."
- ],
- "category": "adult video and photo"
- },
- "Yuvutu (search)": {
- "url": "http://www.yuvutu.com/modules.php?name=Video&op=search&keywords={username}",
- "check_text": [
- ">1"
- ],
- "not_found_text": [
- "0 result(s)"
- ],
- "category": "adult video and photo"
- },
- "Yuvutu (profile)": {
- "url": "http://www.yuvutu.com/{username}",
- "check_text": [
- "personal info",
- ">Height:"
- ],
- "not_found_text": [
- ">Members"
- ],
- "category": "adult video and photo"
- },
- "Adultism": {
- "url": "https://www.adultism.com/profile/{username}",
- "check_text": [
- ">Location:",
- ">Member since:"
- ],
- "not_found_text": [
- "No such member :(",
- " Not Found - Adultism"
- ],
- "category": "adult video and photo"
- },
- "Cams Reviews": {
- "url": "https://www.cams.reviews/?search={username}",
- "check_text": [
- "webcam models that match your search."
- ],
- "not_found_text": [
- ">No Webcam Models Found.",
- "is not in our database."
- ],
- "category": "camming"
- },
- "Kink Live": {
- "url": "https://www.kinklive.com/models/bios/{username}/about.php",
- "check_text": [
- "Reviews ",
- "Last Online:
"
- ],
- "not_found_text": [
- "The performer's bio you requested is not available.",
- "Alert!"
- ],
- "category": "camming"
- },
- "Chaturbate": {
- "url": "https://chaturbate.com/{username}/",
- "check_text": [
- "live on Chaturbate!",
- ">Bio",
- "Last Broadcast:",
- "Room is currently offline",
- "I am:"
- ],
- "not_found_text": [
- "HTTP 404 - Page Not Found",
- "Pornstar Free Cams"
- ],
- "category": "camming"
- },
- "Webcam-Archiver": {
- "url": "https://webcam-archiver.com/search/?query={username}",
- "check_text": [
- "Download",
- ">Big Preview"
- ],
- "not_found_text": [
- "0 Result's"
- ],
- "category": "camming"
- },
- "Masturbate and Chill": {
- "url": "https://www.live.masturbateandchill.com/en/chat/{username}#!",
- "check_text": [
- "Free Live Sex Chat With"
- ],
- "not_found_text": [
- "www.live.masturbateandchill.com"
- ],
- "category": "camming"
- },
- "Jerkmate (pornstars)": {
- "url": "https://jerkmate.com/pornstar/{username}",
- "check_text": [
- "jerkmate.com/pornstar"
- ],
- "not_found_text": [
- "page not found - 404"
- ],
- "category": "camming"
- },
- "Jerkmate (cams)": {
- "url": "https://jerkmate.com/cam/{username}",
- "check_text": [
- "cam profile:"
- ],
- "not_found_text": [
- "page not found - 404",
- "Sex Chat with Adult Cam Models | Jerkmate",
- "We're sorry, the page you're looking for was not found.",
- ">Live Cam Girls
"
- ],
- "category": "camming"
- },
- "Camlust": {
- "url": "https://camlust.com/en/models/{username}",
- "check_text": [
- "in Free Chat Roulette",
- "Live Skype sex show with"
- ],
- "not_found_text": [
- "page not found",
- "Top models
"
- ],
- "category": "camming"
- },
- "Xpanded": {
- "url": "https://xpanded.com/girls?search_profilename={username}",
- "check_text": [
- ">Xpanded TV",
- " page to see call options"
- ],
- "not_found_text": [
- "but we were unable to find"
- ],
- "category": "camming"
- },
- "MyFreeCams": {
- "url": "https://profiles.myfreecams.com/{username}",
- "check_text": [
- "profile_avatar",
- "status_label"
- ],
- "not_found_text": [
- "Search by Username"
- ],
- "category": "camming"
- },
- "Babestation Cams (performer)": {
- "url": "https://babestationcams.com/performer/{username}",
- "check_text": [
- "Babestation Cams"
- ],
- "not_found_text": [
- "Not Found"
- ],
- "category": "camming"
- },
- "ChatMate": {
- "url": "https://chatmate.com/chat-video/{username}",
- "check_text": [
- "Chat & Interact with"
- ],
- "not_found_text": [
- "Page Not Found - 404"
- ],
- "category": "camming"
- },
- "CamSoda": {
- "url": "https://camsoda.com/{username}",
- "check_text": [
- "bio"
- ],
- "not_found_text": [
- "Error, page not found"
- ],
- "category": "camming"
- },
- "CamWithHer (users)": {
- "url": "https://camwithher.com/{username}",
- "check_text": [
- "Free Live Nude Sex Show",
- "bio"
- ],
- "not_found_text": [
- "page not found"
- ],
- "category": "camming"
- },
- "Xcams": {
- "url": "https://www.xcams.com/profile/{username}/",
- "check_text": [
- "years old"
- ],
- "not_found_text": [
- "not found"
- ],
- "category": "camming"
- },
- "Xlovecam": {
- "url": "https://www.xlovecam.com/en/model/{username}/",
- "check_text": [
- "years old",
- "about me"
- ],
- "not_found_text": [
- "error 404"
- ],
- "category": "camming"
- },
- "Soul Cams": {
- "url": "https://www.soulcams.com/profile/{username}",
- "check_text": [
- "Live cam | Soulcams.com",
- "About me",
- "Follow me"
- ],
- "not_found_text": [
- "SoulCams"
- ],
- "category": "camming"
- },
- "XV Cams": {
- "url": "https://www.xvcams.com/models/bios/{username}/about.php",
- "check_text": [
- "Webcam Bio - Naked Pics, Adult Videos, Sex Chat"
- ],
- "not_found_text": [
- "The performer's bio you requested is not available."
- ],
- "category": "camming"
- },
- "CamSextacy": {
- "url": "https://www.camsextacy.com/{username}",
- "check_text": [
- "Cam: Free Live Nude Sex Show & Chat - CamSextacy"
- ],
- "not_found_text": [
- ">Error, page not found"
- ],
- "category": "camming"
- },
- "Mynt Models (NY, DAL, LA)": {
- "url": "https://www.myntmodels.com/escort-model/{username}/",
- "check_text": [
- "Measurements:",
- "Age:"
- ],
- "not_found_text": [
- "
Page Not Found"
- ],
- "category": "escort"
- },
- "TS-Dating (International)": {
- "url": "https://www.ts-dating.com/model/{username}",
- "check_text": [
- ">Location:Name: Age: Escorts"
- ],
- "not_found_text": [
- "No search results found"
- ],
- "category": "escort"
- },
- "Naughty Ads (International)": {
- "url": "https://www.naughtyads.com.au/escort/{username}",
- "check_text": [
- "call-button",
- "sms-button",
- "Quick Facts"
- ],
- "not_found_text": [
- "Oops, something went wrong..."
- ],
- "category": "escort"
- },
- "Cowboys4Angels": {
- "url": "https://cowboys4angels.com/cowboys/{username}/",
- "check_text": [
- "About",
- "View His Rates"
- ],
- "not_found_text": [
- "Page not found"
- ],
- "category": "escort"
- },
- "Models-World": {
- "url": "https://models-world.com/profile/{username}/",
- "check_text": [
- "- Located in"
- ],
- "not_found_text": [
- "MODELS WORLD"
- ],
- "category": "escort"
- },
- "Eros Escorts": {
- "url": "https://erosescorts.net/{username}/",
- "check_text": [
- "Escort Profile -"
- ],
- "not_found_text": [
- "Escorts directory"
- ],
- "category": "escort"
- },
- "Grazia (International)": {
- "url": "https://grazia-escort.com/en/models/{username}/",
- "check_text": [
- "book now"
- ],
- "not_found_text": [
- "Grazia"
- ],
- "category": "escort"
- },
- "Perla Di Mare (International)": {
- "url": "https://www.perla-di-mare.eu/escort/{username}/",
- "check_text": [
- "located in"
- ],
- "not_found_text": [
- "nothing found"
- ],
- "category": "escort"
- },
- "Ava Escorts (International)": {
- "url": "https://avaescorts.com/search-results?escort_name={username}&agency_id=&escort_type=&root_category=&city_county=Enter+City&age=&hair_color=&languages=&price=&type=&x=0&y=0",
- "check_text": [
- "/>Outcall Only
Incall/Outcall
Incall Only
Reviews for",
- "Verified Provider",
- "Unverified Provider",
- "Joined:",
- ">work"
- ],
- "not_found_text": [
- "search-section",
- "0 providers found.",
- "No page"
- ],
- "category": "escort"
- },
- "The Erotic Review": {
- "url": "https://www.theeroticreview.com/reviews/newreviewsList.asp?Name={username}",
- "check_text": [
- "matches.
",
- ">Name"
- ],
- "not_found_text": [
- "No records were found.
"
- ],
- "category": "escort"
- },
- "Rent.Men": {
- "url": "https://rent.men/{username}",
- "check_text": [
- "Current location"
- ],
- "not_found_text": [
- "404",
- "Ooops...",
- "The requested page can not be found."
- ],
- "category": "escort"
- },
- "HOT": {
- "url": "https://hot.com/us/escorts?q={username}",
- "check_text": [
- ">model ""
- ],
- "not_found_text": [
- "Your request does not match any item.",
- "Try changing your request",
- " does not match"
- ],
- "category": "escort"
- },
- "Eros.com": {
- "url": "https://eros.com/search/text?sch={username}&loc=",
- "check_text": [
- "United States"
- ],
- "not_found_text": [
- "No results"
- ],
- "category": "escort"
- },
- "tryst.link": {
- "url": "https://tryst.link/escort/{username}",
- "check_text": [
- "#photos"
- ],
- "not_found_text": [
- "Page not found
",
- "The page you were looking for couldn't be found."
- ],
- "category": "escort"
- },
- "5escorts": {
- "url": "https://www.5escorts.com/search/?keyword={username}&category=ads",
- "check_text": [
- "/ads/details/"
- ],
- "not_found_text": [
- "Could not find what you were looking for?"
- ],
- "category": "escort"
- },
- "Sweet Passion Escort": {
- "url": "https://www.sweet-passion-escort.de/en/models/{username}",
- "check_text": [
- "book",
- "Sedcard"
- ],
- "not_found_text": [
- "Could not find what you were looking for?",
- "Escort Damen"
- ],
- "category": "escort"
- },
- "Open Adult Directory BDSM Search": {
- "url": "https://openadultdirectory.com/oad_search.php?kw={username}&dir=bdsm",
- "check_text": [
- "results"
- ],
- "not_found_text": [
- "Your search returned no matches.",
- "Page Not Found"
- ],
- "category": "escort"
- },
- "Open Adult Directory Escorts Search": {
- "url": "https://openadultdirectory.com/oad_search.php?kw={username}&dir=escorts",
- "check_text": [
- "results"
- ],
- "not_found_text": [
- "Your search returned no matches.",
- "Page Not Found"
- ],
- "category": "escort"
- },
- "International Fetish Escort (Frankfurt, Germany)": {
- "url": "https://www.international-fetish-escort.com/en/escort-models/{username}/",
- "check_text": [
- "about me"
- ],
- "not_found_text": [
- "404",
- "oops"
- ],
- "category": "escort"
- },
- "Exotic RW (Rwanda, Africa)": {
- "url": "https://www.exoticrw.com/escort/{username}/",
- "check_text": [
- " | Best Rwanda Escorts"
- ],
- "not_found_text": [
- "Best Rwanda Escorts"
- ],
- "category": "escort"
- },
- "Exotic Mali (Mali, Africa)": {
- "url": "https://www.exoticmali.com/escort/{username}/",
- "check_text": [
- " - Escorte Mali"
- ],
- "not_found_text": [
- "Escorte Mali"
- ],
- "category": "escort"
- },
- "Exotic Malawi (Malawi, Africa)": {
- "url": "https://www.exoticmalawi.com/escort/{username}/",
- "check_text": [
- " - Escorts in Malawi"
- ],
- "not_found_text": [
- "Escorts in Malawi"
- ],
- "category": "escort"
- },
- "Exotic Ethiopia (Ethiopia, Africa)": {
- "url": "https://www.exoticethiopia.com/escort/{username}/",
- "check_text": [
- ", Ethiopian Escort for Massage"
- ],
- "not_found_text": [
- "Ethiopian Escorts"
- ],
- "category": "escort"
- },
- "Exotic Botswana (Botswana, Africa)": {
- "url": "https://www.exoticbotswana.com/escort/{username}/",
- "check_text": [
- ", Botswana Escort for Massage"
- ],
- "not_found_text": [
- "Botswana Escorts"
- ],
- "category": "escort"
- },
- "Blue Label Escort (Frankfurt, Germany)": {
- "url": "https://bluelabel-escort.com/en/models/{username}/",
- "check_text": [
- "Hair colour:",
- "Category:",
- "Height:"
- ],
- "not_found_text": [
- "faq"
- ],
- "category": "escort"
- },
- "Felines Escort": {
- "url": "https://www.felinesescort.com/en/escort-girl/{username}",
- "check_text": [
- "photos",
- "about"
- ],
- "not_found_text": [
- "page not found"
- ],
- "category": "escort"
- },
- "Aphrodite Agency (Europe)": {
- "url": "https://www.aphrodite-agency.com/en/models/{username}",
- "check_text": [
- "more about"
- ],
- "not_found_text": [
- "meet high class escorts"
- ],
- "category": "escort"
- },
- "Society Service Escorts (Holland & Belgium)": {
- "url": "https://www.societyservice.com/escort/{username}",
- "check_text": [
- "profile"
- ],
- "not_found_text": [
- "find your perfect",
- "we are sorry"
- ],
- "category": "escort"
- },
- "Society Service Gigolos (Holland & Belgium)": {
- "url": "https://www.societyservice.com/gigolo/{username}",
- "check_text": [
- "profile"
- ],
- "not_found_text": [
- "find your perfect"
- ],
- "category": "escort"
- },
- "SouthernGFE": {
- "url": "https://www.southerngfe.com/escorts/search?searchword={username}",
- "check_text": [
- "title='{username}",
- "Results 1"
- ],
- "not_found_text": [
- "Your search does not return any result."
- ],
- "category": "escort"
- },
- "1Baiser": {
- "url": "https://en.1baiser.com/search?q={username}",
- "check_text": [
- "Model "
- ],
- "not_found_text": [
- "No results were found"
- ],
- "category": "escort"
- },
- "Figgmi (Switzerland)": {
- "url": "https://figgmi.ch/de/escorts/{username}/",
- "check_text": [
- "| escort in"
- ],
- "not_found_text": [
- "error 404"
- ],
- "category": "escort"
- },
- "Telaviv-Escort (Telaviv)": {
- "url": "https://telaviv-escort.com/model/{username}",
- "check_text": [
- "Ethnicity: | ",
- "Age: | ",
- "Availability: | "
- ],
- "not_found_text": [
- "404 not found"
- ],
- "category": "escort"
- },
- "Austin Escort Models (Austin, TX)": {
- "url": "https://austinescortmodels.com/model/{username}",
- "check_text": [
- "Ethnicity: | ",
- "Age: | ",
- "Availability: | "
- ],
- "not_found_text": [
- "404 not found"
- ],
- "category": "escort"
- },
- "Dallas Escort State (Dallas, TX)": {
- "url": "https://dallasescortstate.com/model/{username}",
- "check_text": [
- "Ethnicity: | ",
- "Age: | ",
- "Availability: | "
- ],
- "not_found_text": [
- "404 not found"
- ],
- "category": "escort"
- },
- "What Happens In Vegas Stays (Las Vegas, NV)": {
- "url": "https://www.whathappensinvegasstays.com/?s={username}",
- "check_text": [
- "search-results"
- ],
- "not_found_text": [
- "Nothing Found"
- ],
- "category": "escort"
- },
- "Party Girls LV (Las Vegas, NV)": {
- "url": "https://partygirlslv.com/?s={username}&post_type=model",
- "check_text": [
- ">Search Results for:"
- ],
- "not_found_text": [
- "Nothing Found"
- ],
- "category": "escort"
- },
- "Vegas Girls Gone Wild (Las Vegas, NV)": {
- "url": "https://vegasgirlsgonewild.com/escort/{username}/",
- "check_text": [
- "Vegas Girls Gone Wild"
- ],
- "not_found_text": [
- "Page not found"
- ],
- "category": "escort"
- },
- "Florida Escort Models (Florida, US)": {
- "url": "https://floridaescortmodels.com/model/{username}",
- "check_text": [
- "Ethnicity: | ",
- "Age: | ",
- "Availability: | "
- ],
- "not_found_text": [
- "404 not found"
- ],
- "category": "escort"
- },
- "EscortHub (International)": {
- "url": "https://escorthub.org/escort/{username}/",
- "check_text": [
- "escort from",
- "- EscortHub"
- ],
- "not_found_text": [
- "404
",
- "page not found
"
- ],
- "category": "escort"
- },
- "Dior Escorts (London, UK)": {
- "url": "https://www.diorescorts.com/gallery/{username}",
- "check_text": [
- ">Age:",
- ">Gender:",
- ">Availability :"
- ],
- "not_found_text": [
- ">Sorry Page not found :( (404)"
- ],
- "category": "escort"
- },
- "Cheshire Companions (UK)": {
- "url": "https://www.cheshirecompanions.com/escorts/{username}",
- "check_text": [
- "Age",
- "Height"
- ],
- "not_found_text": [
- "404 | Chesire Companions "
- ],
- "category": "escort"
- },
- "Candy Shop Escorts (Manchester, ENG)": {
- "url": "https://candyshopescorts.co.uk/escorts/{username}",
- "check_text": [
- "Age",
- "Height"
- ],
- "not_found_text": [
- "The page you are looking for doesn't exist or has been moved."
- ],
- "category": "escort"
- },
- "Scarlet Blue (International)": {
- "url": "https://scarletblue.com.au/search/?search=true&escortname={username}",
- "check_text": [
- "profile-quickstats--details",
- ">Age:"
- ],
- "not_found_text": [
- "No Escorts found - Please select different options"
- ],
- "category": "escort"
- },
- "Naughty Ads (Australia)": {
- "url": "https://www.naughtyads.com.au/escorts/australia?search={username}",
- "check_text": [
- "escort-profile-image",
- "escort-price"
- ],
- "not_found_text": [
- "No listings found for this search"
- ],
- "category": "escort"
- },
- "New Zealand Girls (New Zealand)": {
- "url": "https://www.newzealandgirls.co.nz/all/nzgirls.php?keyword={username}&go_keyword=Go%21",
- "check_text": [
- "Stunning Escorts in New Zealand"
- ],
- "not_found_text": [
- "Your search returned no results, please try another search."
- ],
- "category": "escort"
- },
- "Adult Look (International)": {
- "url": "https://www.adultlook.com/search/?query={username}&rq={username}&advanced=1",
- "check_text": [
- "results found"
- ],
- "not_found_text": [
- "No results found to show"
- ],
- "category": "escort"
- },
- "KittyAds (International)": {
- "url": "https://www.kittyads.com/{username}",
- "check_text": [
- "Escort Profile:",
- "Contact Info"
- ],
- "not_found_text": [
- "Page Not Found"
- ],
- "category": "escort"
- },
- "Exotic-Africa (Africa)": {
- "url": "https://www.exotic-africa.com/escort/{username}/",
- "check_text": [
- "Contact info:
",
- "Services:
"
- ],
- "not_found_text": [
- ">VIP Escorts",
- "page not found
"
- ],
- "category": "escort"
- }
- }
-}
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/detectdee.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/detectdee.json
deleted file mode 100644
index 173f773..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/detectdee.json
+++ /dev/null
@@ -1,9793 +0,0 @@
-{
- "github": {
- "url": "https://github.com",
- "nameCheck": "^[a-zA-Z0-9]+(?:-[a-zA-Z0-9]+)*$",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "header": {
- "a": "x"
- },
- "url": "https://github.com/%s",
- "existUsername": "piaolin",
- "nonExistUsername": "4554456464646546654",
- "userPage": "https://github.com/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gitlab": {
- "url": "https://gitlab.com/",
- "nameCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://gitlab.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "noonewouldeverusethis7",
- "userPage": "https://gitlab.com/%s",
- "type": "username"
- },
- {
- "nonExistRegex": "\\[\\]",
- "existRegex": "web_url",
- "url": "https://gitlab.com/api/v4/users?username=%s",
- "existUsername": "blue",
- "nonExistUsername": "noonewouldeverusethis7",
- "userPage": "https://gitlab.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gitee": {
- "url": "https://gitee.com",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://gitee.com/%s",
- "existUsername": "log4j",
- "nonExistUsername": "4554456464646546654",
- "userPage": "https://gitee.com/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "googleplay": {
- "url": "https://play.google.com",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "We're sorry, the requested URL was not found on this server.",
- "existRegex": "Copyright The Closure Library Authors",
- "url": "https://play.google.com/store/apps/developer?id=%s",
- "existUsername": "Apple",
- "nonExistUsername": "GitHubeeeeee",
- "userPage": "https://play.google.com/store/apps/developer?id=%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "githubblog": {
- "url": "https://github.io",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://%s.github.io",
- "existUsername": "kongkongye",
- "nonExistUsername": "kongkongyeeeee",
- "userPage": "https://%s.github.io",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "v2ex": {
- "url": "https://v2ex.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://v2ex.com/member/%s",
- "existUsername": "kongkongye",
- "nonExistUsername": "kongkongyeeeee",
- "userPage": "https://v2ex.com/member/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "zhihu": {
- "url": "https://www.zhihu.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "url": "https://www.zhihu.com/people/%s",
- "existUsername": "bule",
- "nonExistRegex": "404 - \\\\u77e5\\\\u4e4e",
- "existRegex": "查看详细资料",
- "nonExistUsername": "buleeeeeeeeeeeee",
- "userPage": "https://www.zhihu.com/people/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "freebuf": {
- "url": "https://www.freebuf.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://www.freebuf.com/author/%s",
- "existUsername": "Alpha_h4ck",
- "nonExistUsername": "Alpha_h4ckeeeeeee",
- "userPage": "https://www.freebuf.com/author/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "bugbank": {
- "url": "https://www.bugbank.cn/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://www.bugbank.cn/api/user/%s",
- "existUsername": "carry_pan",
- "nonExistUsername": "carry_panxzxxxxx",
- "userPage": "https://www.bugbank.cn/u/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "hackerone": {
- "url": "https://hackerone.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://hackerone.com/%s?type=user",
- "existUsername": "ooooooo_q",
- "nonExistUsername": "ooooooo_qaaaaaaa",
- "userPage": "https://hackerone.com/%s?type=user",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "vulbox": {
- "url": "https://www.vulbox.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "sleep": 3,
- "detect": [
- {
- "existRegex": "true",
- "url": "https://vapi.vulbox.com/openapi/account/exist",
- "body": {
- "field": "username",
- "value": "%s",
- "mobile_code": null
- },
- "header": {
- "Content-Type": "application/json;charset=UTF-8",
- "Origin": "https://www.vulbox.com",
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "existUsername": "ooooooo_q",
- "nonExistUsername": "ooooooo_qaaaaaaa",
- "userPage": "https://www.vulbox.com/whitehats/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "bugku": {
- "url": "https://www.bugku.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "\\\\u62b1\\\\u6b49\\\\uff0c\\\\u60a8\\\\u6307\\\\u5b9a\\\\u7684\\\\u7528\\\\u6237\\\\u7a7a\\\\u95f4\\\\u4e0d\\\\u5b58\\\\u5728",
- "existRegex": "的个人资料",
- "url": "https://www.bugku.com/space-username-%s.html",
- "existUsername": "Jimmy",
- "nonExistUsername": "ooooooo_qaaaaaaa",
- "userPage": "https://www.bugku.com/space-username-%s.html",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "newbugku": {
- "url": "https://new.bugku.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://new.bugku.com/users/profile/%s",
- "existUsername": "gabriel",
- "nonExistUsername": "ooooooo_qaaaaaaa",
- "userPage": "https://new.bugku.com/users/profile/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "52pojie": {
- "url": "https://www.52pojie.cn/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "sleep": 1,
- "detect": [
- {
- "nonExistRegex": "succeed",
- "existRegex": "showWindow",
- "url": "https://www.52pojie.cn/forum.php?mod=ajax&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=checkusername&username=%s",
- "existUsername": "youga777",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://www.52pojie.cn/home.php?mod=space&username=%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "youtube": {
- "url": "https://www.youtube.com/",
- "type": "Video",
- "isNSFW": false,
- "sleep": 1,
- "detect": [
- {
- "nonExistRegex": "404 Not Found",
- "url": "https://www.youtube.com/user/%s",
- "headers": {
- "Cookie": "CONSENT=YES+cb.20210418-17-p0.it+FX+917; "
- },
- "existUsername": "pewdiepie",
- "nonExistUsername": "youga777888",
- "userPage": "https://www.youtube.com/user/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "wikipedia": {
- "url": "https://www.wikipedia.org/",
- "type": "Blog",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://en.wikipedia.org/wiki/User:%s",
- "existUsername": "Jack",
- "nonExistUsername": "youga777888",
- "userPage": "https://en.wikipedia.org/wiki/User:%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "wordpress": {
- "url": "https://wordpress.com/",
- "type": "Blog",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "wordpress.com doesn't exist",
- "url": "https://%s.wordpress.com/",
- "existUsername": "Hoadlck",
- "nonExistUsername": "youga777888",
- "userPage": "https://%s.wordpress.com/",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "reddit": {
- "url": "https://www.reddit.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "Sorry, nobody on Reddit goes by that name.",
- "url": "https://www.reddit.com/user/%s",
- "existUsername": "blue",
- "headers": {
- "accept-language": "en-US,en;q=0.9"
- },
- "nonExistUsername": "youga777888",
- "userPage": "https://www.reddit.com/user/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "aqniu": {
- "url": "https://www.aqniu.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "没有使用此用户名或电子邮件地址的账户。",
- "existRegex": "未能发送电子邮件。您的主机可能未获正确配置。",
- "url": "https://www.aqniu.com/wp-login.php?action=lostpassword",
- "existUsername": "liuchaoyang",
- "nonExistUsername": "youga777888",
- "header": {
- "Content-Type": "application/x-www-form-urlencoded"
- },
- "body": "user_login=%s&redirect_to=&wp-submit=%%E8%%8E%%B7%%E5%%8F%%96%%E6%%96%%B0%%E5%%AF%%86%%E7%%A0%%81",
- "userPage": "https://www.aqniu.com/author/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "quora": {
- "url": "https://www.quora.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "existRegex": "Answers\": false, \"Questions\": false, \"Posts\":",
- "url": "https://www.quora.com/profile/%s",
- "existUsername": "Laura-Mitchell-5",
- "nonExistUsername": "youga777888",
- "userPage": "https://www.quora.com/profile/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "virustotal": {
- "url": "https://www.virustotal.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://www.virustotal.com/ui/users/%s/avatar",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "userPage": "https://www.virustotal.com/gui/user/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "ES"
- }
- },
- "twitter": {
- "url": "https://twitter.com/",
- "type": "Social",
- "isNSFW": false,
- "nameCheck": "^[a-zA-Z0-9_]{1,15}$",
- "sleep": 3,
- "detect": [
- {
- "nonExistRegex": "User ",
- "url": "https://nitter.net/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "userPage": "https://twitter.com/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "twitch": {
- "url": "https://www.twitch.tv/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://m.twitch.tv/%s",
- "existUsername": "jenny",
- "nonExistUsername": "youga777888",
- "userPage": "https://www.twitch.tv/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "tryhackme": {
- "url": "https://tryhackme.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "nameCheck": "^[a-zA-Z0-9.]{1,16}$",
- "detect": [
- {
- "nonExistRegex": "{\"success\":false}",
- "url": "https://tryhackme.com/api/user/exist/%s",
- "existUsername": "ashu",
- "nonExistUsername": "youga777888",
- "userPage": "https://tryhackme.com/p/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "tiktok": {
- "url": "https://tiktok.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://tiktok.com/@%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "userPage": "https://tiktok.com/@%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "KY"
- }
- },
- "telegram": {
- "url": "https://t.me/",
- "type": "Social",
- "isNSFW": false,
- "nameCheck": "^[a-zA-Z0-9_]{5,32}$",
- "detect": [
- {
- "nonExistRegex": "",
- "url": "https://t.me/%s",
- "existUsername": "piaolin",
- "nonExistUsername": "youga777888",
- "userPage": "https://t.me/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "steamgroup": {
- "url": "https://steamcommunity.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "No group could be retrieved for the given URL",
- "url": "https://steamcommunity.com/groups/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "userPage": "https://steamcommunity.com/groups/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "sublimeforum": {
- "url": "https://forum.sublimetext.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://forum.sublimetext.com/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "userPage": "https://forum.sublimetext.com/u/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "spotify": {
- "url": "https://open.spotify.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://open.spotify.com/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "headers": {
- "user-agent": "PostmanRuntime/7.29.2"
- },
- "userPage": "https://open.spotify.com/user/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "SE"
- }
- },
- "sourceforge": {
- "url": "https://sourceforge.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://sourceforge.net/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "userPage": "https://sourceforge.net/u/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "snapchat": {
- "url": "https://www.snapchat.com/",
- "type": "Social",
- "isNSFW": false,
- "nameCheck": "^[a-z][a-z-_.]{3,15}",
- "detect": [
- {
- "statusCode": "200",
- "url": "https://www.snapchat.com/add/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "userPage": "https://www.snapchat.com/add/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "rubygems": {
- "url": "https://rubygems.org/",
- "type": "Programmer",
- "isNSFW": false,
- "nameCheck": "^[a-zA-Z][a-zA-Z0-9_-]{1,40}",
- "detect": [
- {
- "statusCode": "200",
- "url": "https://rubygems.org/profiles/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "userPage": "https://rubygems.org/profiles/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "pypi": {
- "url": "https://pypi.org/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://pypi.org/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "userPage": "https://pypi.org/user/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "quizlet": {
- "url": "https://quizlet.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://quizlet.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://quizlet.com/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "pastebin": {
- "url": "https://pastebin.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "Pastebin.com - Not Found ",
- "url": "https://pastebin.com/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://pastebin.com/u/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "packagist": {
- "url": "https://packagist.org/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "reason=vendor_not_found",
- "url": "https://packagist.org/packages/%s/",
- "existUsername": "psr",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://packagist.org/packages/%s/",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "oracle": {
- "url": "https://community.oracle.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://community.oracle.com/people/%s",
- "existUsername": "dev",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://community.oracle.com/people/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "opensource": {
- "url": "https://opensource.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://opensource.com/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://opensource.com/users/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "nextcloud": {
- "url": "https://nextcloud.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://help.nextcloud.com/u/%s/summary",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://help.nextcloud.com/u/%s/summary",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "minecraft": {
- "url": "https://minecraft.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "Couldn't find any profile with name",
- "url": "https://api.mojang.com/users/profiles/minecraft/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://api.mojang.com/users/profiles/minecraft/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "tft": {
- "url": "https://lolchess.gg/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "No search results",
- "url": "https://lolchess.gg/profile/na/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://lolchess.gg/profile/na/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gitbook": {
- "url": "https://gitbook.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://%s.gitbook.io/",
- "existUsername": "gitbook",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://%s.gitbook.io/",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "hackernews": {
- "url": "https://news.ycombinator.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "No such user.",
- "url": "https://news.ycombinator.com/user?id=%s",
- "existUsername": "gitbook",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://news.ycombinator.com/user?id=%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "hackerrank": {
- "url": "https://hackerrank.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "Something went wrong",
- "url": "https://hackerrank.com/%s",
- "existUsername": "satznova",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://hackerrank.com/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "leetcode": {
- "url": "https://leetcode.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://leetcode.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://leetcode.com/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "leetcode-cn": {
- "url": "https://leetcode.cn/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "抱歉!我们找不到您想访问的页面",
- "url": "https://leetcode.cn/u/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://leetcode.cn/u/%s/",
- "type": "username",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "9gag": {
- "url": "https://www.9gag.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://www.9gag.com/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://www.9gag.com/u/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "csdn": {
- "url": "https://blog.csdn.net/",
- "type": "Blog",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://blog.csdn.net/%s",
- "existUsername": "OneFlow_Official",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://blog.csdn.net/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "cnblogs": {
- "url": "https://www.cnblogs.com/",
- "type": "Blog",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://www.cnblogs.com/%s/",
- "existUsername": "LyShark",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://www.cnblogs.com/%s/",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "oschina": {
- "url": "https://my.oschina.net/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://my.oschina.net/%s",
- "existUsername": "kisswu",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://my.oschina.net/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "segmentfault": {
- "url": "https://segmentfault.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "微信扫码登录",
- "existRegex": "粉丝数",
- "url": "https://segmentfault.com/u/%s",
- "existUsername": "h_jm",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://segmentfault.com/u/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "trello": {
- "url": "https://trello.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "model not found",
- "url": "https://trello.com/1/Members/%s",
- "existUsername": "h_jm",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36"
- },
- "userPage": "https://trello.com/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "AU"
- }
- },
- "seebug": {
- "url": "https://www.seebug.org/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://www.seebug.org/accounts/profile/%s",
- "existUsername": "kikay_lee",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Cookie": "__jsluid_s=eea1cbf32a1f7e963c1aa33e29d33fb8; __jsl_clearance_s=1682778037.072|0|7DZXEgV4Oiq%2BI312i0Rr0bpHAUQ%3D"
- },
- "userPage": "https://www.seebug.org/accounts/profile/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "sec-wiki": {
- "url": "https://www.sec-wiki.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "sleep": 3,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://www.sec-wiki.com/user/view/%s",
- "existUsername": "re4lity",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.sec-wiki.com/user/view/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "secrss": {
- "url": "https://www.secrss.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "404 Not Found",
- "existRegex": "登录",
- "url": "https://www.secrss.com/articles?author=%s",
- "existUsername": "ISACA",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.secrss.com/articles?author=%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "bugcrowd": {
- "url": "https://bugcrowd.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "statusCode": "200",
- "url": "https://bugcrowd.com/%s",
- "existUsername": "MuhammadKhizerJaved",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://bugcrowd.com/%s",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "track": {
- "url": "https://bbs.zkaq.cn/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "existRegex": "用户中心",
- "nonExistRegex": "不存在该用户",
- "url": "https://bbs.zkaq.cn/u/%s.html",
- "existUsername": "nocircle",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://bbs.zkaq.cn/u/%s.html",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "mozhe": {
- "url": "https://www.mozhe.cn/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "nonExistRegex": "\\\\u53ef\\\\u4ee5\\\\u4f7f\\\\u7528",
- "url": "https://www.mozhe.cn/check/nickname/exist",
- "existUsername": "openkali",
- "nonExistUsername": "youga777888",
- "body": "nickname=%s&_token=UMXd6Cx41xzTBoZqU70SxTcOkc8heH7FomvsjOkN",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Cookie": "mozhe-xsrf-token=eyJpdiI6InNNeXlxZjY0VktmXC9pcTBCeXU3d0VRPT0iLCJ2YWx1ZSI6IjdOUVF0OG5lSU92SmI3N1doVjZFY2dLUGZwUTFqS2tpQm9KMnVjS0NvRXRrWFlsUjN5RURUMnZQWmxRSCtDOVg1Wk45em9SWTg5cWxBMkNOdkl5TnVBPT0iLCJtYWMiOiJhM2ZkMmQ3YWRhZTkzNWYzMTI2ZTUzNzUxNTZjNzMyYTc1N2I0ZjQ5YzQ0MGY4M2Y2ZDhhMTcyZTRkZmUzOWY2In0%3D; mz_session=eyJpdiI6IlcrQU9FNlVPZ21Rak9nS2s5VzdsZ1E9PSIsInZhbHVlIjoidWVpNzc1ME9ad3RkQWFjRDV6RnRFWTJOQ1A3eG8wd0t6WVVMcEtMUlwvcEhOcmRvY1BEYkl5S0pjSEJTNGozT05cL2FOZDh4bUJtR1BoQ3hobitDV29yUT09IiwibWFjIjoiZDgwNmU5YTMzYWM2ODI5NTljMzFmNWE2ZjQ1NzUyYzY4MjIwYTkwMjMyMDFmMzU1MzJjNTQyNmY2ZGUxMDY1ZSJ9; Hm_lvt_9e72691775fe3271a38b32ad33975d5e=1682861764; Hm_lpvt_9e72691775fe3271a38b32ad33975d5e=1682861764",
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
- "X-Requested-With": "XMLHttpRequest"
- },
- "userPage": "https://www.mozhe.cn/",
- "type": "username",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "jarvisoj": {
- "url": "https://www.jarvisoj.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "existRegex": "This username has been used!!",
- "url": "https://www.jarvisoj.com/api/register.json",
- "existUsername": "kira",
- "nonExistUsername": "youga777888",
- "body": "email=155785154@qq.com&username=%s&organize=1&mobilephone=1&countryid=7&captcha=J871&agree=true&checkid=5e3f986d-0584-47d6-ad5b-cec7c825876b",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
- },
- "userPage": "https://www.jarvisoj.com/scoreboard",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "vulfocus": {
- "url": "https://vulfocus.cn/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "existRegex": "\\\\u8be5\\\\u7528\\\\u6237\\\\u5df2\\\\u88ab\\\\u6ce8\\\\u518c",
- "url": "https://vulfocus.cn/api/user/register/",
- "existUsername": "qianxiao324",
- "nonExistUsername": "youga777888",
- "body": "{\"username\":\"%s\",\"password\":\"123456\",\"email\":\"1@qq.com\",\"checkpass\":\"123456\",\"captcha_code\":\"1111\",\"hashkey\":\"f73d55f51cb61f2a69d085cea36b1ff11da052f3\"}",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/json"
- },
- "userPage": "https://vulfocus.cn/#/userrank/list",
- "type": "username"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "iteye": {
- "url": "https://www.iteye.com/",
- "type": "Programmer",
- "isNSFW": false,
- "sleep": 2,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.iteye.com/blog/user/%s",
- "existUsername": "kristy-yy",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.iteye.com/blog/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "unsplash": {
- "url": "https://unsplash.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://unsplash.com/@%s",
- "existUsername": "jenny",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://unsplash.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CA"
- }
- },
- "seebug-paper": {
- "url": "https://paper.seebug.org/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://paper.seebug.org/users/author/?nickname=%s",
- "existUsername": "Y4tacker",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://paper.seebug.org/users/author/?nickname=%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "douban": {
- "url": "https://www.douban.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.douban.com/people/%s/",
- "existUsername": "michellemou",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.douban.com/people/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "infoq": {
- "url": "https://www.infoq.cn/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.infoq.cn/u/%s/",
- "existUsername": "tiamozhang",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.infoq.cn/u/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "threatpost": {
- "url": "https://threatpost.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://threatpost.com/author/%s/",
- "existUsername": "natenelson",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://threatpost.com/author/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "infosecurity-magazine": {
- "url": "https://www.infosecurity-magazine.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.infosecurity-magazine.com/profile/%s/",
- "existUsername": "alessandro-mascellino",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.infosecurity-magazine.com/profile/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "xsssql": {
- "url": "http://www.xsssql.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "sleep": 3,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "http://www.xsssql.com/article/author/%s",
- "existUsername": "weblcx",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://www.xsssql.com/article/author/%s",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "studygolang": {
- "url": "https://studygolang.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "位会员加入了 Go语言中文网。",
- "existRegex": "注册时间",
- "url": "https://studygolang.com/user/%s",
- "existUsername": "polaris",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://studygolang.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "0x00sec": {
- "url": "https://0x00sec.org/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://0x00sec.org/u/%s",
- "existUsername": "risklimit",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://0x00sec.org/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "NL"
- }
- },
- "ruby-china": {
- "url": "https://ruby-china.org/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://ruby-china.org/%s",
- "existUsername": "Rei",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://ruby-china.org/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "tttang": {
- "url": "https://tttang.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "404 Not Found",
- "existRegex": "列表",
- "url": "https://tttang.com/user/%s",
- "existUsername": "巴斯.zznQ",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://tttang.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "t00ls": {
- "url": "https://www.t00ls.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "用户名已经被他人使用",
- "url": "https://www.t00ls.com/ajax.php?infloat=register&handlekey=register&action=checkusername&username=%s&inajax=1&ajaxtarget=returnmessage4",
- "existUsername": "Bypass",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.t00ls.com/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "90sec": {
- "url": "https://forum.90sec.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "true",
- "existRegex": "false",
- "url": "https://forum.90sec.com/u/check_username?username=%s&email=",
- "existUsername": "admin05",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "X-Requested-With": "XMLHttpRequest"
- },
- "userPage": "https://forum.90sec.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "thehackerworld": {
- "url": "https://www.thehackerworld.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.thehackerworld.com/profile/%s/",
- "existUsername": "1-this-cht",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.thehackerworld.com/profile/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "sspai": {
- "url": "https://sspai.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "用户数据不存在",
- "existRegex": "id",
- "url": "https://sspai.com/api/v1/information/user/activity/page/get?limit=10&offset=0&slug=%s",
- "existUsername": "waychane",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://sspai.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "ld246": {
- "url": "https://ld246.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "404 Not Found!",
- "existRegex": "在线时长",
- "url": "https://ld246.com/member/%s",
- "existUsername": "hyggge",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://ld246.com/member/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "qyer": {
- "url": "https://bbs.qyer.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "510001",
- "url": "https://bbs.qyer.com/qcross/passport/register/mobile/checkname",
- "existUsername": "fbird22",
- "nonExistUsername": "youga777888",
- "body": "username=%s",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8"
- },
- "userPage": "https://bbs.qyer.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "jandan": {
- "url": "http://jandan.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "http://jandan.net/p/author/%s",
- "existUsername": "Diehard",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://jandan.net/p/author/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "ifanr": {
- "url": "https://www.ifanr.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "共发表了",
- "url": "https://www.ifanr.com/author/%s",
- "existUsername": "aifan",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.ifanr.com/author/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "twle": {
- "url": "https://www.twle.cn/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "Member Not Found",
- "existRegex": "加入于",
- "url": "https://www.twle.cn/member/%s",
- "existUsername": "yufei",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.twle.cn/member/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "chouti": {
- "url": "https://dig.chouti.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "收到进入热榜消息",
- "existRegex": "nickSignInAudit",
- "url": "https://dig.chouti.com/users/profile?jid=%s",
- "existUsername": "meigancai",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://dig.chouti.com/publish/links/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gaoloumi": {
- "url": "https://gaoloumi.cc/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "succeed",
- "existRegex": "logging",
- "url": "https://gaoloumi.cc/forum.php?mod=ajax&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=checkusername&username=%s",
- "existUsername": "billy_2009",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://gaoloumi.cc/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "zol": {
- "url": "https://my.zol.com.cn/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "user-namebox",
- "url": "https://my.zol.com.cn/%s/",
- "existUsername": "lo62ir",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://my.zol.com.cn/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "producthunt": {
- "url": "https://www.producthunt.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.producthunt.com/@%s",
- "existUsername": "aaronoleary",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.producthunt.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "yystv": {
- "url": "https://www.yystv.cn/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "email, phone",
- "nonExistRegex": "[20404|20407]",
- "url": "https://www.yystv.cn/account/send_forget_passw",
- "nonExistUsername": "youga777888",
- "body": "name=%s&verify=",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
- },
- "userPage": "https://www.yystv.cn/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "bilibili": {
- "url": "https://www.bilibili.com",
- "type": "Video",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:space.bilibili.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "ichunqiu": {
- "url": "https://www.ichunqiu.com",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:www.ichunqiu.com.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "eastmoney": {
- "url": "https://www.eastmoney.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:eastmoney.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "threatbook": {
- "url": "https://x.threatbook.com",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:x.threatbook.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "baidu-zhidao": {
- "url": "https://zhidao.baidu.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:zhidao.baidu.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "baidu-tieba": {
- "url": "https://tieba.baidu.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:tieba.baidu.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "anquanke": {
- "url": "https://www.anquanke.com",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:www.anquanke.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "secpulse": {
- "url": "https://www.secpulse.com",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:www.secpulse.com%%20%%22%s%%22%%20inurl:author"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "xz": {
- "url": "https://xz.aliyun.com",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:xz.aliyun.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "butian": {
- "url": "https://forum.butian.net",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:forum.butian.net%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "eastmoney-src": {
- "url": "https://security.eastmoney.com",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "google",
- "searchUrl": "https://www.google.com/search?q=%s",
- "search": "site:security.eastmoney.com%%20%%22%s%%22"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "ywhack": {
- "url": "https://forum.ywhack.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "用户名已经被他人使用",
- "url": "https://forum.ywhack.com/ajax.php?infloat=register&handlekey=register&action=checkusername&username=%s&inajax=1&ajaxtarget=returnmessage4",
- "existUsername": "admin",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forum.ywhack.com/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "huoxian": {
- "url": "https://zone.huoxian.cn/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "phone",
- "existRegex": "true",
- "url": "https://6p9ocl.authing.cn/api/v2/users/find?key=%s&type=phone&userPoolId=61dbe991401e129d640b1da6",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "ttps://zone.huoxian.cn/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "3dnews": {
- "url": "http://forum.3dnews.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "stats_mini",
- "url": "http://forum.3dnews.ru/member.php?username=%s",
- "existUsername": "",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://forum.3dnews.ru/member.php?username=%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "7cups": {
- "url": "https://www.7cups.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.7cups.com/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.7cups.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "8tracks": {
- "url": "https://8tracks.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "This page has vanished",
- "url": "https://8tracks.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://8tracks.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "apclips": {
- "url": "https://apclips.com/",
- "type": "Video",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "Amateur Porn Content Creators",
- "url": "https://apclips.com/%s",
- "existUsername": "onlybbyraq",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://apclips.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "about-me": {
- "url": "https://about.me/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://about.me/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://about.me/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "academia-edu": {
- "url": "https://www.academia.edu/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://independent.academia.edu/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://independent.academia.edu/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "airbit": {
- "url": "https://airbit.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://airbit.com/%s",
- "existUsername": "airbit",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://airbit.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "airliners": {
- "url": "https://www.airliners.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.airliners.net/user/%s/profile/photos",
- "existUsername": "yushinlin",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.airliners.net/user/%s/profile/photos"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "alik-cz": {
- "url": "https://www.alik.cz/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.alik.cz/u/%s",
- "existUsername": "julian",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.alik.cz/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CZ"
- }
- },
- "amino": {
- "url": "https://aminoapps.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://aminoapps.com/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://aminoapps.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "anilist": {
- "url": "https://anilist.co/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://anilist.co/graphql",
- "body": {
- "query": "query($id:Int,$name:String){User(id:$id,name:$name){id name previousNames{name updatedAt}avatar{large}bannerImage about isFollowing isFollower donatorTier donatorBadge createdAt moderatorRoles isBlocked bans options{profileColor restrictMessagesToFollowing}mediaListOptions{scoreFormat}statistics{anime{count meanScore standardDeviation minutesWatched episodesWatched genrePreview:genres(limit:10,sort:COUNT_DESC){genre count}}manga{count meanScore standardDeviation chaptersRead volumesRead genrePreview:genres(limit:10,sort:COUNT_DESC){genre count}}}stats{activityHistory{date amount level}}favourites{anime{edges{favouriteOrder node{id type status(version:2)format isAdult bannerImage title{userPreferred}coverImage{large}startDate{year}}}}manga{edges{favouriteOrder node{id type status(version:2)format isAdult bannerImage title{userPreferred}coverImage{large}startDate{year}}}}characters{edges{favouriteOrder node{id name{userPreferred}image{large}}}}staff{edges{favouriteOrder node{id name{userPreferred}image{large}}}}studios{edges{favouriteOrder node{id name}}}}}}",
- "variables": {
- "name": "%s"
- }
- },
- "existUsername": "Josh",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/json;charset=UTF-8"
- },
- "userPage": "https://anilist.co/user/%s/",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "appledeveloper": {
- "url": "https://developer.apple.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://developer.apple.com/forums/profile/%s",
- "existUsername": "lio24d",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://developer.apple.com/forums/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "artstation": {
- "url": "https://www.artstation.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.artstation.com/%s",
- "existUsername": "Blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.artstation.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "asciinema": {
- "url": "https://asciinema.org",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://asciinema.org/~%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://asciinema.org/~%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "askfedora": {
- "url": "https://ask.fedoraproject.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://ask.fedoraproject.org/u/%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://ask.fedoraproject.org/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "audiojungle": {
- "url": "https://audiojungle.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://audiojungle.net/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://audiojungle.net/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "AU"
- }
- },
- "autofrage": {
- "url": "https://www.autofrage.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.autofrage.net/nutzer/%s",
- "existUsername": "autofrage",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.autofrage.net/nutzer/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "blip-fm": {
- "url": "https://blip.fm/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://blip.fm/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://blip.fm/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "bandcamp": {
- "url": "https://www.bandcamp.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.bandcamp.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.bandcamp.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "behance": {
- "url": "https://www.behance.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.behance.net/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.behance.net/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "bezuzyteczna": {
- "url": "https://bezuzyteczna.pl",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://bezuzyteczna.pl/uzytkownicy/%s",
- "existUsername": "Jackson",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://bezuzyteczna.pl/uzytkownicy/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "PL"
- }
- },
- "biggerpockets": {
- "url": "https://www.biggerpockets.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.biggerpockets.com/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.biggerpockets.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "bikemap": {
- "url": "https://www.bikemap.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.bikemap.net/en/u/%s/routes/created/",
- "existUsername": "bikemap",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.bikemap.net/en/u/%s/routes/created/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "AT"
- }
- },
- "biohacking": {
- "url": "https://forum.dangerousthings.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forum.dangerousthings.com/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forum.dangerousthings.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "bitbucket": {
- "url": "https://bitbucket.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://bitbucket.org/%s/",
- "existUsername": "white",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://bitbucket.org/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "AU"
- }
- },
- "bitwardenforum": {
- "url": "https://bitwarden.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.bitwarden.com/u/%s/summary",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.bitwarden.com/u/%s/summary"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "blogger": {
- "url": "https://www.blogger.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.blogspot.com",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.blogspot.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "bongacams": {
- "url": "https://pt.bongacams.com",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://pt.bongacams.com/profile/%s",
- "existUsername": "asuna-black",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://pt.bongacams.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "bookcrossing": {
- "url": "https://www.bookcrossing.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.bookcrossing.com/mybookshelf/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.bookcrossing.com/mybookshelf/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "bravecommunity": {
- "url": "https://community.brave.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.brave.com/u/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.brave.com/u/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "buymeacoffee": {
- "url": "https://www.buymeacoffee.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://buymeacoff.ee/%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://buymeacoff.ee/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "buzzfeed": {
- "url": "https://buzzfeed.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://buzzfeed.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://buzzfeed.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "cnet": {
- "url": "https://www.cnet.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.cnet.com/profiles/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.cnet.com/profiles/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "ctan": {
- "url": "https://ctan.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://ctan.org/author/%s",
- "existUsername": "briggs",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://ctan.org/author/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "caddycommunity": {
- "url": "https://caddy.community/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://caddy.community/u/%s/summary",
- "existUsername": "taako_magnusen",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://caddy.community/u/%s/summary"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "cartalkcommunity": {
- "url": "https://community.cartalk.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.cartalk.com/u/%s/summary",
- "existUsername": "always_fixing",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.cartalk.com/u/%s/summary"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "championat": {
- "url": "https://www.championat.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.championat.com/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.championat.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "chaos": {
- "url": "https://chaos.social/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://chaos.social/@%s",
- "existUsername": "ordnung",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://chaos.social/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "chaturbate": {
- "url": "https://chaturbate.com",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://chaturbate.com/%s",
- "existUsername": "cute18cute",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://chaturbate.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "choicecommunity": {
- "url": "https://choice.community/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://choice.community/u/%s/summary",
- "existUsername": "gordon",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://choice.community/u/%s/summary"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "clapper": {
- "url": "https://clapperapp.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://clapperapp.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://clapperapp.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "cloudflarecommunity": {
- "url": "https://community.cloudflare.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.cloudflare.com/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.cloudflare.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "clubhouse": {
- "url": "https://www.clubhouse.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.clubhouse.com/@%s",
- "existUsername": "waniathar",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.clubhouse.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "codeforces": {
- "url": "https://codeforces.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "solved for all time",
- "url": "https://codeforces.com/profile/%s",
- "existUsername": "tourist",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://codeforces.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IE"
- }
- },
- "codepen": {
- "url": "https://codepen.io/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://codepen.io/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://codepen.io/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "coderwall": {
- "url": "https://coderwall.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://coderwall.com/%s",
- "existUsername": "hacker",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://coderwall.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "codewars": {
- "url": "https://www.codewars.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.codewars.com/users/%s",
- "existUsername": "example",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.codewars.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "coinvote": {
- "url": "https://coinvote.cc/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://coinvote.cc/profile/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://coinvote.cc/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "colourlovers": {
- "url": "https://www.colourlovers.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.colourlovers.com/lover/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.colourlovers.com/lover/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "coroflot": {
- "url": "https://coroflot.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.coroflot.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.coroflot.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "crevado": {
- "url": "https://crevado.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.crevado.com",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.crevado.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "crowdin": {
- "url": "https://crowdin.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://crowdin.com/profile/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://crowdin.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "cryptomatorforum": {
- "url": "https://community.cryptomator.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.cryptomator.org/u/%s",
- "existUsername": "michael",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.cryptomator.org/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "devcommunity": {
- "url": "https://dev.to/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://dev.to/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://dev.to/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "dailymotion": {
- "url": "https://www.dailymotion.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.dailymotion.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.dailymotion.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "deviantart": {
- "url": "https://deviantart.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.deviantart.com",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.deviantart.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "discogs": {
- "url": "https://www.discogs.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.discogs.com/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.discogs.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "discuss-elastic": {
- "url": "https://discuss.elastic.co/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://discuss.elastic.co/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://discuss.elastic.co/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "disqus": {
- "url": "https://disqus.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://disqus.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://disqus.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "dockerhub": {
- "url": "https://hub.docker.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://hub.docker.com/v2/orgs/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://hub.docker.com/u/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "eintrachtfrankfurtforum": {
- "url": "https://community.eintracht.de/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.eintracht.de/fans/%s",
- "existUsername": "mmammu",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.eintracht.de/fans/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "envatoforum": {
- "url": "https://forums.envato.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forums.envato.com/u/%s",
- "existUsername": "enabled",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forums.envato.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "AU"
- }
- },
- "erome": {
- "url": "https://www.erome.com/",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.erome.com/%s",
- "existUsername": "bob",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.erome.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "etsy": {
- "url": "https://www.etsy.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.etsy.com/shop/%s",
- "existUsername": "JennyKrafts",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.etsy.com/shop/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "exposure": {
- "url": "https://exposure.co/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.exposure.co/",
- "existUsername": "jonasjacobsson",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.exposure.co/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "eyeem": {
- "url": "https://www.eyeem.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.eyeem.com/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.eyeem.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "f3-cool": {
- "url": "https://f3.cool/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://f3.cool/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://f3.cool/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "fameswap": {
- "url": "https://fameswap.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://fameswap.com/user/%s",
- "existUsername": "fameswap",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://fameswap.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "fandom": {
- "url": "https://www.fandom.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.fandom.com/u/%s",
- "existUsername": "Jungypoo",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.fandom.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CA"
- }
- },
- "finanzfrage": {
- "url": "https://www.finanzfrage.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.finanzfrage.net/nutzer/%s",
- "existUsername": "finanzfrage",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.finanzfrage.net/nutzer/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "flickr": {
- "url": "https://www.flickr.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.flickr.com/people/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.flickr.com/people/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "flightradar24": {
- "url": "https://www.flightradar24.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://my.flightradar24.com/%s",
- "existUsername": "jebbrooks",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://my.flightradar24.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "flipboard": {
- "url": "https://flipboard.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://flipboard.com/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://flipboard.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "fortnitetracker": {
- "url": "https://fortnitetracker.com/challenges",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://fortnitetracker.com/profile/all/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://fortnitetracker.com/profile/all/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "fosstodon": {
- "url": "https://fosstodon.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://fosstodon.org/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://fosstodon.org/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "freesound": {
- "url": "https://freesound.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://freesound.org/people/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://freesound.org/people/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "ES"
- }
- },
- "gamespot": {
- "url": "https://www.gamespot.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.gamespot.com/profile/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.gamespot.com/profile/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CA"
- }
- },
- "genius-artists": {
- "url": "https://genius.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://genius.com/artists/%s",
- "existUsername": "genius",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://genius.com/artists/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "genius-users": {
- "url": "https://genius.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://genius.com/%s",
- "existUsername": "genius",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://genius.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "gesundheitsfrage": {
- "url": "https://www.gesundheitsfrage.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.gesundheitsfrage.net/nutzer/%s",
- "existUsername": "gutefrage",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.gesundheitsfrage.net/nutzer/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "getmyuni": {
- "url": "https://getmyuni.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.getmyuni.com/user/%s",
- "existUsername": "Upneet.Grover17",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.getmyuni.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "giantbomb": {
- "url": "https://www.giantbomb.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.giantbomb.com/profile/%s/",
- "existUsername": "bob",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.giantbomb.com/profile/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CA"
- }
- },
- "giphy": {
- "url": "https://giphy.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://giphy.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://giphy.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "goodreads": {
- "url": "https://www.goodreads.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.goodreads.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.goodreads.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gradle": {
- "url": "https://gradle.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://plugins.gradle.org/u/%s",
- "existUsername": "jetbrains",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://plugins.gradle.org/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gravatar": {
- "url": "http://en.gravatar.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "http://en.gravatar.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://en.gravatar.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gunsandammo": {
- "url": "https://gunsandammo.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forums.gunsandammo.com/profile/%s",
- "existUsername": "adam",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forums.gunsandammo.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gutefrage": {
- "url": "https://www.gutefrage.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.gutefrage.net/nutzer/%s",
- "existUsername": "gutefrage",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.gutefrage.net/nutzer/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "hackthebox": {
- "url": "https://forum.hackthebox.eu/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forum.hackthebox.eu/profile/%s",
- "existUsername": "angar",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forum.hackthebox.eu/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "EU"
- }
- },
- "hackaday": {
- "url": "https://hackaday.io/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://hackaday.io/%s",
- "existUsername": "adam",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://hackaday.io/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "harvardscholar": {
- "url": "https://scholar.harvard.edu/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://scholar.harvard.edu/%s",
- "existUsername": "ousmanekane",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://scholar.harvard.edu/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "hashnode": {
- "url": "https://hashnode.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://hashnode.com/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://hashnode.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "hubpages": {
- "url": "https://hubpages.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://hubpages.com/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://hubpages.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "icq": {
- "url": "https://icq.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://icq.im/%s/en",
- "existUsername": "Micheal",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://icq.im/%s/en"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "irl": {
- "url": "https://www.irl.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.irl.com/%s",
- "existUsername": "hacker",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.irl.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "icons8community": {
- "url": "https://community.icons8.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.icons8.com/u/%s/summary",
- "existUsername": "thefourCraft",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.icons8.com/u/%s/summary"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "imgup-cz": {
- "url": "https://imgup.cz/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://imgup.cz/%s",
- "existUsername": "adam",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://imgup.cz/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CZ"
- }
- },
- "imgur": {
- "url": "https://imgur.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://api.imgur.com/account/v1/accounts/%s?client_id=546c25a59c58ad7",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://imgur.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "instructables": {
- "url": "https://www.instructables.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.instructables.com/member/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.instructables.com/member/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "intigriti": {
- "url": "https://app.intigriti.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "We didn't find what you're looking for",
- "url": "https://app.intigriti.com/profile/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://app.intigriti.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "ionicforum": {
- "url": "https://forum.ionicframework.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forum.ionicframework.com/u/%s",
- "existUsername": "theblue222",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forum.ionicframework.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "issuu": {
- "url": "https://issuu.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://issuu.com/%s",
- "existUsername": "jenny",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://issuu.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "itch-io": {
- "url": "https://itch.io/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.itch.io/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.itch.io/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "jellyfinweblate": {
- "url": "https://translate.jellyfin.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://translate.jellyfin.org/user/%s/",
- "existUsername": "EraYaN",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://translate.jellyfin.org/user/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CA"
- }
- },
- "jimdo": {
- "url": "https://jimdosite.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.jimdosite.com",
- "existUsername": "jenny",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.jimdosite.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "joplinforum": {
- "url": "https://discourse.joplinapp.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://discourse.joplinapp.org/u/%s",
- "existUsername": "laurent",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://discourse.joplinapp.org/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "keakr": {
- "url": "https://www.keakr.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.keakr.com/en/profile/%s",
- "existUsername": "beats",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.keakr.com/en/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "kaggle": {
- "url": "https://www.kaggle.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.kaggle.com/%s",
- "existUsername": "dansbecker",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.kaggle.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "keybase": {
- "url": "https://keybase.io/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://keybase.io/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://keybase.io/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "lor": {
- "url": "https://linux.org.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.linux.org.ru/people/%s/profile",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.linux.org.ru/people/%s/profile"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "launchpad": {
- "url": "https://launchpad.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://launchpad.net/~%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://launchpad.net/~%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "lesswrong": {
- "url": "https://www.lesswrong.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.lesswrong.com/users/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.lesswrong.com/users/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "linktree": {
- "url": "https://linktr.ee/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://linktr.ee/%s",
- "existUsername": "anne",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://linktr.ee/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "EE"
- }
- },
- "livejournal": {
- "url": "https://www.livejournal.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.livejournal.com",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.livejournal.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "lobsters": {
- "url": "https://lobste.rs/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://lobste.rs/u/%s",
- "existUsername": "jcs",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://lobste.rs/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "lottiefiles": {
- "url": "https://lottiefiles.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://lottiefiles.com/%s",
- "existUsername": "lottiefiles",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://lottiefiles.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "lushstories": {
- "url": "https://www.lushstories.com/",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.lushstories.com/profile/%s",
- "existUsername": "chris_brown",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.lushstories.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "mmorpgforum": {
- "url": "https://forums.mmorpg.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forums.mmorpg.com/profile/%s",
- "existUsername": "goku",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forums.mmorpg.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "SE"
- }
- },
- "memrise": {
- "url": "https://www.memrise.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.memrise.com/user/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.memrise.com/user/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "mixcloud": {
- "url": "https://www.mixcloud.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.mixcloud.com/%s/",
- "existUsername": "jenny",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.mixcloud.com/%s/",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "modelhub": {
- "url": "https://www.modelhub.com/",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.modelhub.com/%s/videos",
- "existUsername": "secretcrush",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.modelhub.com/%s/videos"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "monkeytype": {
- "url": "https://monkeytype.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://api.monkeytype.com/users/%s/profile",
- "existUsername": "Lost_Arrow",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://monkeytype.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "motorradfrage": {
- "url": "https://www.motorradfrage.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.motorradfrage.net/nutzer/%s",
- "existUsername": "gutefrage",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.motorradfrage.net/nutzer/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "munzee": {
- "url": "https://www.munzee.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.munzee.com/m/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.munzee.com/m/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "myanimelist": {
- "url": "https://myanimelist.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://myanimelist.net/profile/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://myanimelist.net/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "myminifactory": {
- "url": "https://www.myminifactory.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.myminifactory.com/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.myminifactory.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "myspace": {
- "url": "https://myspace.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://myspace.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://myspace.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "naver": {
- "url": "https://naver.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://blog.naver.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://blog.naver.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "needrom": {
- "url": "https://www.needrom.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.needrom.com/author/%s/",
- "existUsername": "needrom",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.needrom.com/author/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "newgrounds": {
- "url": "https://newgrounds.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.newgrounds.com",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.newgrounds.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CA"
- }
- },
- "nextcloudforum": {
- "url": "https://nextcloud.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://help.nextcloud.com/u/%s/summary",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://help.nextcloud.com/u/%s/summary"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "nightbot": {
- "url": "https://nightbot.tv/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://api.nightbot.tv/1/channels/t/%s",
- "existUsername": "green",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://nightbot.tv/t/%s/commands"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "nintendolife": {
- "url": "https://www.nintendolife.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.nintendolife.com/users/%s",
- "existUsername": "goku",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.nintendolife.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "notabug-org": {
- "url": "https://notabug.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://notabug.org/%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://notabug.org/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "NL"
- }
- },
- "nyaa-si": {
- "url": "https://nyaa.si/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://nyaa.si/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://nyaa.si/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "si"
- }
- },
- "ogusers": {
- "url": "https://ogu.gg/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://ogu.gg/%s",
- "existUsername": "ogusers",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://ogu.gg/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- },
- "status": false
- },
- "openstreetmap": {
- "url": "https://www.openstreetmap.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.openstreetmap.org/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.openstreetmap.org/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "oraclecommunity": {
- "url": "https://community.oracle.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.oracle.com/people/%s",
- "existUsername": "dev",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.oracle.com/people/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "patreon": {
- "url": "https://www.patreon.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.patreon.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.patreon.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "periscope": {
- "url": "https://www.periscope.tv/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.periscope.tv/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.periscope.tv/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "pinkbike": {
- "url": "https://www.pinkbike.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.pinkbike.com/u/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.pinkbike.com/u/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "playstore": {
- "url": "https://play.google.com/store",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://play.google.com/store/apps/developer?id=%s",
- "existUsername": "Facebook",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://play.google.com/store/apps/developer?id=%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "pokemonshowdown": {
- "url": "https://pokemonshowdown.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://pokemonshowdown.com/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://pokemonshowdown.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "polarsteps": {
- "url": "https://polarsteps.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://polarsteps.com/%s",
- "existUsername": "james",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://polarsteps.com/%s",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "polygon": {
- "url": "https://www.polygon.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.polygon.com/users/%s",
- "existUsername": "swiftstickler",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.polygon.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "pornhub": {
- "url": "https://pornhub.com/",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://pornhub.com/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://pornhub.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "promodj": {
- "url": "http://promodj.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "http://promodj.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://promodj.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "rajce-net": {
- "url": "https://www.rajce.idnes.cz/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.rajce.idnes.cz/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.rajce.idnes.cz/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CZ"
- }
- },
- "rateyourmusic": {
- "url": "https://rateyourmusic.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://rateyourmusic.com/~%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://rateyourmusic.com/~%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "rcloneforum": {
- "url": "https://forum.rclone.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forum.rclone.org/u/%s",
- "existUsername": "ncw",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forum.rclone.org/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CA"
- }
- },
- "redtube": {
- "url": "https://www.redtube.com/",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.redtube.com/users/%s",
- "existUsername": "hacker",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.redtube.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "redbubble": {
- "url": "https://www.redbubble.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.redbubble.com/people/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.redbubble.com/people/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "reisefrage": {
- "url": "https://www.reisefrage.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.reisefrage.net/nutzer/%s",
- "existUsername": "reisefrage",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.reisefrage.net/nutzer/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "replit-com": {
- "url": "https://replit.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://replit.com/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://replit.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "royalcams": {
- "url": "https://royalcams.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://royalcams.com/profile/%s",
- "existUsername": "asuna-black",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://royalcams.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "rumble": {
- "url": "https://rumble.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://rumble.com/user/%s",
- "existUsername": "John",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://rumble.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CA"
- }
- },
- "swapd": {
- "url": "https://swapd.co/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://swapd.co/u/%s",
- "existUsername": "swapd",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://swapd.co/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "sbazar-cz": {
- "url": "https://www.sbazar.cz/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.sbazar.cz/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.sbazar.cz/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CZ"
- }
- },
- "scratch": {
- "url": "https://scratch.mit.edu/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://scratch.mit.edu/users/%s",
- "existUsername": "griffpatch",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://scratch.mit.edu/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "shitpostbot5000": {
- "url": "https://www.shitpostbot.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.shitpostbot.com/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.shitpostbot.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "shpock": {
- "url": "https://www.shpock.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.shpock.com/shop/%s/items",
- "existUsername": "user",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.shpock.com/shop/%s/items"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "AT"
- }
- },
- "sketchfab": {
- "url": "https://sketchfab.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://sketchfab.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://sketchfab.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "slack": {
- "url": "https://slack.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.slack.com",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.slack.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "slant": {
- "url": "https://www.slant.co/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.slant.co/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.slant.co/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "slideshare": {
- "url": "https://slideshare.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://slideshare.net/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://slideshare.net/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "slides": {
- "url": "https://slides.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://slides.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://slides.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "smugmug": {
- "url": "https://smugmug.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.smugmug.com",
- "existUsername": "winchester",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.smugmug.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "soundcloud": {
- "url": "https://soundcloud.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://soundcloud.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://soundcloud.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "splice": {
- "url": "https://splice.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://splice.com/%s",
- "existUsername": "splice",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://splice.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "splits-io": {
- "url": "https://splits.io",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://splits.io/users/%s",
- "existUsername": "cambosteve",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://splits.io/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "sporcle": {
- "url": "https://www.sporcle.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.sporcle.com/user/%s/people",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.sporcle.com/user/%s/people"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "sportlerfrage": {
- "url": "https://www.sportlerfrage.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.sportlerfrage.net/nutzer/%s",
- "existUsername": "sportlerfrage",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.sportlerfrage.net/nutzer/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "sportsru": {
- "url": "https://www.sports.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.sports.ru/profile/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.sports.ru/profile/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "tldrlegal": {
- "url": "https://tldrlegal.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://tldrlegal.com/users/%s/",
- "existUsername": "kevin",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://tldrlegal.com/users/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "traktrain": {
- "url": "https://traktrain.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://traktrain.com/%s",
- "existUsername": "traktrain",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://traktrain.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "tellonym-me": {
- "url": "https://tellonym.me/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://tellonym.me/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://tellonym.me/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "tenor": {
- "url": "https://tenor.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://tenor.com/users/%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://tenor.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "themeforest": {
- "url": "https://themeforest.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://themeforest.net/user/%s",
- "existUsername": "user",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://themeforest.net/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "AU"
- }
- },
- "tnaflix": {
- "url": "https://www.tnaflix.com/",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.tnaflix.com/profile/%s",
- "existUsername": "hacker",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.tnaflix.com/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CY"
- }
- },
- "tradingview": {
- "url": "https://www.tradingview.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.tradingview.com/u/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.tradingview.com/u/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "trakt": {
- "url": "https://www.trakt.tv/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.trakt.tv/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.trakt.tv/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "trashboxru": {
- "url": "https://trashbox.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://trashbox.ru/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://trashbox.ru/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "trawelling": {
- "url": "https://traewelling.de/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://traewelling.de/@%s",
- "existUsername": "lassestolley",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://traewelling.de/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "tuna": {
- "url": "https://tuna.voicemod.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://tuna.voicemod.net/user/%s",
- "existUsername": "bob",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://tuna.voicemod.net/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "ES"
- }
- },
- "tweakers": {
- "url": "https://tweakers.net",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://tweakers.net/gallery/%s",
- "existUsername": "femme",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://tweakers.net/gallery/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "NL"
- }
- },
- "ultimate-guitar": {
- "url": "https://ultimate-guitar.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://ultimate-guitar.com/u/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://ultimate-guitar.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "vsco": {
- "url": "https://vsco.co/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://vsco.co/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://vsco.co/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "vero": {
- "url": "https://vero.co/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://vero.co/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://vero.co/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "vimeo": {
- "url": "https://vimeo.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://vimeo.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://vimeo.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "wicgforum": {
- "url": "https://discourse.wicg.io/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://discourse.wicg.io/u/%s/summary",
- "existUsername": "stefano",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://discourse.wicg.io/u/%s/summary"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "warriorforum": {
- "url": "https://www.warriorforum.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.warriorforum.com/members/%s.html",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.warriorforum.com/members/%s.html"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "wattpad": {
- "url": "https://www.wattpad.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.wattpad.com/user/%s",
- "existUsername": "Dogstho7951",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.wattpad.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "webnode": {
- "url": "https://www.webnode.cz/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.webnode.cz/",
- "existUsername": "radkabalcarova",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.webnode.cz/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CZ"
- }
- },
- "weblate": {
- "url": "https://hosted.weblate.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://hosted.weblate.org/user/%s/",
- "existUsername": "adam",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://hosted.weblate.org/user/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CZ"
- }
- },
- "weebly": {
- "url": "https://weebly.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.weebly.com/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.weebly.com/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "whonixforum": {
- "url": "https://forums.whonix.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forums.whonix.org/u/%s/summary",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forums.whonix.org/u/%s/summary"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "windy": {
- "url": "https://windy.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.windy.com/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.windy.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CZ"
- }
- },
- "wix": {
- "url": "https://wix.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.wix.com",
- "existUsername": "support",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.wix.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "wolframalphaforum": {
- "url": "https://community.wolfram.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.wolfram.com/web/%s/home",
- "existUsername": "unico",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.wolfram.com/web/%s/home"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "wykop": {
- "url": "https://www.wykop.pl",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.wykop.pl/ludzie/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.wykop.pl/ludzie/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "PL"
- }
- },
- "xboxgamertag": {
- "url": "https://xboxgamertag.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://xboxgamertag.com/search/%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://xboxgamertag.com/search/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "GB"
- }
- },
- "xvideos": {
- "url": "https://xvideos.com/",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://xvideos.com/profiles/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://xvideos.com/profiles/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CZ"
- }
- },
- "yandexmusic": {
- "url": "https://music.yandex",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://music.yandex/users/%s/playlists",
- "existUsername": "ya.playlist",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://music.yandex/users/%s/playlists"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "youpic": {
- "url": "https://youpic.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://youpic.com/photographer/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://youpic.com/photographer/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "youporn": {
- "url": "https://youporn.com",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://youporn.com/uservids/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://youporn.com/uservids/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "youtubechannel": {
- "url": "https://www.youtube.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.youtube.com/c/%s",
- "existUsername": "mkbhd",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.youtube.com/c/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "youtubeuser": {
- "url": "https://www.youtube.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.youtube.com/user/%s",
- "existUsername": "pewdiepie",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.youtube.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "akniga": {
- "url": "https://akniga.org/profile/blue/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://akniga.org/profile/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://akniga.org/profile/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "IS"
- }
- },
- "authorstream": {
- "url": "http://www.authorstream.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "http://www.authorstream.com/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://www.authorstream.com/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "chaos-social": {
- "url": "https://chaos.social/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://chaos.social/@%s",
- "existUsername": "rixx",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://chaos.social/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "couchsurfing": {
- "url": "https://www.couchsurfing.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.couchsurfing.com/people/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.couchsurfing.com/people/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "d3ru": {
- "url": "https://d3.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://d3.ru/user/%s/posts",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://d3.ru/user/%s/posts"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "dating-ru": {
- "url": "http://dating.ru",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "http://dating.ru/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://dating.ru/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "drive2": {
- "url": "https://www.drive2.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.drive2.ru/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.drive2.ru/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "egpu": {
- "url": "https://egpu.io/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://egpu.io/forums/profile/%s/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://egpu.io/forums/profile/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "ebio-gg": {
- "url": "https:/ebio.gg",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://ebio.gg/@%s",
- "existUsername": "dev",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://ebio.gg/@%s",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "eintracht": {
- "url": "https://eintracht.de",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://community.eintracht.de/fans/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://community.eintracht.de/fans/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "fixya": {
- "url": "https://www.fixya.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.fixya.com/users/%s",
- "existUsername": "adam",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.fixya.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "fl": {
- "url": "https://www.fl.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.fl.ru/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.fl.ru/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "geocaching": {
- "url": "https://www.geocaching.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.geocaching.com/p/default.aspx?u=%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.geocaching.com/p/default.aspx?u=%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gfycat": {
- "url": "https://gfycat.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://gfycat.com/@%s",
- "existUsername": "Test",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://gfycat.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "habr": {
- "url": "https://habr.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://habr.com/ru/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://habr.com/ru/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "hackster": {
- "url": "https://www.hackster.io",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.hackster.io/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.hackster.io/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "irecommend": {
- "url": "https://irecommend.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://irecommend.ru/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://irecommend.ru/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "jbzd": {
- "url": "https://jbzd.com.pl/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://jbzd.com.pl/uzytkownik/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://jbzd.com.pl/uzytkownik/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "PL"
- }
- },
- "kwork": {
- "url": "https://www.kwork.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://kwork.ru/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://kwork.ru/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "last-fm": {
- "url": "https://last.fm/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://last.fm/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://last.fm/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "UK"
- }
- },
- "leasehackr": {
- "url": "https://forum.leasehackr.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://forum.leasehackr.com/u/%s/summary/",
- "existUsername": "adam",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://forum.leasehackr.com/u/%s/summary/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "livelib": {
- "url": "https://www.livelib.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.livelib.ru/reader/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.livelib.ru/reader/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "mastodon-cloud": {
- "url": "https://mastodon.cloud/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://mastodon.cloud/@%s",
- "existUsername": "TheAdmin",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://mastodon.cloud/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "JP"
- }
- },
- "mastodon-social": {
- "url": "https://chaos.social/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://mastodon.social/@%s",
- "existUsername": "Gargron",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://mastodon.social/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "mastodon-technology": {
- "url": "https://mastodon.xyz/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://mastodon.technology/@%s",
- "existUsername": "ashfurrow",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://mastodon.technology/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "mastodon-xyz": {
- "url": "https://mastodon.xyz/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://mastodon.xyz/@%s",
- "existUsername": "TheKinrar",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://mastodon.xyz/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "mercadolivre": {
- "url": "https://www.mercadolivre.com.br",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.mercadolivre.com.br/perfil/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.mercadolivre.com.br/perfil/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "BR"
- }
- },
- "moikrug": {
- "url": "https://moikrug.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://moikrug.ru/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://moikrug.ru/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "mstdn-io": {
- "url": "https://mstdn.io/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://mstdn.io/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://mstdn.io/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "nairaland-com": {
- "url": "https://www.nairaland.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.nairaland.com/%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.nairaland.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "nnru": {
- "url": "https://www.nn.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.www.nn.ru/",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.www.nn.ru/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "note": {
- "url": "https://note.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://note.com/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://note.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "npm": {
- "url": "https://www.npmjs.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.npmjs.com/~%s",
- "existUsername": "kennethsweezy",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.npmjs.com/~%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "osu!": {
- "url": "https://osu.ppy.sh/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://osu.ppy.sh/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://osu.ppy.sh/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "AU"
- }
- },
- "pikabu": {
- "url": "https://pikabu.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://pikabu.ru/@%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://pikabu.ru/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "pr0gramm": {
- "url": "https://pr0gramm.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "304",
- "url": "https://api.polarsteps.com/users/byusername/%s",
- "existUsername": "Guschtl",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://pr0gramm.com/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "queer-af": {
- "url": "https://queer.af/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://queer.af/@%s",
- "existUsername": "erincandescent",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://queer.af/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "satsisru": {
- "url": "https://satsis.info/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://satsis.info/user/%s",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://satsis.info/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "UA"
- }
- },
- "sessionize": {
- "url": "https://sessionize.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://sessionize.com/%s",
- "existUsername": "jason-mayes",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://sessionize.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "HR"
- }
- },
- "skyrock": {
- "url": "https://skyrock.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://%s.skyrock.com/",
- "existUsername": "red",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://%s.skyrock.com/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "FR"
- }
- },
- "social-tchncs": {
- "url": "https://social.tchncs.de/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://social.tchncs.de/@%s",
- "existUsername": "Milan",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://social.tchncs.de/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "DE"
- }
- },
- "spletnik": {
- "url": "https://spletnik.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://spletnik.ru/user/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://spletnik.ru/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "svidbook": {
- "url": "https://www.svidbook.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.svidbook.ru/user/%s",
- "existUsername": "green",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.svidbook.ru/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "toster": {
- "url": "https://www.toster.ru/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.toster.ru/user/%s/answers",
- "existUsername": "adam",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.toster.ru/user/%s/answers"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "RU"
- }
- },
- "uid": {
- "url": "https://uid.me/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "http://uid.me/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://uid.me/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "wiki-vg": {
- "url": "https://wiki.vg/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://wiki.vg/User:%s",
- "existUsername": "Auri",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://wiki.vg/User:%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "wykop-pl": {
- "url": "https://wykop.pl",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.wykop.pl/ludzie/%s",
- "existUsername": "janusz-nowak",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.wykop.pl/ludzie/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "PL"
- }
- },
- "xhamster": {
- "url": "https://xhamster.com",
- "type": "Social",
- "isNSFW": true,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://xhamster.com/users/%s",
- "existUsername": "blue",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://xhamster.com/users/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CY"
- }
- },
- "znanylekarz-pl": {
- "url": "https://znanylekarz.pl",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.znanylekarz.pl/%s",
- "existUsername": "janusz-nowak",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.znanylekarz.pl/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "PL"
- }
- },
- "newsmth": {
- "url": "https://www.newsmth.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "0500",
- "existRegex": "face_url",
- "url": "https://www.newsmth.net/nForum/user/query/%s.json",
- "existUsername": "TDK1",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "X-Requested-With": "XMLHttpRequest"
- },
- "userPage": "https://www.newsmth.net/nForum/user/query/%s.json"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "bbspku": {
- "url": "https://bbs.pku.edu.cn/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "avatar_frame",
- "url": "https://bbs.pku.edu.cn/v2/ajax/get_userinfo_by_names.php",
- "existUsername": "moony",
- "nonExistUsername": "youga777888",
- "body": "names=\%5B\%22%s\%22\%5D",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "X-Requested-With": "XMLHttpRequest"
- },
- "userPage": "https://bbs.pku.edu.cn/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "fishpi": {
- "url": "https://fishpi.cn/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://fishpi.cn/member/%s",
- "existUsername": "csfwff",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://fishpi.cn/member/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "ali213": {
- "url": "https://game.ali213.net/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "抱歉,您指定的用户空间不存在",
- "url": "https://game.ali213.net/space-username-%s.html",
- "existUsername": "freedomboy1979",
- "nonExistUsername": "youga777888",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://game.ali213.net/space-username-%s.html"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "4399": {
- "url": "https://www.4399.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "用户名已被注册",
- "nonExistRegex": "0",
- "url": "https://ptlogin.4399.com/ptlogin/isExist.do?username=%s&appId=u4399®Mode=reg_normal&v=2",
- "existUsername": "123123",
- "nonExistUsername": "1231pixn123",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.4399.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "7k7k": {
- "url": "https://web.7k7k.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "\\\\u7528\\\\u6237\\\\u5df2\\\\u5b58\\\\u5728\\\\uff01",
- "nonExistRegex": "\\\\u7528\\\\u6237\\\\u540d\\\\u53ef\\\\u7528\\\\uff01",
- "url": "https://web.7k7k.com/source/core_Post.php",
- "existUsername": "123123",
- "nonExistUsername": "1231pixn123",
- "body": "param=%s&name=name",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
- "X-Requested-With": "XMLHttpRequest"
- },
- "userPage": "https://web.7k7k.com/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "doc88": {
- "url": "https://www.doc88.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "1",
- "nonExistRegex": "0",
- "url": "https://www.doc88.com/member.php?act=check&username=%s",
- "existUsername": "123123",
- "nonExistUsername": "12x31pixn123",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.doc88.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "huazhu": {
- "url": "https://m.huazhu.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "phone",
- "nonExistRegex": "未找到与该手机号绑定的账户",
- "url": "https://m.huazhu.com/api/public/sendCodeNoLogin?param=%s",
- "body": "{}",
- "existUsername": "123123",
- "nonExistUsername": "13188554520",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/json"
- },
- "userPage": "https://m.huazhu.com",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "1point3acres": {
- "url": "https://www.1point3acres.com",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "alert_error",
- "url": "https://www.1point3acres.com/bbs/space-username-%s.html",
- "existUsername": "luckymeteor666",
- "nonExistUsername": "luckymeta123eor666",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.1point3acres.com/bbs/space-username-%s.html"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "okjike": {
- "url": "https://web.okjike.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "phone",
- "nonExistRegex": "Expected a value of type",
- "url": "https://web-api.okjike.com/api/graphql",
- "body": "{\"operationName\":\"GetSmsCode\",\"variables\":{\"mobilePhoneNumber\":\"%s\",\"areaCode\":\"+86\"},\"query\":\"mutation GetSmsCode($mobilePhoneNumber: String!, $areaCode: String!) {\\n getSmsCode(action: PHONE_MIX_LOGIN, mobilePhoneNumber: $mobilePhoneNumber, areaCode: $areaCode) {\\n action\\n __typename\\n }\\n}\\n\"}\n",
- "existUsername": "123123",
- "nonExistUsername": "13188554520",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/json"
- },
- "userPage": "https://web.okjike.com/",
- "sleep": 10
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
-
- "cstis": {
- "url": "https://cstis.cn",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "email",
- "nonExistRegex": "\\\\u6b64\\\\u90ae\\\\u7bb1\\\\u4e0d\\\\u5b58\\\\u5728",
- "url": "https://cstis.cn/ts/getcode?email=%s&type=2",
- "nonExistUsername": "13188554520@qq.com",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://cstis.cn/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "dzone": {
- "url": "https://dzone.com",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "exists",
- "url": "https://dzone.com/services/widget/users-registration/validateUsername",
- "existUsername": "Jade_Rubick",
- "nonExistUsername": "Jade_Rubickaa",
- "body": "{\"username\":\"%s\"}",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/json",
- "Accept": "application/json, text/plain, */*",
- "Cookie": "TH_CSRF=8995242996830184179",
- "X-Th-Csrf": "8995242996830184179"
- },
- "userPage": "https://dzone.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "dalao": {
- "url": "https://dalao.net/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "password",
- "nonExistRegex": "email",
- "url": "https://dalao.net/user-login.htm",
- "existUsername": "不讲李",
- "nonExistUsername": "Jade_Rubickaa",
- "body": "email=%s&password=4297f44b13955235245b2497399d7a93",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
- "X-Requested-With": "XMLHttpRequest"
- },
- "userPage": "https://dalao.net/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "medium": {
- "url": "https://medium.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "404
",
- "url": "https://medium.com/@%s",
- "existUsername": "james_73717",
- "nonExistUsername": "james_737171",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://medium.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "matters": {
- "url": "https://matters.town/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "styles_errorMessage",
- "url": "https://matters.town/@%s",
- "existUsername": "LuzWu222",
- "nonExistUsername": "LuzWu2221",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://matters.town/@%s",
- "sleep": 3
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "0xffff": {
- "url": "https://0xffff.one/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://0xffff.one/u/%s",
- "existUsername": "ryan4yin",
- "nonExistUsername": "ryan4yin1x",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://0xffff.one/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "optzmx": {
- "url": "http://www.optzmx.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "email",
- "nonExistRegex": "succeed",
- "url": "http://www.optzmx.com/forum.php?mod=ajax&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=checkemail&email=%s",
- "existUsername": "admin@admin.com",
- "nonExistUsername": "admin@admin.com",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://www.optzmx.com/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "qsnctf": {
- "url": "https://bbs.qsnctf.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "该用户名已注册,请更换用户名",
- "url": "https://bbs.qsnctf.com/forum.php?mod=ajax&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=checkusername&username=%s",
- "existUsername": "6Fgenshin",
- "nonExistUsername": "6Fgenshin12331",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://bbs.qsnctf.com"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "cnodejs": {
- "url": "https://cnodejs.org/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://cnodejs.org/user/%s",
- "existUsername": "leapon",
- "nonExistUsername": "leaponasdf",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://cnodejs.org/user/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "react-china": {
- "url": "http://react-china.org/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "http://react-china.org/u/%s",
- "existUsername": "makshow",
- "nonExistUsername": "makshow123",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "http://react-china.org/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
-
- "xiaozhuanlan": {
- "url": "https://xiaozhuanlan.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "404 - 小专栏",
- "url": "https://xiaozhuanlan.com/u/%s",
- "existUsername": "biudesign",
- "nonExistUsername": "biudesignasdf",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://xiaozhuanlan.com/u/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN"
- }
- },
- "classcentral": {
- "url": "https://www.classcentral.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.classcentral.com/@%s",
- "existUsername": "jack",
- "nonExistUsername": "jackrose",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "Accept-Language": "en-US,en;q=0.9"
- },
- "userPage": "https://www.classcentral.com/@%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "pinterest": {
- "url": "https://www.pinterest.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "existRegex": "pinterestapp:followers",
-
- "url": "https://www.pinterest.com/%s/",
- "existUsername": "hardlysamie",
- "nonExistUsername": "hardlysasdfamie",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.pinterest.com/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "opensea": {
- "url": "https://opensea.io/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://opensea.io/%s",
- "existUsername": "BYOPContracts",
- "nonExistUsername": "BYOPContracasdfts",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://opensea.io/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "instagram": {
- "url": "https://www.instagram.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.instagram.com/api/v1/users/web_profile_info/?username=%s",
- "existUsername": "zengshuohui",
- "nonExistUsername": "zengshuohuxixasdf",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
- "X-Ig-App-Id": "936619743392459"
- },
- "userPage": "https://www.instagram.com/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "rottentomatoes": {
- "url": "https://www.rottentomatoes.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.rottentomatoes.com/critics/%s/movies",
- "existUsername": "kimber-myers",
- "nonExistUsername": "kimber-myxxxers",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.rottentomatoes.com/critics/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "openclipart": {
- "url": "https://openclipart.org/",
- "type": "Socail",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "This artist does not exist",
- "url": "https://openclipart.org/artist/%s",
- "existUsername": "revzack",
- "nonExistUsername": "revzackasd",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://openclipart.org/artist/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "thenextweb": {
- "url": "https://thenextweb.com/",
- "type": "Programmer",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://thenextweb.com/author/%s",
- "existUsername": "linnea",
- "nonExistUsername": "linnea123",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://thenextweb.com/author/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "theverge": {
- "url": "https://www.theverge.com/",
- "type": "Socail",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.theverge.com/authors/%s",
- "existUsername": "",
- "nonExistUsername": "",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.theverge.com/authors/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "engadget": {
- "url": "https://www.engadget.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.engadget.com/about/editors/%s/",
- "existUsername": "igor-bonifacic",
- "nonExistUsername": "igor-bonifacicxx",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.engadget.com/about/editors/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "techcrunch": {
- "url": "https://techcrunch.com/",
- "type": "CyberSecurity",
- "isNSFW": false,
- "sleep": 3,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://techcrunch.com/author/%s/",
- "existUsername": "zack-whittaker",
- "nonExistUsername": "zack-whittakerasdf",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://techcrunch.com/author/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "kickstarter": {
- "url": "https://www.kickstarter.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.kickstarter.com/profile/%s",
- "existUsername": "microcosmpublishing",
- "nonExistUsername": "microcosmpublishingasdf",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.kickstarter.com/profile/%s",
- "status": false
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "freepik": {
- "url": "https://www.freepik.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://www.freepik.com/author/%s",
- "existUsername": "rawpixel-com",
- "nonExistUsername": "rawpixel-comasdf",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.freepik.com/author/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "gettyimages": {
- "url": "https://www.gettyimages.hk/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "nonExistRegex": "返回結果為零",
- "url": "https://www.gettyimages.hk/search/photographer?photographer=%s",
- "existUsername": "Klaus Vedfelt",
- "nonExistUsername": "Klaus Vedfeltaaa",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://www.gettyimages.hk/search/photographer?photographer=%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "CN-HK"
- }
- },
-
-
- "wikivoyage": {
- "url": "https://en.wikivoyage.org/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://en.wikivoyage.org/wiki/User:%s",
- "existUsername": "Veracious",
- "nonExistUsername": "Veraciousasdf",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://en.wikivoyage.org/wiki/User:%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
- "arstechnica": {
- "url": "https://arstechnica.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://arstechnica.com/author/%s/",
- "existUsername": "stephenclark",
- "nonExistUsername": "stephenclarkasdf",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://arstechnica.com/author/%s/"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- },
-
- "dribbble": {
- "url": "https://dribbble.com/",
- "type": "Social",
- "isNSFW": false,
- "detect": [
- {
- "type": "username",
- "statusCode": "200",
- "url": "https://dribbble.com/%s",
- "existUsername": "odamastudio",
- "nonExistUsername": "odamastudioxasd",
- "header": {
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36"
- },
- "userPage": "https://dribbble.com/%s"
- }
- ],
- "login": {
- "url": "",
- "successRegex": ""
- },
- "whois": {
- "RegistrantCountry": "US"
- }
- }
-}
\ No newline at end of file
diff --git a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/dh.json b/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/dh.json
deleted file mode 100644
index 3898586..0000000
--- a/Output/AUTARCH_v2.3.0_standalone/autarch/_internal/data/sites/dh.json
+++ /dev/null
@@ -1,76365 +0,0 @@
-{
- "project": "darkHal Security Group - AUTARCH",
- "version": "1.1",
- "description": "Master sites database for username OSINT with detection patterns",
- "total_sites": 8701,
- "stats": {
- "by_category": {
- "forum": 5214,
- "other": 1467,
- "social": 438,
- "tech": 332,
- "gaming": 299,
- "wiki": 217,
- "art": 192,
- "adult": 179,
- "news": 89,
- "shopping": 63,
- "finance": 55,
- "music": 54,
- "professional": 36,
- "video": 22,
- "dating": 20,
- "health": 9,
- "torrent": 7,
- "sports": 5,
- "food": 3
- },
- "by_source": {
- "snoop": 4322,
- "maigret": 2872,
- "social_analyzer": 584,
- "blackbird": 421,
- "sherlock": 173,
- "cupidcr4wl": 142,
- "detectdee": 73,
- "reveal_my_name": 66,
- "nexfil": 48
- },
- "by_error_type": {
- "message": 4371,
- "status_code": 2938,
- "redirection": 938,
- "response_url": 150
- }
- },
- "sources": [
- "snoop",
- "maigret",
- "social_analyzer",
- "blackbird",
- "sherlock",
- "cupidcr4wl",
- "detectdee",
- "reveal_my_name",
- "nexfil"
- ],
- "categories": [
- "forum",
- "other",
- "social",
- "tech",
- "gaming",
- "wiki",
- "art",
- "adult",
- "news",
- "shopping",
- "finance",
- "music",
- "professional",
- "video",
- "dating",
- "health",
- "torrent",
- "sports",
- "food"
- ],
- "detection_fields": {
- "error_type": "Detection method: status_code, message, response_url",
- "error_code": "HTTP status code expected when user NOT found (e.g., 404)",
- "error_string": "String present in response when user NOT found",
- "match_code": "HTTP status code expected when user IS found (e.g., 200)",
- "match_string": "String present in response when user IS found"
- },
- "sites": [
- {
- "name": "0-3.RU",
- "url": "http://0-3.ru/members/{}.1/",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "0k.clan.su",
- "url": "http://0k.clan.su/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "0x00sec",
- "url": "https://0x00sec.org/u/{}",
- "category": "tech",
- "source": "detectdee",
- "nsfw": false,
- "error_type": "status_code",
- "match_code": 200
- },
- {
- "name": "0xffff",
- "url": "https://0xffff.one/u/{}",
- "category": "tech",
- "source": "detectdee",
- "nsfw": false,
- "error_type": "status_code",
- "match_code": 200
- },
- {
- "name": "1001facts.ru",
- "url": "http://1001facts.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "1001mem.ru",
- "url": "http://1001mem.ru/{}",
- "category": "other",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "\u042d\u0442\u043e\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442, \u0438\u043b\u0438 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d."
- },
- {
- "name": "1001tracklists",
- "url": "https://www.1001tracklists.com/user/{}/index.html",
- "category": "music",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "Sorry, the requested user is not valid!",
- "match_string": "Info Page"
- },
- {
- "name": "101010.pl",
- "url": "https://101010.pl/@{}",
- "category": "social",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "101vzvod.ucoz.ru",
- "url": "http://101vzvod.ucoz.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "101xp.com",
- "url": "https://forum-ru.101xp.com/members/{}.1/",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "11x2",
- "url": "https://11x2.com/user/home/{}",
- "category": "other",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "123rf",
- "url": "https://ru.123rf.com/profile_{}",
- "category": "art",
- "source": "maigret",
- "nsfw": false,
- "error_type": "response_url"
- },
- {
- "name": "1337x",
- "url": "https://1337x.to/user/{}/",
- "category": "torrent",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "Bad Username.",
- "match_string": "Join Date"
- },
- {
- "name": "1337x",
- "url": "https://www.1337x.to/user/{}/",
- "category": "torrent",
- "source": "sherlock",
- "nsfw": false,
- "error_type": "message",
- "error_string": "Error something went wrong."
- },
- {
- "name": "1337x",
- "url": "http://1337x.to/user/{}/",
- "category": "torrent",
- "source": "snoop",
- "nsfw": false,
- "error_type": "message",
- "error_string": "Error something went wrong"
- },
- {
- "name": "162nord.org",
- "url": "http://162nord.org/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "1911forum",
- "url": "https://www.1911forum.com/members/?username={}",
- "category": "forum",
- "source": "snoop",
- "nsfw": false,
- "error_type": "redirection"
- },
- {
- "name": "1Baiser",
- "url": "https://en.1baiser.com/search?q={}",
- "category": "dating",
- "source": "cupidcr4wl",
- "nsfw": false,
- "error_type": "message",
- "error_string": "No results were found",
- "match_string": "Model "
- },
- {
- "name": "1klas.3dn.ru",
- "url": "http://1klas.3dn.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "1point3acres",
- "url": "https://www.1point3acres.com/bbs/space-username-{}.html",
- "category": "tech",
- "source": "detectdee",
- "nsfw": false,
- "error_type": "message",
- "match_code": 200
- },
- {
- "name": "1x",
- "url": "https://1x.com/{}",
- "category": "art",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "1x.com \u2022 In Pursuit of the Sublime",
- "match_string": " onload="
- },
- {
- "name": "1xforum",
- "url": "https://1xforum.com/member.php?username={}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "21buttons",
- "url": "https://www.21buttons.com/buttoner/{}",
- "category": "social",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "not-found__main",
- "match_string": "profile-info"
- },
- {
- "name": "23hq",
- "url": "http://www.23hq.com/{}",
- "category": "art",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "my-modal",
- "match_string": "frame"
- },
- {
- "name": "24",
- "url": "https://24.wikia.com/wiki/User:{}",
- "category": "gaming",
- "source": "social_analyzer",
- "nsfw": false
- },
- {
- "name": "247CTF",
- "url": "https://247ctf.com/progress/{}",
- "category": "tech",
- "source": "blackbird",
- "nsfw": false,
- "error_type": "status_code",
- "error_code": 302,
- "error_string": "
Redirecting...
",
- "match_code": 200,
- "match_string": "property=\"og:url\""
- },
- {
- "name": "247sports",
- "url": "https://247sports.com/user/{}/",
- "category": "gaming",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "247sports",
- "url": "https://247sports.com/User/{}/",
- "category": "gaming",
- "source": "blackbird",
- "nsfw": false,
- "error_type": "status_code",
- "error_code": 404,
- "error_string": "
247Sports",
- "match_code": 200,
- "match_string": "
3DMir.ru - ",
- "match_string": "
"
- },
- {
- "name": "3dnews",
- "url": "http://forum.3dnews.ru//member.php?username={}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "3DNews",
- "url": "https://forum.3dnews.tech/member.php?username={}",
- "category": "social",
- "source": "blackbird",
- "nsfw": false,
- "error_type": "message",
- "error_code": 200,
- "error_string": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d",
- "match_code": 200,
- "match_string": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u0440\u043e\u0444\u0438\u043b\u044f:"
- },
- {
- "name": "3DNews",
- "url": "http://forum.3dnews.ru/member.php?username={}",
- "category": "social",
- "source": "reveal_my_name",
- "nsfw": false,
- "error_type": "message",
- "error_code": 200,
- "error_string": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0438 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430.",
- "match_code": 200,
- "match_string": "
\u0424\u043e\u0440\u0443\u043c 3DNews - \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u0440\u043e\u0444\u0438\u043b\u044f:"
- },
- {
- "name": "3dtoday",
- "url": "https://3dtoday.ru/blogs/{}",
- "category": "art",
- "source": "maigret",
- "nsfw": false,
- "error_type": "response_url"
- },
- {
- "name": "3glaz.org",
- "url": "http://3glaz.org/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "3rm",
- "url": "https://3rm.info/user/{}/",
- "category": "forum",
- "source": "snoop",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "42km",
- "url": "http://www.42km.ru/c?name={}&x=0&y=0&country_id=1&town_id=0&sex=0&grade_id=0",
- "category": "sports",
- "source": "snoop",
- "nsfw": false,
- "error_type": "message",
- "error_string": "\u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e"
- },
- {
- "name": "4399",
- "url": "https://ptlogin.4399.com/ptlogin/isExist.do?username={}&appId=u4399®Mode=reg_normal&v=2",
- "category": "tech",
- "source": "detectdee",
- "nsfw": false,
- "error_type": "message",
- "match_code": 200
- },
- {
- "name": "440101.3dn.ru",
- "url": "http://440101.3dn.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "4948.ru",
- "url": "http://4948.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "4allforum",
- "url": "https://4allforum.ru/search.php?keywords=&terms=all&author={}",
- "category": "forum",
- "source": "snoop",
- "nsfw": false,
- "error_type": "message",
- "error_string": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f"
- },
- {
- "name": "4cheat",
- "url": "https://4cheat.ru/members/{}.1/",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "4gameforum",
- "url": "https://4gameforum.com/members/{}.1/",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "4gameforum",
- "url": "https://4gameforum.com/members/?username={}",
- "category": "gaming",
- "source": "snoop",
- "nsfw": false,
- "error_type": "message",
- "error_string": "
"
- },
- {
- "name": "4pda",
- "url": "https://4pda.ru/forum/index.php?act=search&source=pst&noform=1&username={}",
- "category": "tech",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0412\u0430\u0448 \u043f\u043e\u0438\u0441\u043a \u043d\u0435 \u0434\u0430\u043b \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432."
- },
- {
- "name": "4pda",
- "url": "https://4pda.to/forum/index.php?act=search&source=pst&noform=1&username={}",
- "category": "tech",
- "source": "snoop",
- "nsfw": false,
- "error_type": "message",
- "error_string": "\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0412\u0430\u0448 \u043f\u043e\u0438\u0441\u043a \u043d\u0435 \u0434\u0430\u043b \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432."
- },
- {
- "name": "4stor",
- "url": "https://4stor.ru/user/{}",
- "category": "other",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "4x4_tomsk",
- "url": "http://4x4.tomsk.ru/search.php?keywords=&terms=all&author={}",
- "category": "forum",
- "source": "snoop",
- "nsfw": false,
- "error_type": "message",
- "error_string": "\u041f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0445 \u0442\u0435\u043c \u0438\u043b\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e."
- },
- {
- "name": "500px",
- "url": "https://500px.com/p/{}",
- "category": "art",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "No message available"
- },
- {
- "name": "50cc.com.ua",
- "url": "http://50cc.com.ua/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "52pojie",
- "url": "https://www.52pojie.cn/forum.php?mod=ajax&inajax=yes&infloat=register&handlekey=register&ajaxmenu=1&action=checkusername&username={}",
- "category": "tech",
- "source": "detectdee",
- "nsfw": false,
- "error_type": "message",
- "match_code": 200
- },
- {
- "name": "5escorts",
- "url": "https://www.5escorts.com/search/?keyword={}&category=ads",
- "category": "adult",
- "source": "cupidcr4wl",
- "nsfw": false,
- "error_type": "message",
- "error_string": "Could not find what you were looking for?",
- "match_string": "/ads/details/"
- },
- {
- "name": "5i8.ucoz.ru",
- "url": "http://5i8.ucoz.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "5level.ucoz.net",
- "url": "http://5level.ucoz.net/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "63148.com.ua",
- "url": "http://63148.com.ua/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "655iap.ucoz.ru",
- "url": "http://655iap.ucoz.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "74507.ucoz.ru",
- "url": "http://74507.ucoz.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "78-3.do.am",
- "url": "http://78-3.do.am/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "7Cups",
- "url": "https://www.7cups.com/@{}",
- "category": "social",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "7Cups",
- "url": "https://7cups.com/@{}",
- "category": "social",
- "source": "social_analyzer",
- "nsfw": false,
- "error_type": "message",
- "error_string": "Not Found",
- "match_string": "Profile - 7 Cups"
- },
- {
- "name": "7dach",
- "url": "https://7dach.ru/profile/{}",
- "category": "food",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "7x.net.ua",
- "url": "http://7x.net.ua/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "7ya",
- "url": "https://blog.7ya.ru/{}/",
- "category": "other",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "8tracks.com",
- "url": "https://8tracks.com/{}",
- "category": "music",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "This page has vanished, or perhaps it never even existed...",
- "match_string": "Following"
- },
- {
- "name": "90sec",
- "url": "https://forum.90sec.com/u/check_username?username={}&email=",
- "category": "tech",
- "source": "detectdee",
- "nsfw": false,
- "error_type": "message",
- "match_code": 200
- },
- {
- "name": "96.moy.su",
- "url": "http://96.moy.su/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "999.md",
- "url": "https://999.md/ru/profile/{}",
- "category": "finance",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "error-404-page",
- "match_string": "user-profile"
- },
- {
- "name": "99designs.com",
- "url": "https://99designs.com/profiles/{}",
- "category": "art",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "mobile-only",
- "match_string": "profileUrl"
- },
- {
- "name": "9GAG",
- "url": "https://www.9gag.com/u/{}",
- "category": "news",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "9Gag",
- "url": "https://9gag.com/u/{}",
- "category": "news",
- "source": "social_analyzer",
- "nsfw": false,
- "error_type": "message",
- "error_string": "There's nothing here",
- "match_string": "og:title"
- },
- {
- "name": "9interi.3dn.ru",
- "url": "http://9interi.3dn.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "aaha_chat",
- "url": "https://www.aahachat.org/profile/{}/",
- "category": "social",
- "source": "reveal_my_name",
- "nsfw": false,
- "error_type": "status_code",
- "error_code": 301,
- "error_string": "
Aaha Chat Rooms - ",
- "match_code": 200,
- "match_string": "og:title"
- },
- {
- "name": "Aahachat",
- "url": "https://aahachat.org/profile/{}/",
- "category": "other",
- "source": "social_analyzer",
- "nsfw": false,
- "error_type": "message",
- "match_string": "full-profile"
- },
- {
- "name": "Aback",
- "url": "https://aback.com.ua/user/{}",
- "category": "other",
- "source": "maigret",
- "nsfw": false,
- "error_type": "message",
- "error_string": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0441 \u0442\u0430\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d."
- },
- {
- "name": "abc-accounting.ucoz.net",
- "url": "http://abc-accounting.ucoz.net/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "abho.ru",
- "url": "http://abho.ru/index/8-0-{}",
- "category": "forum",
- "source": "maigret",
- "nsfw": false,
- "error_type": "status_code"
- },
- {
- "name": "Abirvalg",
- "url": "https://abirvalg.net/forum/members/?username={}",
- "category": "forum",
- "source": "snoop",
- "nsfw": false,
- "error_type": "redirection"
- },
- {
- "name": "Able2know",
- "url": "https://able2know.org/user/{}/",
- "category": "forum",
- "source": "snoop",
- "nsfw": false,
- "error_type": "response_url"
- },
- {
- "name": "Abordazh",
- "url": "https://abordazh.com/forum/users/?PAGE_NAME=user_list&user_name={}&date_last_visit1=&date_last_visit2=&sort=NUM_POSTS&set_filter=%D0%A4%D0%B8%D0%BB%D1%8C%D1%82%D1%80",
- "category": "forum",
- "source": "snoop",
- "nsfw": false,
- "error_type": "message",
- "error_string": "\n