Full Code of Shad0w-ops/H.I.V.E for AI

main f8a4cb443e2c cached
47 files
361.2 KB
103.7k tokens
68 symbols
1 requests
Download .txt
Showing preview only (379K chars total). Download the full file or copy to clipboard to get everything.
Repository: Shad0w-ops/H.I.V.E
Branch: main
Commit: f8a4cb443e2c
Files: 47
Total size: 361.2 KB

Directory structure:
gitextract__c4fxlzo/

├── .gitignore
├── Banners.py
├── Extras/
│   ├── kali-anonsurf/
│   │   ├── .github/
│   │   │   └── workflows/
│   │   │       ├── build_package.yml
│   │   │       └── test_install.yml
│   │   ├── LICENSE
│   │   ├── README.md
│   │   ├── installer.sh
│   │   └── kali-anonsurf-deb-src/
│   │       ├── DEBIAN/
│   │       │   ├── control
│   │       │   ├── postinst
│   │       │   └── postrm
│   │       ├── etc/
│   │       │   ├── init/
│   │       │   │   └── pandora.conf
│   │       │   ├── init.d/
│   │       │   │   ├── anonsurf
│   │       │   │   └── pandora
│   │       │   ├── systemd/
│   │       │   │   └── system/
│   │       │   │       └── pandora.service
│   │       │   └── tor/
│   │       │       ├── onion.pac
│   │       │       └── torrc.anon
│   │       └── usr/
│   │           └── bin/
│   │               ├── anonsurf
│   │               └── pandora
│   └── sherlock/
│       ├── CODE_OF_CONDUCT.md
│       ├── CONTRIBUTING.md
│       ├── Dockerfile
│       ├── LICENSE
│       ├── README.md
│       ├── docker-compose.yml
│       ├── removed_sites.json
│       ├── removed_sites.md
│       ├── requirements.txt
│       ├── sherlock/
│       │   ├── __init__.py
│       │   ├── __main__.py
│       │   ├── notify.py
│       │   ├── resources/
│       │   │   └── data.json
│       │   ├── result.py
│       │   ├── sherlock.py
│       │   ├── sites.py
│       │   └── tests/
│       │       ├── __init__.py
│       │       ├── all.py
│       │       ├── base.py
│       │       └── test_multiple_usernames.py
│       ├── site_list.py
│       └── sites.md
├── README.md
├── hive.py
├── install.sh
├── output/
│   ├── intelx/
│   │   └── test
│   ├── sherlock/
│   │   └── test
│   └── shodan/
│       └── test
└── requirements.txt

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
*.txt
!requirements.txt
.git
.env
amp1
__pycache__

================================================
FILE: Banners.py
================================================
bannermain = r'''
 /$$   /$$     /$$$$$$  /$$    /$$ /$$$$$$$$
| $$  | $$    |_  $$_/ | $$   | $$| $$_____/
| $$  | $$      | $$   | $$   | $$| $$      
| $$$$$$$$      | $$   |  $$ / $$/| $$$$$   
| $$__  $$      | $$    \  $$ $$/ | $$__/   
| $$  | $$      | $$     \  $$$/  | $$      
| $$  | $$ /$$ /$$$$$$ /$$\  $//$$| $$$$$$$$
|__/  |__/|__/|______/|__/ \_/|__/|________/
)------------------V.1.2.1-----------------('''

credbanner = r'''
  /$$$$$$                            /$$ /$$$$$$$$          /$$               /$$      
 /$$__  $$                          | $$| $$_____/         | $$              | $$      
| $$  \__/  /$$$$$$   /$$$$$$   /$$$$$$$| $$     /$$$$$$  /$$$$$$    /$$$$$$$| $$$$$$$ 
| $$       /$$__  $$ /$$__  $$ /$$__  $$| $$$$$ /$$__  $$|_  $$_/   /$$_____/| $$__  $$
| $$      | $$  \__/| $$$$$$$$| $$  | $$| $$__/| $$$$$$$$  | $$    | $$      | $$  \ $$
| $$    $$| $$      | $$_____/| $$  | $$| $$   | $$_____/  | $$ /$$| $$      | $$  | $$
|  $$$$$$/| $$      |  $$$$$$$|  $$$$$$$| $$   |  $$$$$$$  |  $$$$/|  $$$$$$$| $$  | $$
 \______/ |__/       \_______/ \_______/|__/    \_______/   \___/   \_______/|__/  |__/
---------------------------------------------------------------------------------------
'''

#Shodan Banner
bannershod = r'''
  /$$$$$$  /$$                       /$$                    
 /$$__  $$| $$                      | $$                    
| $$  \__/| $$$$$$$   /$$$$$$   /$$$$$$$  /$$$$$$  /$$$$$$$ 
|  $$$$$$ | $$__  $$ /$$__  $$ /$$__  $$ |____  $$| $$__  $$
 \____  $$| $$  \ $$| $$  \ $$| $$  | $$  /$$$$$$$| $$  \ $$
 /$$  \ $$| $$  | $$| $$  | $$| $$  | $$ /$$__  $$| $$  | $$
|  $$$$$$/| $$  | $$|  $$$$$$/|  $$$$$$$|  $$$$$$$| $$  | $$
 \______/ |__/  |__/ \______/  \_______/ \_______/|__/  |__/
 -----------------------------------------------------------
'''

#Email Verifier Banner
emvbanner = r'''

 /$$$$$$$$                         /$$ /$$       /$$    /$$                    /$$  /$$$$$$  /$$                    
| $$_____/                        |__/| $$      | $$   | $$                   |__/ /$$__  $$|__/                    
| $$       /$$$$$$/$$$$   /$$$$$$  /$$| $$      | $$   | $$ /$$$$$$   /$$$$$$  /$$| $$  \__/ /$$  /$$$$$$   /$$$$$$ 
| $$$$$   | $$_  $$_  $$ |____  $$| $$| $$      |  $$ / $$//$$__  $$ /$$__  $$| $$| $$$$    | $$ /$$__  $$ /$$__  $$
| $$__/   | $$ \ $$ \ $$  /$$$$$$$| $$| $$       \  $$ $$/| $$$$$$$$| $$  \__/| $$| $$_/    | $$| $$$$$$$$| $$  \__/
| $$      | $$ | $$ | $$ /$$__  $$| $$| $$        \  $$$/ | $$_____/| $$      | $$| $$      | $$| $$_____/| $$      
| $$$$$$$$| $$ | $$ | $$|  $$$$$$$| $$| $$         \  $/  |  $$$$$$$| $$      | $$| $$      | $$|  $$$$$$$| $$      
|________/|__/ |__/ |__/ \_______/|__/|__/          \_/    \_______/|__/      |__/|__/      |__/ \_______/|__/      
--------------------------------------------------------------------------------------------------------------------
'''

#IPGeolocation Banner
ipgeobanner = r'''
 /$$$$$$ /$$$$$$$          /$$$$$$  /$$$$$$$$  /$$$$$$ 
|_  $$_/| $$__  $$        /$$__  $$| $$_____/ /$$__  $$
  | $$  | $$  \ $$       | $$  \__/| $$      | $$  \ $$
  | $$  | $$$$$$$//$$$$$$| $$ /$$$$| $$$$$   | $$  | $$
  | $$  | $$____/|______/| $$|_  $$| $$__/   | $$  | $$
  | $$  | $$             | $$  \ $$| $$      | $$  | $$
 /$$$$$$| $$             |  $$$$$$/| $$$$$$$$|  $$$$$$/
|______/|__/              \______/ |________/ \______/ 
-------------------------------------------------------'''

sherbanner = r'''
  /$$$$$$  /$$                           /$$                     /$$      
 /$$__  $$| $$                          | $$                    | $$      
| $$  \__/| $$$$$$$   /$$$$$$   /$$$$$$ | $$  /$$$$$$   /$$$$$$$| $$   /$$
|  $$$$$$ | $$__  $$ /$$__  $$ /$$__  $$| $$ /$$__  $$ /$$_____/| $$  /$$/
 \____  $$| $$  \ $$| $$$$$$$$| $$  \__/| $$| $$  \ $$| $$      | $$$$$$/ 
 /$$  \ $$| $$  | $$| $$_____/| $$      | $$| $$  | $$| $$      | $$_  $$ 
|  $$$$$$/| $$  | $$|  $$$$$$$| $$      | $$|  $$$$$$/|  $$$$$$$| $$ \  $$
 \______/ |__/  |__/ \_______/|__/      |__/ \______/  \_______/|__/  \__/
--------------------------------------------------------------------------'''

#List Banners
###########################################################

#Main tool list
tool_list = r'''
1) TrueCaller     | 6) Sherlock
2) Shodan Crawler | 7) Spoofing
3) IP geolocation | 8) CredFetch
4) IntelX         | 9) Define Vars
5) Email Verifier | 0) Exit
----------------------------------
'''

#intelx capabilities banner
list2 = r'''
In this module you can search for any of the following:
-------------------------------------------------------
Email address       Ethereum address
Domain              MAC address
URL                 IPFS Hash
IP Addresses        Credit Card Number
Phone Numbers       Social Security Number
Bitcoin address     IBAN
-------------------------------------------------------
'''

spoofbanner = r'''
-------IP SPOOFING-------
1) Tor (Anonymous mode)
-------MAC SPOOFING------
2) Change to a random MAC address (pretends to be burned in)
3) Change to a random MAC address (doesn't pretend to be burned in)
4) Change to a specific MAC address
5) Reset MAC address to the original
'''


================================================
FILE: Extras/kali-anonsurf/.github/workflows/build_package.yml
================================================
name: Build and Publish Debian Package

on:
  push:
    branches:
      - master


jobs:
  build-deb:
    runs-on: ubuntu-latest

    steps:
    - name: Checkout repository
      uses: actions/checkout@v2

    - name: Install dependencies
      run: |
        sudo apt-get update
        sudo apt-get install -y dpkg-dev wget

    - name: Build and install the .deb package
      run: |
        # Build the deb package
        sudo dpkg-deb -b kali-anonsurf-deb-src/ kali-anonsurf.deb
        # Install the .deb package
        sudo dpkg -i kali-anonsurf.deb || (sudo apt-get -f install && sudo dpkg -i kali-anonsurf.deb)

    - name: Get version from control file
      run: |
        VERSION=$(grep '^Version:' kali-anonsurf-deb-src/DEBIAN/control | cut -d' ' -f2)
        echo "VERSION=$VERSION" >> $GITHUB_ENV

    - name: Set up GitHub context
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

    - name: Create and publish release
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      run: |
        VERSION="${{ env.VERSION }}"
        RELEASE_NAME="kali-anonsurf-$VERSION"
        TAG_NAME="v$VERSION"
        echo "Creating release: $RELEASE_NAME (tag: $TAG_NAME)"
        gh release create "$TAG_NAME" -t "$RELEASE_NAME" -n "Release for version $VERSION" kali-anonsurf.deb

  notify-release:
    needs: build-deb
    runs-on: ubuntu-latest

    steps:
    - name: Checkout repo
      uses: actions/checkout@v2 

    - name: Get version from control file
      run: |
        VERSION=$(grep '^Version:' kali-anonsurf-deb-src/DEBIAN/control | cut -d' ' -f2)
        echo "VERSION=$VERSION" >> $GITHUB_ENV

    - name: Call Webhook
      run: |
        VERSION="${{ env.VERSION }}"
        curl -X POST \
        -H 'Content-Type: application/json' \
        -d '{
          "text": "Published [Kali-anonsurf $VERSION](https://github.com/Und3rf10w/kali-anonsurf/releases/tag/$VERSION)!\n",
          "format": "markdown", "displayName": "Github Actions - Kali-anonsurf"
        }' \
        ${{ secrets.WEBHOOK_URL }}


================================================
FILE: Extras/kali-anonsurf/.github/workflows/test_install.yml
================================================
name: Test install on Kali Linux

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test-install:
    runs-on: ubuntu-latest
    container:
      image: kalilinux/kali-rolling:latest  # Use the correct tag

    steps:
    - name: Checkout repository
      uses: actions/checkout@v2

    - name: Update packages and install dependencies
      run: |
        apt-get update
        apt-get install -y ca-certificates

    # Running installer.sh
    - name: Run installer script
      run: |
        ./installer.sh

================================================
FILE: Extras/kali-anonsurf/LICENSE
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS


================================================
FILE: Extras/kali-anonsurf/README.md
================================================
# kali-anonstealth

ParrotSec's anonsurf and stealth, ported to work with Kali Linux.

## How to use this repo

This repo contains the sources of both the anonsurf and pandora packages from ParrotSec combined into one.

Modifications have been made to use the DNS servers of Private Internet Access (instead of FrozenDNS), and fixes for users who don't use the resolvconf application. I have removed some functionality such as the gui and iceweasel in ram.

This repo can be compiled into a deb package to correctly install it on a Kali system.

The easiest way to get this working is to just run the installer. See the installation section for further info.

NOTE: This may work with any debian/ubuntu system, but this has only been tested to work on a kali-rolling amd64 system

## Usage
### Pandora
Pandora automatically overwrites the RAM when the system is shutting down. Pandora can also be ran manually:
```bash
pandora bomb
```

NOTE: This will clear the entire system cache, including active SSH tunnels or sessions.

### anonsurf
Anonsurf will anonymize the entire system under TOR using IPTables. It will also allow you to start and stop i2p as well.

NOTE: DO NOT run this as ```service anonsurf $COMMAND```. Run this as ```anonsurf $COMMAND```

```bash
Usage:
 anonsurf {start|stop|restart|change|status}

 start - Start system-wide anonymous
          tunneling under TOR proxy through iptables
 stop - Reset original iptables settings
          and return to clear navigation
 restart - Combines "stop" and "start" options
 change - Changes identity restarting TOR 
 status - Check if AnonSurf is working properly
----[ I2P related features ]----
 starti2p - Start i2p services
 stopi2p - Stop i2p services
```

## Installation
This package comes with an installer that makes things extremely easy:

```bash
./installer.sh
```

Once the installer is complete, you will be able to use both the anonsurf and pandora modules.


================================================
FILE: Extras/kali-anonsurf/installer.sh
================================================
#!/bin/sh

# Ensure we are being ran as root
[ $(id -u) -eq 0 ] || { echo "This script must be ran as root"; exit 1; }

# For upgrades and sanity check, remove any existing i2p.list file
rm -f /etc/apt/sources.list.d/i2p.list

# Install gnupg if not installed
command -v gpg >/dev/null || { apt update && apt install -y gnupg; }

# Compile the i2p ppa
echo "deb https://ppa.launchpadcontent.net/i2p-maintainers/i2p/ubuntu noble main" > /etc/apt/sources.list.d/i2p.list # Default config reads repos from sources.list.d
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AB9660B9EB2CC88B  # Add i2p maintainer keys
apt update # Update repos

apt install -y secure-delete tor i2p i2p-router # install dependencies, just in case

# Configure and install the .deb
dpkg-deb -b kali-anonsurf-deb-src/ kali-anonsurf.deb # Build the deb package
dpkg -i kali-anonsurf.deb || (apt -f install && dpkg -i kali-anonsurf.deb) # this will automatically install the required packages

# Check if kali-anonsurf package is already installed
dpkg -l | grep -qw kali-anonsurf || { echo "The package 'kali-anonsurf' did not install successfully."; exit 1; }

exit 0


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/DEBIAN/control
================================================
Package: kali-anonsurf
Version: 1.2.3.1
Architecture: all
Maintainer: Und3rf10w
Installed-Size: 64
Depends: secure-delete, tor, i2p
Recommends: gtkdialog, socat, gufw, proxychains, openvpn
Suggests: vidalia
Section: net
Priority: optional
Description: Parrot stealth and anon scripts, ported to work with Kali Linux


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/DEBIAN/postinst
================================================
if [ -e /etc/tor/torrc ]; then
 mv /etc/tor/torrc /etc/tor/torrc.orig
fi
if [ -e /etc/tor/torrc.anon ]; then
 mv /etc/tor/torrc.anon /etc/tor/torrc
fi


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/DEBIAN/postrm
================================================
if [ -e /etc/tor/torrc.orig ]; then
 mv /etc/tor/torrc.orig /etc/tor/torrc
fi


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/init/pandora.conf
================================================
description "Wipes RAM memory on shutdown"

start on (runlevel [016] and stopped lightdm)

script
	/usr/bin/sdmem -flv
end script


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/init.d/anonsurf
================================================
#!/bin/bash

### BEGIN INIT INFO
# Provides:          anonsurf
# Required-Start:
# Required-Stop:
# Should-Start:
# Default-Start:
# Default-Stop:
# Short-Description: Transparent Proxy through TOR.
### END INIT INFO

# AnonSurf is inspired by the homonimous module of PenMode, developed by the "Pirates' Crew" in
# order to make it fully compatible with
# Parrot  OS and other debian-based systems, and it is part of
# parrot-anon package.
#
#
# Devs:
# Lorenzo 'EclipseSpark' Faletra <eclipse@frozenbox.org>
# Lisetta 'Sheireen' Ferrero <sheireen@frozenbox.org>
# Francesco 'mibofra'/'Eli Aran'/'SimpleSmibs' Bonanno <mibofra@ircforce.tk> <mibofra@frozenbox.org>
#
#
# anonsurf is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
# You can get a copy of the license at www.gnu.org/licenses
#
# anonsurf is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Parrot Security OS. If not, see <http://www.gnu.org/licenses/>.


export BLUE='\033[1;94m'
export GREEN='\033[1;92m'
export RED='\033[1;91m'
export RESETCOLOR='\033[1;00m'

# Destinations you don't want routed through Tor
TOR_EXCLUDE="192.168.0.0/16 172.16.0.0/12 10.0.0.0/8"

# The UID Tor runs as
# change it if, starting tor, the command 'ps -e | grep tor' returns a different UID
TOR_UID="debian-tor"

# Tor's TransPort
TOR_PORT="9040"

# Is resolvconf installed?
if [[ ! -z `dpkg -l |grep resolvconf` ]]; then 
	resolvconf_support=true;
else
	resolvconf_support=false;
fi


function init {
	echo -e -n " $GREEN*$BLUE killing dangerous applications$RESETCOLOR\n"
	killall -q chrome dropbox iceweasel skype icedove thunderbird firefox chromium xchat transmission deluge pidgin pidgin.orig
	
	echo -e -n " $GREEN*$BLUE cleaning some dangerous cache elements"
	bleachbit -c adobe_reader.cache chromium.cache chromium.current_session chromium.history elinks.history emesene.cache epiphany.cache firefox.url_history flash.cache flash.cookies google_chrome.cache google_chrome.history  links2.history opera.cache opera.search_history opera.url_history &> /dev/null
}


function starti2p {
	echo -e -n " $GREEN*$BLUE starting I2P services$RESETCOLOR\n"
	service tor stop

	# Modify DNS settings
	if [ "$resolvconf_support" = false ] 
	then
		cp /etc/resolv.conf /etc/resolv.conf.bak;
		touch /etc/resolv.conf;
		echo -e 'nameserver 127.0.0.1\nnameserver 209.222.18.222\nnameserver 209.222.18.218' > /etc/resolv.conf;
		echo -e " $GREEN*$BLUE Modified resolv.conf to use localhost and Private Internet Access DNS$RESETCOLOR\n";
	else
		cp /etc/resolvconf/resolv.conf.d/head{,.bak};
		echo -e 'nameserver 127.0.0.1\nnameserver 209.222.18.222\nnameserver 209.222.18.218' >> /etc/resolvconf/resolv.conf.d/head;
		echo -e " $GREEN*$BLUE Modified resolvconf to use localhost and Private Internet Access DNS$RESETCOLOR\n";
		resolvconf -u;
	fi
	sudo -u i2psvc i2prouter start
	sleep 2
	xdg-open 'http://127.0.0.1:7657/home'
}

function stopi2p {
	echo -e -n " $GREEN*$BLUE stopping I2P services\n$RESETCOLOR"
	sudo -u i2psvc i2prouter stop
	
	# restore DNS settings
	if [ "$resolvconf_support" = false ] 
	then
		if [ -e /etc/resolv.conf.bak ]; then
			rm /etc/resolv.conf
			cp /etc/resolv.conf.bak /etc/resolv.conf
		fi
	else
		mv /etc/resolvconf/resolv.conf.d/head{.bak,}
		resolvconf -u
	fi
}


function ip {

	echo -e "\nMy ip is:\n"
	sleep 1
	curl "https://ipinfo.io" # Had a few issues with FrozenBox giving me the wrong IP address
	echo -e "\n\n----------------------------------------------------------------------"
}

function start {
	# Make sure only root can run this script
	if [ $(id -u) -ne 0 ]; then
		echo -e -e "\n$GREEN[$RED!$GREEN] $RED This script must be run as root$RESETCOLOR\n" >&2
		exit 1
	fi
	
	# Check defaults for Tor
	grep -q -x 'RUN_DAEMON="yes"' /etc/default/tor
	if [ $? -ne 0 ]; then
		echo -e "\n$GREEN[$RED!$GREEN]$RED Please add the following to your /etc/default/tor and restart service:$RESETCOLOR\n" >&2
		echo -e "$BLUE#----------------------------------------------------------------------#$RESETCOLOR"
		echo -e 'RUN_DAEMON="yes"'
		echo -e "$BLUE#----------------------------------------------------------------------#$RESETCOLOR\n"
		exit 1
	fi	
	
	# Kill IPv6 services
	echo -e "\n$GREEN[$BLUE i$GREEN ]$BLUE Stopping IPv6 services:$RESETCOLOR\n"
	sed -i '/^.*\#kali-anonsurf$/d' /etc/sysctl.conf #delete lines containing #kali-anonsurf in /etc/sysctl.conf
	# add lines to sysctl.conf that will kill ipv6 services
	echo "net.ipv6.conf.all.disable_ipv6 = 1 #kali-anonsurf" >> /etc/sysctl.conf
	echo "net.ipv6.conf.default.disable_ipv6=1 #kali-anonsurf" >> /etc/sysctl.conf
	sysctl -p > /dev/null  # have sysctl reread /etc/sysctl.conf

	echo -e "\n$GREEN[$BLUE i$GREEN ]$BLUE Starting anonymous mode:$RESETCOLOR\n"
	
	if [ ! -e /var/run/tor/tor.pid ]; then
		echo -e " $RED*$BLUE Tor is not running! $GREEN starting it $BLUE for you$RESETCOLOR\n" >&2
		service network-manager force-reload > /dev/null 2>&1
		killall dnsmasq > /dev/null 2>&1
		killall nscd > /dev/null 2>&1	
		service tor start
		sleep 1
	fi
	if ! [ -f /etc/network/iptables.rules ]; then
		iptables-save > /etc/network/iptables.rules
		echo -e " $GREEN*$BLUE Saved iptables rules$RESETCOLOR\n"
	fi
	
	iptables -F
	iptables -t nat -F
	
	if [ "$resolvconf_support" = false ] 
	then
		cp /etc/resolv.conf /etc/resolv.conf.bak
		touch /etc/resolv.conf
		echo -e 'nameserver 127.0.0.1\nnameserver 209.222.18.222\nnameserver 209.222.18.218' > /etc/resolv.conf
		echo -e " $GREEN*$BLUE Modified resolv.conf to use Tor and Private Internet Access DNS"
	else
		cp /etc/resolvconf/resolv.conf.d/head{,.bak}
                echo -e 'nameserver 127.0.0.1\nnameserver 209.222.18.222\nnameserver 209.222.18.218' >> /etc/resolvconf/resolv.conf.d/head
                echo -e " $GREEN*$BLUE Modified resolvconf to use localhost and Private Internet Access DNS$RESETCOLOR\n"
                resolvconf -u
	fi

	# set iptables nat
	iptables -t nat -A OUTPUT -m owner --uid-owner $TOR_UID -j RETURN
	iptables -t nat -A OUTPUT -p udp --dport 53 -j REDIRECT --to-ports 53
	iptables -t nat -A OUTPUT -p tcp --dport 53 -j REDIRECT --to-ports 53
	iptables -t nat -A OUTPUT -p udp -m owner --uid-owner $TOR_UID -m udp --dport 53 -j REDIRECT --to-ports 53
	
	#resolve .onion domains mapping 10.192.0.0/10 address space
	iptables -t nat -A OUTPUT -p tcp -d 10.192.0.0/10 -j REDIRECT --to-ports 9040
	iptables -t nat -A OUTPUT -p udp -d 10.192.0.0/10 -j REDIRECT --to-ports 9040
	
	#exclude local addresses
	for NET in $TOR_EXCLUDE 127.0.0.0/9 127.128.0.0/10; do
		iptables -t nat -A OUTPUT -d $NET -j RETURN
	done
	
	#redirect all other output through TOR
	iptables -t nat -A OUTPUT -p tcp --syn -j REDIRECT --to-ports $TOR_PORT
	iptables -t nat -A OUTPUT -p udp -j REDIRECT --to-ports $TOR_PORT
	iptables -t nat -A OUTPUT -p icmp -j REDIRECT --to-ports $TOR_PORT
	
	#accept already established connections
	iptables -A OUTPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
	
	#exclude local addresses
	for NET in $TOR_EXCLUDE 127.0.0.0/8; do
		iptables -A OUTPUT -d $NET -j ACCEPT
	done
	
	#allow only tor output
	iptables -A OUTPUT -m owner --uid-owner $TOR_UID -j ACCEPT
	iptables -A OUTPUT -j REJECT

	echo -e "$GREEN *$BLUE All traffic was redirected through Tor$RESETCOLOR\n"
	echo -e "$GREEN[$BLUE i$GREEN ]$BLUE You are under AnonSurf tunnel$RESETCOLOR\n"
}





function stop {
	# Make sure only root can run our script
	if [ $(id -u) -ne 0 ]; then
		echo -e "\n$GREEN[$RED!$GREEN] $RED This script must be run as root$RESETCOLOR\n" >&2
		exit 1
	fi
	echo -e "\n$GREEN[$BLUE i$GREEN ]$BLUE Stopping anonymous mode:$RESETCOLOR\n"

	iptables -F
	iptables -t nat -F
	echo -e " $GREEN*$BLUE Deleted all iptables rules\n$RESETCOLOR"
	
	if [ -f /etc/network/iptables.rules ]; then
		iptables-restore < /etc/network/iptables.rules
		rm /etc/network/iptables.rules
		echo -e " $GREEN*$BLUE Iptables rules restored"
	fi
	
	# restore DNS settings
	if [ "$resolvconf_support" = false ] 
	then
		if [ -e /etc/resolv.conf.bak ]; then
			rm /etc/resolv.conf
			cp /etc/resolv.conf.bak /etc/resolv.conf
		fi
	else
		mv /etc/resolvconf/resolv.conf.d/head{.bak,}
		resolvconf -u
	fi
	
	service tor stop
	
	echo -e "\n$GREEN[$BLUE i$GREEN ]$BLUE Reenabling IPv6 services:$RESETCOLOR\n"

	# reenable IPv6 services
	sed -i '/^.*\#kali-anonsurf$/d' /etc/sysctl.conf #delete lines containing #kali-anonsurf in /etc/sysctl.conf
	sysctl -p # have sysctl reread /etc/sysctl.conf

	service network-manager force-reload > /dev/null 2>&1
	service nscd start > /dev/null 2>&1
	service dnsmasq start > /dev/null 2>&1
	
	echo -e " $GREEN*$BLUE Anonymous mode stopped$RESETCOLOR\n"
}

function change {
	service tor reload
	sleep 2
	echo -e " $GREEN*$BLUE Tor daemon reloaded and forced to change nodes$RESETCOLOR\n"
}

function status {
	service tor status
}

case "$1" in
	start)
		init
		start
	;;
	stop)
		init
		stop
	;;
	change)
		change
	;;
	status)
		status
	;;
	myip|ip)
		ip
	;;
	starti2p)
		starti2p
	;;
	stopi2p)
		stopi2p
	;;
	restart)
		$0 stop
		sleep 1
		$0 start
	;;
   *)
echo -e "
Parrot AnonSurf Module
	Usage:
	$RED┌──[$GREEN$USER$YELLOW@$BLUE`hostname`$RED]─[$GREEN$PWD$RED]
	$RED└──╼ \$$GREEN"" anonsurf $RED{$GREEN""start$RED|$GREEN""stop$RED|$GREEN""restart$RED|$GREEN""change$RED""$RED|$GREEN""status$RED""}
	
	$RED start$BLUE -$GREEN Start system-wide anonymous
		  tunneling under TOR proxy through iptables	  
	$RED stop$BLUE -$GREEN Reset original iptables settings
		  and return to clear navigation
	$RED restart$BLUE -$GREEN Combines \"stop\" and \"start\" options
	$RED change$BLUE -$GREEN Changes identity restarting TOR
	$RED status$BLUE -$GREEN Check if AnonSurf is working properly
	$RED myip$BLUE -$GREEN Show your current IP address
	----[ I2P related features ]----
	$RED starti2p$BLUE -$GREEN Start i2p services
	$RED stopi2p$BLUE -$GREEN Stop i2p services
	
$RESETCOLOR" >&2
exit 1
;;
esac

echo -e $RESETCOLOR
exit 0


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/init.d/pandora
================================================
#!/bin/bash
set -e
### BEGIN INIT INFO
# Provides:          pandora-bootparam
# Required-Start:
# Required-Stop:        umountroot
# Should-Start:
# Should-Stop:          halt reboot
# Default-Start:        2 3 4 5
# Default-Stop:         0 1 6
# Short-Description: Open Parrot Pandora's box and clean the RAM.
### END INIT INFO

#
# Lorenzo "EclipseSpark" Faletra <eclipse@frozenbox.org>
#         Parrot Security OS www.parrotsec.org
#                      GNU/GPL v3
#

function bomb {
	echo "starting Parrot Pandora's box "
	sleep 5
    echo "Pandora is dropping caches"
    echo 1024 > /proc/sys/vm/min_free_kbytes
    echo 3  > /proc/sys/vm/drop_caches
    echo 1  > /proc/sys/vm/oom_kill_allocating_task
    echo 1  > /proc/sys/vm/overcommit_memory
    echo 0  > /proc/sys/vm/oom_dump_tasks
    echo "Pandora is bombing RAM"
    sdmem -fllv
    echo " - RAM bombed"
    echo "closing Parrot Pandora's box"
}




case "$1" in
        start)
                echo "Argument '$1' is not supported, use bomb instead"
        ;;
        restart|reload|force-reload)
                echo "Error: argument '$1' is not supported, use bomb instead"
        ;;
        stop)
#        	if ! grep pandora /proc/cmdline 1> /dev/null
#        	then echo "Not opening Pandora-bootparam, not enabled from kernel line"
#        	else
#              bomb
#            fi
              bomb
        ;;
        bomb)
              bomb
        ;;
        *)
              echo "USAGE: pandora bomb"
esac


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/systemd/system/pandora.service
================================================
#!/bin/sh
set -e

[Unit]
Description=Pandora module - shutdown ram cleaner
After=umountroot.target
Before=shutdown.target reboot.target halt.target
DefaultDependencies=no

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true
ExecStop=/etc/init.d/pandora stop

[Install]
WantedBy=shutdown.target



================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/tor/onion.pac
================================================
function FindProxyForURL(url, host)
{
	if (shExpMatch(host,"*.onion"))
	{
		return "SOCKS 127.0.0.1:9050";
	}
	
	if (shExpMatch(host,"*.i2p"))
	{
		return "HTTP 127.0.0.1:4444";
	}
	return "DIRECT";
} 


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/tor/torrc.anon
================================================
VirtualAddrNetwork 10.192.0.0/10
AutomapHostsOnResolve 1
TransPort 9040
SocksPort 9050
DNSPort 53
RunAsDaemon 1


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/usr/bin/anonsurf
================================================
/etc/init.d/anonsurf $1


================================================
FILE: Extras/kali-anonsurf/kali-anonsurf-deb-src/usr/bin/pandora
================================================
#!/bin/bash
/etc/init.d/pandora $1


================================================
FILE: Extras/sherlock/CODE_OF_CONDUCT.md
================================================
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual
identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.
## Our Standards

Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
  and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall
  community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or advances of
  any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email address,
  without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
  professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at yahya.arbabi@gmail.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series of
actions.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or permanent
ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within the
community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].

Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].

For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translations].

[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations

================================================
FILE: Extras/sherlock/CONTRIBUTING.md
================================================
# How To Contribute To Sherlock
First off, thank you for the help!

There are many ways to contribute.  Here is some high level grouping.

## Adding New Sites

Please look at the Wiki entry on
[adding new sites](https://github.com/sherlock-project/sherlock/wiki/Adding-Sites-To-Sherlock)
to understand the issues.

Any new sites that are added need to have a username that has been claimed, and one
that is unclaimed documented in the site data.  This allows the regression tests
to ensure that everything is working.

It is required that a contributor test any new sites by either running the full tests, or running
a site-specific query against the claimed and unclaimed usernames.

It is not required that a contributor run the 
[site_list.py](https://github.com/sherlock-project/sherlock/blob/master/site_list.py)
script.

If there are performance problems with a site (e.g. slow to respond, unreliable uptime, ...), then
the site may be removed from the list.  The 
[removed_sites.md](https://github.com/sherlock-project/sherlock/blob/master/removed_sites.md)
file contains sites that were included at one time in Sherlock, but had to be removed for
one reason or another.

## Adding New Functionality

Please ensure that the content on your branch passes all tests before submitting a pull request.


================================================
FILE: Extras/sherlock/Dockerfile
================================================
FROM python:3.13.0a6-slim-bullseye as build
WORKDIR /wheels

COPY requirements.txt /opt/sherlock/
RUN apt-get update \
  && apt-get install -y build-essential \
  && pip3 wheel -r /opt/sherlock/requirements.txt

FROM python:3.13.0a6-slim-bullseye
WORKDIR /opt/sherlock

ARG VCS_REF
ARG VCS_URL="https://github.com/sherlock-project/sherlock"

LABEL org.label-schema.vcs-ref=$VCS_REF \
      org.label-schema.vcs-url=$VCS_URL

COPY --from=build /wheels /wheels
COPY . /opt/sherlock/

RUN pip3 install --no-cache-dir -r requirements.txt -f /wheels \
  && rm -rf /wheels

WORKDIR /opt/sherlock/sherlock

ENTRYPOINT ["python", "sherlock.py"]


================================================
FILE: Extras/sherlock/LICENSE
================================================
MIT License

Copyright (c) 2019 Sherlock Project

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


================================================
FILE: Extras/sherlock/README.md
================================================
<p align=center>
  <br>
  <a href="https://sherlock-project.github.io/" target="_blank"><img src="https://user-images.githubusercontent.com/27065646/53551960-ae4dff80-3b3a-11e9-9075-cef786c69364.png"/></a>
  <br>
  <span>Hunt down social media accounts by username across <a href="https://github.com/sherlock-project/sherlock/blob/master/sites.md">social networks</a></span>
  <br>
</p>

<p align="center">
  <a href="#installation">Installation</a>
  &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  <a href="#usage">Usage</a>
  &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  <a href="#docker-notes">Docker Notes</a>
  &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  <a href="#contributing">Contributing</a>
</p>

<p align="center">
<img width="70%" height="70%" src="https://user-images.githubusercontent.com/27065646/219638267-a5e11090-aa6e-4e77-87f7-0e95f6ad5978.png"/>
</a>
</p>


## Installation

```console
# clone the repo
$ git clone https://github.com/sherlock-project/sherlock.git

# change the working directory to sherlock
$ cd sherlock

# install the requirements
$ python3 -m pip install -r requirements.txt
```

## Usage

```console
$ python3 sherlock --help
usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT]
                [--output OUTPUT] [--tor] [--unique-tor] [--csv]
                [--site SITE_NAME] [--proxy PROXY_URL] [--json JSON_FILE]
                [--timeout TIMEOUT] [--print-all] [--print-found] [--no-color]
                [--browse] [--local] [--nsfw]
                USERNAMES [USERNAMES ...]

Sherlock: Find Usernames Across Social Networks (Version 0.14.2)

positional arguments:
  USERNAMES             One or more usernames to check with social networks.
                        Check similar usernames using {%} (replace to '_', '-', '.').

optional arguments:
  -h, --help            show this help message and exit
  --version             Display version information and dependencies.
  --verbose, -v, -d, --debug
                        Display extra debugging information and metrics.
  --folderoutput FOLDEROUTPUT, -fo FOLDEROUTPUT
                        If using multiple usernames, the output of the results will be
                        saved to this folder.
  --output OUTPUT, -o OUTPUT
                        If using single username, the output of the result will be saved
                        to this file.
  --tor, -t             Make requests over Tor; increases runtime; requires Tor to be
                        installed and in system path.
  --unique-tor, -u      Make requests over Tor with new Tor circuit after each request;
                        increases runtime; requires Tor to be installed and in system
                        path.
  --csv                 Create Comma-Separated Values (CSV) File.
  --xlsx                Create the standard file for the modern Microsoft Excel
                        spreadsheet (xslx).
  --site SITE_NAME      Limit analysis to just the listed sites. Add multiple options to
                        specify more than one site.
  --proxy PROXY_URL, -p PROXY_URL
                        Make requests over a proxy. e.g. socks5://127.0.0.1:1080
  --json JSON_FILE, -j JSON_FILE
                        Load data from a JSON file or an online, valid, JSON file.
  --timeout TIMEOUT     Time (in seconds) to wait for response to requests (Default: 60)
  --print-all           Output sites where the username was not found.
  --print-found         Output sites where the username was found.
  --no-color            Don't color terminal output
  --browse, -b          Browse to all results on default browser.
  --local, -l           Force the use of the local data.json file.
  --nsfw                Include checking of NSFW sites from default list.
```

To search for only one user:
```
python3 sherlock user123
```

To search for more than one user:
```
python3 sherlock user1 user2 user3
```

Accounts found will be stored in an individual text file with the corresponding username (e.g ```user123.txt```).

## Anaconda (Windows) Notes

If you are using Anaconda in Windows, using `python3` might not work. Use `python` instead.

## Docker Notes

If docker is installed you can build an image and run this as a container.

```
docker build -t mysherlock-image .
```

Once the image is built, sherlock can be invoked by running the following:

```
docker run --rm -t mysherlock-image user123
```

Use the following command to access the saved results:

```
docker run --rm -t -v "$PWD/results:/opt/sherlock/results" mysherlock-image -o /opt/sherlock/results/text.txt user123
```

Docker is instructed to create (or use) the folder `results` in the current working directory and to mount it at `/opt/sherlock/results` on the docker container by using the ```-v "$PWD/results:/opt/sherlock/results"``` options. `Sherlock` is instructed to export the result using the `-o /opt/sherlock/results/text.txt` option.


### Using `docker-compose`

You can use the `docker-compose.yml` file from the repository and use this command:

```
docker-compose run sherlock -o /opt/sherlock/results/text.txt user123
```

## Contributing
We would love to have you help us with the development of Sherlock. Each and every contribution is greatly valued!

Here are some things we would appreciate your help on:
- Addition of new site support ¹
- Bringing back site support of [sites that have been removed](removed_sites.md) in the past due to false positives

[1] Please look at the Wiki entry on [adding new sites](https://github.com/sherlock-project/sherlock/wiki/Adding-Sites-To-Sherlock)
to understand the issues.

## Tests

Thank you for contributing to Sherlock!

Before creating a pull request with new development, please run the tests
to ensure that everything is working great.  It would also be a good idea to run the tests
before starting development to distinguish problems between your
environment and the Sherlock software.

The following is an example of the command line to run all the tests for
Sherlock.  This invocation hides the progress text that Sherlock normally
outputs, and instead shows the verbose output of the tests.

```console
$ cd sherlock/sherlock
$ python3 -m unittest tests.all --verbose
```

Note that we do currently have 100% test coverage.  Unfortunately, some of
the sites that Sherlock checks are not always reliable, so it is common
to get response problems.  Any problems in connection will show up as
warnings in the tests instead of true errors.

If some sites are failing due to connection problems (site is down, in maintenance, etc)
you can exclude them from tests by creating a `tests/.excluded_sites` file with a
list of sites to ignore (one site name per line).

## Stargazers over time

[![Stargazers over time](https://starchart.cc/sherlock-project/sherlock.svg)](https://starchart.cc/sherlock-project/sherlock)

## License

MIT © Sherlock Project<br/>
Original Creator - [Siddharth Dushantha](https://github.com/sdushantha)


================================================
FILE: Extras/sherlock/docker-compose.yml
================================================
version: '2'

services:
  sherlock:
    build: .
    volumes:
      - "./results:/opt/sherlock/results"


================================================
FILE: Extras/sherlock/removed_sites.json
================================================
{
  "AdobeForums": {
    "errorType": "status_code",
    "url": "https://forums.adobe.com/people/{}",
    "urlMain": "https://forums.adobe.com/",
    "username_claimed": "jack"
  },
  "AngelList": {
    "errorType": "status_code",
    "url": "https://angel.co/u/{}",
    "urlMain": "https://angel.co/",
    "username_claimed": "blue"
  },
  "Basecamp": {
    "errorMsg": "The account you were looking for doesn't exist",
    "errorType": "message",
    "url": "https://{}.basecamphq.com",
    "urlMain": "https://basecamp.com/",
    "username_claimed": "blue"
  },
  "BlackPlanet": {
    "errorMsg": "My Hits",
    "errorType": "message",
    "url": "http://blackplanet.com/{}",
    "urlMain": "http://blackplanet.com/"
  },
  "Canva": {
    "errorType": "response_url",
    "errorUrl": "https://www.canva.com/{}",
    "url": "https://www.canva.com/{}",
    "urlMain": "https://www.canva.com/",
    "username_claimed": "jenny"
  },
  "Codementor": {
    "errorType": "status_code",
    "url": "https://www.codementor.io/@{}",
    "urlMain": "https://www.codementor.io/",
    "username_claimed": "blue"
  },
  "EVE Online": {
    "errorType": "response_url",
    "errorUrl": "https://eveonline.com",
    "url": "https://evewho.com/pilot/{}/",
    "urlMain": "https://eveonline.com",
    "username_claimed": "blue"
  },
  "fanpop": {
    "errorType": "response_url",
    "errorUrl": "http://www.fanpop.com/",
    "url": "http://www.fanpop.com/fans/{}",
    "urlMain": "http://www.fanpop.com/",
    "username_claimed": "blue"
  },
  "Fotolog": {
    "errorType": "status_code",
    "url": "https://fotolog.com/{}",
    "urlMain": "https://fotolog.com/"
  },
  "Foursquare": {
    "errorType": "status_code",
    "url": "https://foursquare.com/{}",
    "urlMain": "https://foursquare.com/",
    "username_claimed": "dens"
  },
  "gpodder.net": {
    "errorType": "status_code",
    "url": "https://gpodder.net/user/{}",
    "urlMain": "https://gpodder.net/",
    "username_claimed": "blue"
  },
  "Investing.com": {
    "errorType": "status_code",
    "url": "https://www.investing.com/traders/{}",
    "urlMain": "https://www.investing.com/",
    "username_claimed": "jenny"
  },
  "Khan Academy": {
    "errorType": "status_code",
    "url": "https://www.khanacademy.org/profile/{}",
    "urlMain": "https://www.khanacademy.org/",
    "username_claimed": "blue"
  },
  "KiwiFarms": {
    "errorMsg": "The specified member cannot be found",
    "errorType": "message",
    "url": "https://kiwifarms.net/members/?username={}",
    "urlMain": "https://kiwifarms.net/",
    "username_claimed": "blue"
  },
  "Linkedin": {
    "errorMsg": "could not be found",
    "errorType": "message",
    "url": "https://www.linkedin.com/in/{}",
    "urlMain": "https://www.linkedin.com/",
    "username_claimed": "alex"
  },
  "NPM-Package": {
    "errorType": "status_code",
    "url": "https://www.npmjs.com/package/{}",
    "urlMain": "https://www.npmjs.com/",
    "username_claimed": "blue"
  },
  "Pexels": {
    "errorType": "status_code",
    "url": "https://www.pexels.com/@{}",
    "urlMain": "https://www.pexels.com/",
    "username_claimed": "bruno"
  },
  "Pixabay": {
    "errorType": "status_code",
    "url": "https://pixabay.com/en/users/{}",
    "urlMain": "https://pixabay.com/",
    "username_claimed": "blue"
  },
  "PowerShell Gallery": {
    "errorType": "status_code",
    "url": "https://www.powershellgallery.com/profiles/{}",
    "urlMain": "https://www.powershellgallery.com",
    "username_claimed": "powershellteam"
  },
  "RamblerDating": {
    "errorType": "response_url",
    "errorUrl": "https://dating.rambler.ru/page/{}",
    "url": "https://dating.rambler.ru/page/{}",
    "urlMain": "https://dating.rambler.ru/",
    "username_claimed": "blue"
  },
  "Shockwave": {
    "errorMsg": "Oh no! You just finished all of the games on the internet!",
    "errorType": "message",
    "url": "http://www.shockwave.com/member/profiles/{}.jsp",
    "urlMain": "http://www.shockwave.com/",
    "username_claimed": "blue"
  },
  "StreamMe": {
    "errorType": "status_code",
    "url": "https://www.stream.me/{}",
    "urlMain": "https://www.stream.me/",
    "username_claimed": "blue"
  },
  "Teknik": {
    "errorMsg": "The user does not exist",
    "errorType": "message",
    "url": "https://user.teknik.io/{}",
    "urlMain": "https://teknik.io/",
    "username_claimed": "red"
  },
  "YandexMarket": {
    "errorMsg": "\u0422\u0443\u0442 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435\u0442",
    "errorType": "message",
    "url": "https://market.yandex.ru/user/{}/achievements",
    "urlMain": "https://market.yandex.ru/",
    "username_claimed": "blue"
  },
  "Insanejournal": {
    "errorMsg": "Unknown user",
    "errorType": "message",
    "url": "http://{}.insanejournal.com/profile",
    "urlMain": "insanejournal.com",
    "username_claimed": "blue"
  },
  "Trip": {
    "errorType": "status_code",
    "url": "https://www.trip.skyscanner.com/user/{}",
    "urlMain": "https://www.trip.skyscanner.com/",
    "username_claimed": "blue"
  },
  "SportsTracker": {
    "errorUrl": "https://www.sports-tracker.com/page-not-found",
    "errorType": "response_url",
    "url": "https://www.sports-tracker.com/view_profile/{}",
    "urlMain": "https://www.sports-tracker.com/",
    "username_claimed": "blue"
  },
  "boingboing.net": {
    "errorType": "status_code",
    "url": "https://bbs.boingboing.net/u/{}",
    "urlMain": "https://boingboing.net/",
    "username_claimed": "admin"
  },
  "elwoRU": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "url": "https://elwo.ru/index/8-0-{}",
    "urlMain": "https://elwo.ru/",
    "username_claimed": "red"
  },
  "ingvarr.net.ru": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "url": "http://ingvarr.net.ru/index/8-0-{}",
    "urlMain": "http://ingvarr.net.ru/",
    "username_claimed": "red"
  },
  "Redsun.tf": {
    "errorMsg": "The specified member cannot be found",
    "errorType": "message",
    "url": "https://forum.redsun.tf/members/?username={}",
    "urlMain": "https://redsun.tf/",
    "username_claimed": "dan"
  },
  "CreativeMarket": {
    "errorType": "status_code",
    "url": "https://creativemarket.com/users/{}",
    "urlMain": "https://creativemarket.com/",
    "username_claimed": "blue"
  },
  "pvpru": {
    "errorType": "status_code",
    "url": "https://pvpru.com/board/member.php?username={}&tab=aboutme#aboutme",
    "urlMain": "https://pvpru.com/",
    "username_claimed": "blue"
  },
  "easyen": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "url": "https://easyen.ru/index/8-0-{}",
    "urlMain": "https://easyen.ru/",
    "username_claimed": "wd"
  },
  "pedsovet": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "url": "http://pedsovet.su/index/8-0-{}",
    "urlMain": "http://pedsovet.su/",
    "username_claimed": "blue"
  },
  "radioskot": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "url": "https://radioskot.ru/index/8-0-{}",
    "urlMain": "https://radioskot.ru/",
    "username_claimed": "red"
  },
  "Coderwall": {
    "errorMsg": "404! Our feels when that url is used",
    "errorType": "message",
    "url": "https://coderwall.com/{}",
    "urlMain": "https://coderwall.com/",
    "username_claimed": "jenny"
  },
  "TamTam": {
    "errorType": "response_url",
    "errorUrl": "https://tamtam.chat/",
    "url": "https://tamtam.chat/{}",
    "urlMain": "https://tamtam.chat/",
    "username_claimed": "blue"
  },
  "Zomato": {
    "errorType": "status_code",
    "headers": {
      "Accept-Language": "en-US,en;q=0.9"
    },
    "url": "https://www.zomato.com/pl/{}/foodjourney",
    "urlMain": "https://www.zomato.com/",
    "username_claimed": "deepigoyal"
  },
  "mixer.com": {
    "errorType": "status_code",
    "url": "https://mixer.com/{}",
    "urlMain": "https://mixer.com/",
    "urlProbe": "https://mixer.com/api/v1/channels/{}",
    "username_claimed": "blue"
  },
  "KanoWorld": {
    "errorType": "status_code",
    "url": "https://api.kano.me/progress/user/{}",
    "urlMain": "https://world.kano.me/",
    "username_claimed": "blue"
  },
  "YandexCollection": {
    "errorType": "status_code",
    "url": "https://yandex.ru/collections/user/{}/",
    "urlMain": "https://yandex.ru/collections/",
    "username_claimed": "blue"
  },
  "PayPal": {
    "errorMsg": "<meta name=\"twitter:title\" content=\"Get your very own PayPal.Me link\" />",
    "errorType": "message",
    "url": "https://www.paypal.com/paypalme/{}",
    "headers": {
      "User-Agent": ""
    },
    "urlMain": "https://www.paypal.me/",
    "username_claimed": "blue"
  },
  "ImageShack": {
    "errorType": "response_url",
    "errorUrl": "https://imageshack.us/",
    "url": "https://imageshack.us/user/{}",
    "urlMain": "https://imageshack.us/",
    "username_claimed": "blue"
  },
  "Aptoide": {
    "errorType": "status_code",
    "url": "https://{}.en.aptoide.com/",
    "urlMain": "https://en.aptoide.com/",
    "username_claimed": "blue"
  },
  "Crunchyroll": {
    "errorType": "status_code",
    "url": "https://www.crunchyroll.com/user/{}",
    "urlMain": "https://www.crunchyroll.com/",
    "username_claimed": "blue"
  },
  "T-MobileSupport": {
    "errorType": "status_code",
    "url": "https://support.t-mobile.com/people/{}",
    "urlMain": "https://support.t-mobile.com",
    "username_claimed": "blue"
  },
  "OpenCollective": {
    "errorType": "status_code",
    "url": "https://opencollective.com/{}",
    "urlMain": "https://opencollective.com/",
    "username_claimed": "sindresorhus"
  },
  "SegmentFault": {
    "errorType": "status_code",
    "url": "https://segmentfault.com/u/{}",
    "urlMain": "https://segmentfault.com/",
    "username_claimed": "bule"
  },
  "Viadeo": {
    "errorType": "status_code",
    "url": "http://fr.viadeo.com/en/profile/{}",
    "urlMain": "http://fr.viadeo.com/en/",
    "username_claimed": "franck.patissier"
  },
  "MeetMe": {
    "errorType": "response_url",
    "errorUrl": "https://www.meetme.com/",
    "url": "https://www.meetme.com/{}",
    "urlMain": "https://www.meetme.com/",
    "username_claimed": "blue"
  },
  "tracr.co": {
    "errorMsg": "No search results",
    "errorType": "message",
    "regexCheck": "^[A-Za-z0-9]{2,32}$",
    "url": "https://tracr.co/users/1/{}",
    "urlMain": "https://tracr.co/",
    "username_claimed": "blue"
  },
  "Taringa": {
    "errorType": "status_code",
    "regexCheck": "^[^.]*$",
    "url": "https://www.taringa.net/{}",
    "urlMain": "https://taringa.net/",
    "username_claimed": "blue"
  },
  "Photobucket": {
    "errorType": "status_code",
    "url": "https://photobucket.com/user/{}/library",
    "urlMain": "https://photobucket.com/",
    "username_claimed": "blue"
  },
  "4pda": {
    "errorMsg": "[1,false,0]",
    "errorType": "message",
    "url": "https://4pda.ru/forum/index.php?act=search&source=pst&noform=1&username={}",
    "urlMain": "https://4pda.ru/",
    "urlProbe": " https://4pda.ru/forum/index.php?act=auth&action=chkname&login={}",
    "username_claimed": "green"
  },
  "PokerStrategy": {
    "errorType": "status_code",
    "url": "http://www.pokerstrategy.net/user/{}/profile/",
    "urlMain": "http://www.pokerstrategy.net",
    "username_claimed": "blue"
  },
  "Filmogs": {
    "errorType": "status_code",
    "url": "https://www.filmo.gs/users/{}",
    "urlMain": "https://www.filmo.gs/",
    "username_claimed": "cupparober"
  },
  "500px": {
    "errorMsg": "No message available",
    "errorType": "message",
    "url": "https://500px.com/p/{}",
    "urlMain": "https://500px.com/",
    "urlProbe": "https://api.500px.com/graphql?operationName=ProfileRendererQuery&variables=%7B%22username%22%3A%22{}%22%7D&extensions=%7B%22persistedQuery%22%3A%7B%22version%22%3A1%2C%22sha256Hash%22%3A%224d02ff5c13927a3ac73b3eef306490508bc765956940c31051468cf30402a503%22%7D%7D",
    "username_claimed": "blue"
  },
  "Badoo": {
    "errorType": "status_code",
    "url": "https://badoo.com/profile/{}",
    "urlMain": "https://badoo.com/",
    "username_claimed": "blue"
  },
  "Pling": {
    "errorMsg": "Resource not found",
    "errorType": "message",
    "url": "https://www.pling.com/u/{}/",
    "urlMain": "https://www.pling.com/",
    "username_claimed": "blue"
  },
  "Realmeye": {
    "errorMsg": "Sorry, but we either:",
    "errorType": "message",
    "url": "https://www.realmeye.com/player/{}",
    "urlMain": "https://www.realmeye.com/",
    "username_claimed": "blue"
  },
  "Travellerspoint": {
    "errorMsg": "Wooops. Sorry!",
    "errorType": "message",
    "url": "https://www.travellerspoint.com/users/{}",
    "urlMain": "https://www.travellerspoint.com",
    "username_claimed": "blue"
  },
  "GDProfiles": {
    "errorType": "status_code",
    "url": "https://gdprofiles.com/{}",
    "urlMain": "https://gdprofiles.com/",
    "username_claimed": "blue"
  },
  "AllTrails": {
    "errorMsg": "class=\"home index\"",
    "errorType": "message",
    "url": "https://www.alltrails.com/members/{}",
    "urlMain": "https://www.alltrails.com/",
    "username_claimed": "blue"
  },
  "Cent": {
    "errorMsg": "<title>Cent</title>",
    "errorType": "message",
    "url": "https://beta.cent.co/@{}",
    "urlMain": "https://cent.co/",
    "username_claimed": "blue"
  },
  "Anobii": {
    "errorType": "response_url",
    "url": "https://www.anobii.com/{}/profile",
    "urlMain": "https://www.anobii.com/",
    "username_claimed": "blue"
  },
  "Kali community": {
    "errorMsg": "This user has not registered and therefore does not have a profile to view.",
    "errorType": "message",
    "url": "https://forums.kali.org/member.php?username={}",
    "urlMain": "https://forums.kali.org/",
    "username_claimed": "blue"
  },
  "NameMC (Minecraft.net skins)": {
    "errorMsg": "Profiles: 0 results",
    "errorType": "message",
    "url": "https://namemc.com/profile/{}",
    "urlMain": "https://namemc.com/",
    "username_claimed": "blue"
  },
  "Steamid": {
    "errorMsg": "<link rel=\"canonical\" href=\"https://steamid.uk\" />",
    "errorType": "message",
    "url": "https://steamid.uk/profile/{}",
    "urlMain": "https://steamid.uk/",
    "username_claimed": "blue"
  },
  "TripAdvisor": {
    "errorMsg": "This page is on vacation\u2026",
    "errorType": "message",
    "url": "https://tripadvisor.com/members/{}",
    "urlMain": "https://tripadvisor.com/",
    "username_claimed": "blue"
  },
  "House-Mixes.com": {
    "errorMsg": "Profile Not Found",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$",
    "url": "https://www.house-mixes.com/profile/{}",
    "urlMain": "https://www.house-mixes.com/",
    "username_claimed": "blue"
  },
  "Quora": {
    "errorMsg": "Page Not Found",
    "errorType": "message",
    "url": "https://www.quora.com/profile/{}",
    "urlMain": "https://www.quora.com/",
    "username_claimed": "Matt-Riggsby"
  },
  "SparkPeople": {
    "errorMsg": "We couldn't find that user",
    "errorType": "message",
    "url": "https://www.sparkpeople.com/mypage.asp?id={}",
    "urlMain": "https://www.sparkpeople.com",
    "username_claimed": "adam"
  },
  "Cloob": {
    "errorType": "status_code",
    "url": "https://www.cloob.com/name/{}",
    "urlMain": "https://www.cloob.com/",
    "username_claimed": "blue"
  },
  "1337x": {
    "errorMsg": "Bad Username",
    "errorType": "message",
    "url": "https://1337x.to/user/{}/",
    "urlMain": "https://1337x.to",
    "username_claimed": "TheMorozko"
  },
  "TM-Ladder": {
    "errorMsg": "player unknown or invalid",
    "errorType": "message",
    "url": "http://en.tm-ladder.com/{}_rech.php",
    "urlMain": "http://en.tm-ladder.com/index.php",
    "username_claimed": "blue"
  },
  "plug.dj": {
    "errorType": "status_code",
    "url": "https://plug.dj/@/{}",
    "urlMain": "https://plug.dj/",
    "username_claimed": "plug-dj-rock"
  },
  "Facenama": {
    "errorType": "response_url",
    "errorUrl": "https://facenama.com/404.html",
    "regexCheck": "^[-a-zA-Z0-9_]+$",
    "url": "https://facenama.com/{}",
    "urlMain": "https://facenama.com/",
    "username_claimed": "blue"
  },
  "Designspiration": {
    "errorType": "status_code",
    "url": "https://www.designspiration.net/{}/",
    "urlMain": "https://www.designspiration.net/",
    "username_claimed": "blue"
  },
  "CapFriendly": {
    "errorMsg": "<div class=\"err show p5\">No results found</div>",
    "errorType": "message",
    "regexCheck": "^[a-zA-z][a-zA-Z0-9_]{2,79}$",
    "url": "https://www.capfriendly.com/users/{}",
    "urlMain": "https://www.capfriendly.com/",
    "username_claimed": "thisactuallyexists"
  },
  "Gab": {
    "errorMsg": "The page you are looking for isn't here.",
    "errorType": "message",
    "url": "https://gab.com/{}",
    "urlMain": "https://gab.com",
    "username_claimed": "a"
  },
  "FanCentro": {
    "errorMsg": "var environment",
    "errorType": "message",
    "url": "https://fancentro.com/{}",
    "urlMain": "https://fancentro.com/",
    "username_claimed": "nielsrosanna"
  },
  "Codeforces": {
    "errorType": "response_url",
    "errorUrl": "https://codeforces.com/",
    "url": "https://codeforces.com/profile/{}",
    "urlMain": "https://www.codeforces.com/",
    "username_claimed": "tourist"
  },
  "Smashcast": {
    "errorType": "status_code",
    "url": "https://www.smashcast.tv/api/media/live/{}",
    "urlMain": "https://www.smashcast.tv/",
    "username_claimed": "hello"
  },
  "Countable": {
    "errorType": "status_code",
    "url": "https://www.countable.us/{}",
    "urlMain": "https://www.countable.us/",
    "username_claimed": "blue"
  },
  "Spotify": {
    "errorType": "status_code",
    "url": "https://open.spotify.com/user/{}",
    "urlMain": "https://open.spotify.com/",
    "username_claimed": "blue"
  },
  "Steam": {
    "errorMsg": "The specified profile could not be found",
    "errorType": "message",
    "url": "https://steamcommunity.com/id/{}",
    "urlMain": "https://steamcommunity.com/",
    "username_claimed": "blue"
  },
  "Raidforums": {
    "errorType": "status_code",
    "url": "https://raidforums.com/User-{}",
    "urlMain": "https://raidforums.com/",
    "username_claimed": "red"
  },
  "Pinterest": {
    "errorType": "status_code",
    "url": "https://www.pinterest.com/{}/",
    "urlMain": "https://www.pinterest.com/",
    "username_claimed": "blue"
  },
  "PCPartPicker": {
    "errorType": "status_code",
    "url": "https://pcpartpicker.com/user/{}",
    "urlMain": "https://pcpartpicker.com",
    "username_claimed": "blue"
  },
  "eBay.com": {
    "errorMsg": "The User ID you entered was not found. Please check the User ID and try again.",
    "errorType": "message",
    "url": "https://www.ebay.com/usr/{}",
    "urlMain": "https://www.ebay.com/",
    "username_claimed": "blue"
  },
  "eBay.de": {
    "errorMsg": "Der eingegebene Nutzername wurde nicht gefunden. Bitte pr\u00fcfen Sie den Nutzernamen und versuchen Sie es erneut.",
    "errorType": "message",
    "url": "https://www.ebay.de/usr/{}",
    "urlMain": "https://www.ebay.de/",
    "username_claimed": "blue"
  },
  "Ghost": {
    "errorMsg": "Domain Error",
    "errorType": "message",
    "url": "https://{}.ghost.io/",
    "urlMain": "https://ghost.org/",
    "username_claimed": "troyhunt"
  },
  "Atom Discussions": {
    "errorMsg": "Oops! That page doesn\u2019t exist or is private.",
    "errorType": "message",
    "url": "https://discuss.atom.io/u/{}/summary",
    "urlMain": "https://discuss.atom.io",
    "username_claimed": "blue"
  },
  "Gam1ng": {
    "errorType": "status_code",
    "url": "https://gam1ng.com.br/user/{}",
    "urlMain": "https://gam1ng.com.br",
    "username_claimed": "PinKgirl"
  },
  "OGUsers": {
    "errorType": "status_code",
    "url": "https://ogusers.com/{}",
    "urlMain": "https://ogusers.com/",
    "username_claimed": "ogusers"
  },
  "Otzovik": {
    "errorType": "status_code",
    "url": "https://otzovik.com/profile/{}",
    "urlMain": "https://otzovik.com/",
    "username_claimed": "blue"
  },
  "radio_echo_msk": {
    "errorType": "status_code",
    "url": "https://echo.msk.ru/users/{}",
    "urlMain": "https://echo.msk.ru/",
    "username_claimed": "blue"
  },
  "Ello": {
    "errorMsg": "We couldn't find the page you're looking for",
    "errorType": "message",
    "url": "https://ello.co/{}",
    "urlMain": "https://ello.co/",
    "username_claimed": "blue"
  },
  "GitHub Support Community": {
    "errorMsg": "Oops! That page doesn\u2019t exist or is private.",
    "errorType": "message",
    "url": "https://github.community/u/{}/summary",
    "urlMain": "https://github.community",
    "username_claimed": "jperl"
  },
  "GuruShots": {
    "errorType": "status_code",
    "url": "https://gurushots.com/{}/photos",
    "urlMain": "https://gurushots.com/",
    "username_claimed": "blue"
  },
  "Google Developer": {
    "errorMsg": "Sorry, the profile was not found.",
    "errorType": "message",
    "url": "https://g.dev/{}",
    "urlMain": "https://g.dev/",
    "username_claimed": "blue"
  },
  "mastodon.technology": {
    "errorType": "status_code",
    "url": "https://mastodon.technology/@{}",
    "urlMain": "https://mastodon.xyz/",
    "username_claimed": "ashfurrow"
  },
  "zoomit": {
    "errorMsg": "\u0645\u062a\u0627\u0633\u0641\u0627\u0646\u0647 \u0635\u0641\u062d\u0647 \u06cc\u0627\u0641\u062a \u0646\u0634\u062f",
    "errorType": "message",
    "url": "https://www.zoomit.ir/user/{}",
    "urlMain": "https://www.zoomit.ir",
    "username_claimed": "kossher"
  },
  "Facebook": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9\\.]{3,49}(?<!\\.com|\\.org|\\.net)$",
    "url": "https://www.facebook.com/{}",
    "urlMain": "https://www.facebook.com/",
    "urlProbe": "https://www.facebook.com/{}/videos/",
    "username_claimed": "hackerman"
  },
  "BinarySearch": {
    "errorMsg": "{}",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z0-9-_]{1,15}$",
    "url": "https://binarysearch.io/@/{}",
    "urlMain": "https://binarysearch.io/",
    "urlProbe": "https://binarysearch.io/api/users/{}/profile",
    "username_claimed": "Eyes_Wide_Shut"
  },
  "Arduino": {
    "errorType": "status_code",
    "regexCheck": "^(?![_-])[A-Za-z0-9_-]{3,}$",
    "url": "https://create.arduino.cc/projecthub/{}",
    "urlMain": "https://www.arduino.cc/",
    "username_claimed": "blue"
  },
  "koo": {
    "errorMsg": "This profile does not exist",
    "errorType": "message",
    "url": "https://www.kooapp.com/profile/{}",
    "urlMain": "https://www.kooapp.com",
    "urlProbe": "https://www.kooapp.com/apiV1/users/handle/{}/valid",
    "username_claimed": "john"
  },
  "We Heart It": {
    "errorMsg": "Oops! You've landed on a moving target!",
    "errorType": "message",
    "url": "https://weheartit.com/{}",
    "urlMain": "https://weheartit.com/",
    "username_claimed": "ventivogue"
  },
  "Tinder": {
    "errorMsg": [
      "<title data-react-helmet=\"true\">Tinder | Dating, Make Friends &amp; Meet New People</title>",
      "<title data-react-helmet=\"true\">Tinder | Match. Chat. Date.</title>"
    ],
    "errorType": "message",
    "url": "https://www.tinder.com/@{}",
    "urlMain": "https://tinder.com/",
    "username_claimed": "blue"
  },
  "Coil": {
    "errorMsg": "User not found",
    "errorType": "message",
    "request_method": "POST",
    "request_payload": {
      "operationName": "getCreator",
      "query": "query getCreator($userShortName:String!){getCreator(userShortName:$userShortName){id}}",
      "variables": {
        "userShortName": "{}"
      }
    },
    "url": "https://coil.com/u/{}",
    "urlMain": "https://coil.com/",
    "urlProbe": "https://coil.com/gateway",
    "username_claimed": "adam"
  },
  "OnlyFans": {
    "errorType": "status_code",
    "isNSFW": true,
    "url": "https://onlyfans.com/{}",
    "urlMain": "https://onlyfans.com/",
    "urlProbe": "https://onlyfans.com/api2/v2/users/{}",
    "username_claimed": "theemilylynne"
  },
  "Instagram": {
    "errorMsg": "Nothing found!",
    "errorType": "message",
    "url": "https://www.instagram.com/{}",
    "urlMain": "https://www.instagram.com/",
    "urlProbe": "https://www.picuki.com/profile/{}",
    "username_claimed": "blue"
  },
  "OK": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$",
    "url": "https://ok.ru/{}",
    "urlMain": "https://ok.ru/",
    "username_claimed": "ok"
  },
  "forumhouseRU": {
    "errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.",
    "errorType": "message",
    "url": "https://www.forumhouse.ru/members/?username={}",
    "urlMain": "https://www.forumhouse.ru/",
    "username_claimed": "red"
  }
}


================================================
FILE: Extras/sherlock/removed_sites.md
================================================
# List Of Sites Removed From Sherlock

This is a list of sites implemented in such a way that the current design of
Sherlock is not capable of determining if a given username exists or not.
They are listed here in the hope that things may change in the future
so they may be re-included.


## gpodder.net

As of 2020-05-25, all usernames are reported as available.

The server is returning a HTTP Status 500 (Internal server error)
for all queries.

```json
  "gpodder.net": {
    "errorType": "status_code",
    "rank": 2013984,
    "url": "https://gpodder.net/user/{}",
    "urlMain": "https://gpodder.net/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```


## Investing.com

As of 2020-05-25, all usernames are reported as claimed.

Any query against a user seems to be redirecting to a general
information page at https://www.investing.com/brokers/.  Probably
required login before access.

```json
  "Investing.com": {
    "errorType": "status_code",
    "rank": 196,
    "url": "https://www.investing.com/traders/{}",
    "urlMain": "https://www.investing.com/",
    "username_claimed": "jenny",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## AdobeForums

As of 2020-04-12, all usernames are reported as available.

When I went to the site to see what was going on, usernames that I know
existed were redirecting to the main page.

I was able to see user profiles without logging in, but the URL was not
related to their user name.  For example, user "tomke" went to
https://community.adobe.com/t5/user/viewprofilepage/user-id/10882613.
This can be detected, but it requires a different detection method.

```json
  "AdobeForums": {
    "errorType": "status_code",
    "rank": 59,
    "url": "https://forums.adobe.com/people/{}",
    "urlMain": "https://forums.adobe.com/",
    "username_claimed": "jack",
    "username_unclaimed": "noonewouldeverusethis77777"
  },
```

## Basecamp

As of 2020-02-23, all usernames are reported as not existing.


```json
  "Basecamp": {
    "errorMsg": "The account you were looking for doesn't exist",
    "errorType": "message",
    "rank": 4914,
    "url": "https://{}.basecamphq.com",
    "urlMain": "https://basecamp.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Fanpop

As of 2020-02-23, all usernames are reported as not existing.

```json
  "fanpop": {
    "errorType": "response_url",
    "errorUrl": "http://www.fanpop.com/",
    "rank": 9454,
    "url": "http://www.fanpop.com/fans/{}",
    "urlMain": "http://www.fanpop.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewould_everusethis7"
  },
```

## Canva

As of 2020-02-23, all usernames are reported as not existing.

```json
  "Canva": {
    "errorType": "response_url",
    "errorUrl": "https://www.canva.com/{}",
    "rank": 128,
    "url": "https://www.canva.com/{}",
    "urlMain": "https://www.canva.com/",
    "username_claimed": "jenny",
    "username_unclaimed": "xgtrq"
  },
```

## Pixabay

As of 2020-01-21, all usernames are reported as not existing.

```json
  "Pixabay": {
    "errorType": "status_code",
    "rank": 378,
    "url": "https://pixabay.com/en/users/{}",
    "urlMain": "https://pixabay.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## NPM-Packages

NPM-Packages are not users.

```json
  "NPM-Package": {
    "errorType": "status_code",
    "url": "https://www.npmjs.com/package/{}",
    "urlMain": "https://www.npmjs.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Pexels

As of 2020-01-21, all usernames are reported as not existing.

```json
  "Pexels": {
    "errorType": "status_code",
    "rank": 745,
    "url": "https://www.pexels.com/@{}",
    "urlMain": "https://www.pexels.com/",
    "username_claimed": "bruno",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## RamblerDating

As of 2019-12-31, site always times out.

```json
  "RamblerDating": {
    "errorType": "response_url",
    "errorUrl": "https://dating.rambler.ru/page/{}",
    "rank": 322,
    "url": "https://dating.rambler.ru/page/{}",
    "urlMain": "https://dating.rambler.ru/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## YandexMarket

As of 2019-12-31, all usernames are reported as existing.

```json
  "YandexMarket": {
    "errorMsg": "\u0422\u0443\u0442 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435\u0442",
    "errorType": "message",
    "rank": 47,
    "url": "https://market.yandex.ru/user/{}/achievements",
    "urlMain": "https://market.yandex.ru/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Codementor

As of 2019-12-31, usernames that exist are not detected.

```json
  "Codementor": {
    "errorType": "status_code",
    "rank": 10252,
    "url": "https://www.codementor.io/@{}",
    "urlMain": "https://www.codementor.io/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## KiwiFarms

As of 2019-12-31, the site gives a 403 for all usernames.  You have to
be logged into see a profile.

```json
  "KiwiFarms": {
    "errorMsg": "The specified member cannot be found",
    "errorType": "message",
    "rank": 38737,
    "url": "https://kiwifarms.net/members/?username={}",
    "urlMain": "https://kiwifarms.net/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis"
  },
```

## Teknik

As of 2019-11-30, the site causes Sherlock to just hang.

```json
  "Teknik": {
    "errorMsg": "The user does not exist",
    "errorType": "message",
    "rank": 357163,
    "url": "https://user.teknik.io/{}",
    "urlMain": "https://teknik.io/",
    "username_claimed": "red",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## Shockwave

As of 2019-11-28, usernames that exist give a 503 "Service Unavailable"
HTTP Status.

```json
  "Shockwave": {
    "errorMsg": "Oh no! You just finished all of the games on the internet!",
    "errorType": "message",
    "rank": 35916,
    "url": "http://www.shockwave.com/member/profiles/{}.jsp",
    "urlMain": "http://www.shockwave.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis"
  },
```

## Foursquare

When usage of automated tool is detected. Whole IP is banned from future requests.
There is an error message:

> Please verify you are a human
> Access to this page has been denied because we believe you are using automation tools to browse the website.

```json
  "Foursquare": {
    "errorType": "status_code",
    "rank": 1843,
    "url": "https://foursquare.com/{}",
    "urlMain": "https://foursquare.com/",
    "username_claimed": "dens",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Khan Academy

Usernames that don't exist are detected.  First noticed 2019-10-25.

```json
  "Khan Academy": {
    "errorType": "status_code",
    "rank": 377,
    "url": "https://www.khanacademy.org/profile/{}",
    "urlMain": "https://www.khanacademy.org/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```


## EVE Online

Usernames that exist are not detected.

```json
  "EVE Online": {
    "errorType": "response_url",
    "errorUrl": "https://eveonline.com",
    "rank": 15347,
    "url": "https://evewho.com/pilot/{}/",
    "urlMain": "https://eveonline.com",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## AngelList

Usernames that exist are not detected. Forbidden Request 403 Error.

```json
  "AngelList": {
    "errorType": "status_code",
    "rank": 5767,
    "url": "https://angel.co/u/{}",
    "urlMain": "https://angel.co/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## PowerShell Gallery

Accidentally merged even though the original pull request showed that all
user names were available.

```json
  "PowerShell Gallery": {
    "errorType": "status_code",
    "rank": 163562,
    "url": "https://www.powershellgallery.com/profiles/{}",
    "urlMain": "https://www.powershellgallery.com",
    "username_claimed": "powershellteam",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## LinkedIn

This was attempted to be added around 2019-08-26, but the pull request was never merged.
It turns out that LinkedIn requires that you have an account before they will let you
check for other account.  So, this site will not work with the current design of
Sherlock.

## StreamMe

On 2019-04-07, I get a Timed Out message from the website.  It has not
been working earlier either (for some weeks).  It takes about 21s before
the site finally times out, so it really makes getting the results from
Sherlock a pain.

If the site becomes available in the future, we can put it back in.

```json
  "StreamMe": {
    "errorType": "status_code",
    "rank": 31702,
    "url": "https://www.stream.me/{}",
    "urlMain": "https://www.stream.me/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## BlackPlanet

This site has always returned a false positive.  The site returns the exact
same text for a claimed or an unclaimed username.  The site must be rendering
all of the different content using Javascript in the browser.  So, there is
no way distinguish between the results with the current design of Sherlock.

```json
  "BlackPlanet": {
    "errorMsg": "My Hits",
    "errorType": "message",
    "rank": 110021,
    "url": "http://blackplanet.com/{}",
    "urlMain": "http://blackplanet.com/"
  },
```

## Fotolog

Around 2019-02-09, I get a 502 HTTP error (bad gateway) for any access.  On
2019-03-10, the site is up, but it is in maintenance mode.

It does not seem to be working, so there is no sense in including it in
Sherlock.

```json
  "Fotolog": {
    "errorType": "status_code",
    "rank": 47777,
    "url": "https://fotolog.com/{}",
    "urlMain": "https://fotolog.com/"
  },
```

## Google Plus

On 2019-04-02, Google shutdown Google Plus.  While the content for some
users is available after that point, it is going away.  And, no one will
be able to create a new account.  So, there is no value is keeping it in
Sherlock.

Good-bye [Google Plus](https://en.wikipedia.org/wiki/Google%2B)...

```json
  "Google Plus": {
    "errorType": "status_code",
    "rank": 1,
    "url": "https://plus.google.com/+{}",
    "urlMain": "https://plus.google.com/",
    "username_claimed": "davidbrin1",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```


## InsaneJournal

As of 2020-02-23, InsaneJournal returns false positive, when providing a username which contains a period.
Since we were not able to find the critera for a valid username, the best thing to do now is to remove it.

```json
  "InsaneJournal": {
    "errorMsg": "Unknown user",
    "errorType": "message",
    "rank": 29728,
    "url": "http://{}.insanejournal.com/profile",
    "urlMain": "insanejournal.com",
    "username_claimed": "blue",
    "username_unclaimed": "dlyr6cd"
  },
```

## Sports Tracker

As of 2020-04-02, Sports Tracker returns false positives. Checking with `errorMsg` and `response_url`
did not seem to work.

```
   "SportsTracker": {
     "errorUrl": "https://www.sports-tracker.com/page-not-found",
     "errorType": "response_url",
     "rank": 93950,
     "url": "https://www.sports-tracker.com/view_profile/{}",
     "urlMain": "https://www.sports-tracker.com/",
     "username_claimed": "blue",
     "username_unclaimed": "noonewouldeveruse"
   },
```

## Trip

As of 2020-04-02, Trip by Skyscanner seems to not work beceause it keeps on
redirecting to skyscanner.com whether the username exists or not.

```json
  "Trip": {
      "errorType": "status_code",
      "rank": 2847,
      "url": "https://www.trip.skyscanner.com/user/{}",
      "urlMain": "https://www.trip.skyscanner.com/",
      "username_claimed": "blue",
      "username_unclaimed": "noonewouldeverusethis7"
  },

```

## boingboing.net

As of 2020-04-02, boingboing.net requires a login to check if a user exits or not.

```
   "boingboing.net": {
     "errorType": "status_code",
     "rank": 5821,
     "url": "https://bbs.boingboing.net/u/{}",
     "urlMain": "https://boingboing.net/",
     "username_claimed": "admin",
     "username_unclaimed": "noonewouldeverusethis7"
   },
```

## elwoRU
As of 2020-04-04, elwoRu does not exist anymore. I confirmed using
downforeveryoneorjustme.com that the website is down.

```json
  "elwoRU": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "rank": 254810,
    "url": "https://elwo.ru/index/8-0-{}",
    "urlMain": "https://elwo.ru/",
    "username_claimed": "red",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## ingvarr.net.ru

As of 2020-04-04, ingvarr.net.ru does not exist anymore. I confirmed using
downforeveryoneorjustme.com that the website is down.

```json
  "ingvarr.net.ru": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "rank": 107721,
    "url": "http://ingvarr.net.ru/index/8-0-{}",
    "urlMain": "http://ingvarr.net.ru/",
    "username_claimed": "red",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Redsun.tf

As of 2020-06-20, Redsun.tf seems to be adding random digits to the end of the usernames which makes it pretty much impossible
for Sherlock to check for usernames on this particular website.

```json
  "Redsun.tf": {
    "errorMsg": "The specified member cannot be found",
    "errorType": "message",
    "rank": 3796657,
    "url": "https://forum.redsun.tf/members/?username={}",
    "urlMain": "https://redsun.tf/",
    "username_claimed": "dan",
    "username_unclaimed": "noonewouldeverusethis"
  },
```

## Creative Market

As of 2020-06-20, Creative Market has a captcha to prove that you are a human, and because of this
Sherlock is unable to check for username on this site because we will always get  a page which asks
us to prove that we are not a robot.

```json
  "CreativeMarket": {
    "errorType": "status_code",
    "rank": 1896,
    "url": "https://creativemarket.com/users/{}",
    "urlMain": "https://creativemarket.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## pvpru

As of 2020-06-20, pvpru uses CloudFlair, and because of this we get a "Access denied" error whenever
we try to check for a username.

```json
  "pvpru": {
    "errorType": "status_code",
    "rank": 405547,
    "url": "https://pvpru.com/board/member.php?username={}&tab=aboutme#aboutme",
    "urlMain": "https://pvpru.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## easyen
As of 2020-06-21, easyen returns false positives when using a username which contains
a period. Since we could not find the criteria for the usernames for this site, it will be
removed

```json
  "easyen": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "rank": 11564,
    "url": "https://easyen.ru/index/8-0-{}",
    "urlMain": "https://easyen.ru/",
    "username_claimed": "wd",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## pedsovet
As of 2020-06-21, pedsovet returns false positives when using a username which contains
a period. Since we could not find the criteria for the usernames for this site, it will be
removed

```json
  "pedsovet": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "rank": 6776,
    "url": "http://pedsovet.su/index/8-0-{}",
    "urlMain": "http://pedsovet.su/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```


## radioskot
As of 2020-06-21, radioskot returns false positives when using a username which contains
a period. Since we could not find the criteria for the usernames for this site, it will be
removed
```json
  "radioskot": {
    "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
    "errorType": "message",
    "rank": 105878,
    "url": "https://radioskot.ru/index/8-0-{}",
    "urlMain": "https://radioskot.ru/",
    "username_claimed": "red",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```



## Coderwall
As of 2020-07-06, Coderwall returns false positives when checking for an username which contains a period.
I have tried to find out what Coderwall's criteria is for a valid username, but unfortunetly I have not been able to 
find it and because of this, the best thing we can do now is to remove it.
```json
  "Coderwall": {
    "errorMsg": "404! Our feels when that url is used",
    "errorType": "message",
    "rank": 11256,
    "url": "https://coderwall.com/{}",
    "urlMain": "https://coderwall.com/",
    "username_claimed": "jenny",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```


## TamTam
As of 2020-07-06, TamTam returns false positives when given a username which contains a period
```json
  "TamTam": {
    "errorType": "response_url",
    "errorUrl": "https://tamtam.chat/",
    "rank": 87903,
    "url": "https://tamtam.chat/{}",
    "urlMain": "https://tamtam.chat/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Zomato
As of 2020-07-24, Zomato seems to be unstable. Majority of the time, Zomato takes a very long time to respond.
```json
  "Zomato": {
    "errorType": "status_code",
    "headers": {
      "Accept-Language": "en-US,en;q=0.9"
    },
    "rank": 1920,
    "url": "https://www.zomato.com/pl/{}/foodjourney",
    "urlMain": "https://www.zomato.com/",
    "username_claimed": "deepigoyal",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Mixer
As of 2020-07-22, the Mixer service has closed down.
```json
  "mixer.com": { 
    "errorType": "status_code", 
    "rank": 1544, 
    "url": "https://mixer.com/{}", 
    "urlMain": "https://mixer.com/", 
    "urlProbe": "https://mixer.com/api/v1/channels/{}", 
    "username_claimed": "blue", 
    "username_unclaimed": "noonewouldeverusethis7" 
  }, 
```


## KanoWorld
As of 2020-07-22, KanoWorld's api.kano.me subdomain no longer exists which makes it not possible for us check for usernames.
If an alternative way to check for usernames is found then it will added.
```json
  "KanoWorld": {
    "errorType": "status_code",
    "rank": 181933,
    "url": "https://api.kano.me/progress/user/{}",
    "urlMain": "https://world.kano.me/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## YandexCollection
As of 2020-08-11, YandexCollection presents us with a recaptcha which prevents us from checking for usernames
```json
  "YandexCollection": {
    "errorType": "status_code",
    "url": "https://yandex.ru/collections/user/{}/",
    "urlMain": "https://yandex.ru/collections/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## PayPal

As of 2020-08-24, PayPal now returns false positives, which was found when running the tests, but will most likley be added again in the near
future once we find a better error detecting method.
```json
  "PayPal": {
    "errorMsg": "<meta name=\"twitter:title\" content=\"Get your very own PayPal.Me link\" />",
    "errorType": "message",
    "url": "https://www.paypal.com/paypalme/{}",
    "headers": {
      "User-Agent": ""
    },
    "urlMain": "https://www.paypal.me/",
    "username_claimed": "blue",
    "username_unclaimed": "noneownsthisusername7"
  },
```

## ImageShack

As of 2020-08-24, ImageShack now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.
```json
  "ImageShack": {
    "errorType": "response_url",
    "errorUrl": "https://imageshack.us/",
    "url": "https://imageshack.us/user/{}",
    "urlMain": "https://imageshack.us/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Aptoide

As of 2020-08-24, Aptoide now returns false positives, which was found when running the tests, but will most likley be added again in the near
future once we find a better error detecting method.
```json
  "Aptoide": {
    "errorType": "status_code",
    "url": "https://{}.en.aptoide.com/",
    "urlMain": "https://en.aptoide.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Crunchyroll

As of 2020-08-24, Crunchyroll now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.

```json
  "Crunchyroll": {
    "errorType": "status_code",
    "url": "https://www.crunchyroll.com/user/{}",
    "urlMain": "https://www.crunchyroll.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## T-MobileSupport
As of 2020-08-24, T-MobileSupport now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.

```json
  "T-MobileSupport": {
    "errorType": "status_code",
    "url": "https://support.t-mobile.com/people/{}",
    "urlMain": "https://support.t-mobile.com",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## OpenCollective

As of 2020-08-24, OpenCollective now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.

```json
  "OpenCollective": {
    "errorType": "status_code",
    "url": "https://opencollective.com/{}",
    "urlMain": "https://opencollective.com/",
    "username_claimed": "sindresorhus",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## SegmentFault

As of 2020-08-24, SegmentFault now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a better error detecting method.

```json
  "SegmentFault": {
    "errorType": "status_code",
    "url": "https://segmentfault.com/u/{}",
    "urlMain": "https://segmentfault.com/",
    "username_claimed": "bule",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Viadeo

As of 2020-08-24, Viadeo now returns false positives, which was found when running the tests, but will most likley be added again in the near future once we find a fix for this

```json
  "Viadeo": {
    "errorType": "status_code",
    "url": "http://fr.viadeo.com/en/profile/{}",
    "urlMain": "http://fr.viadeo.com/en/",
    "username_claimed": "franck.patissier",
    "username_unclaimed": "noonewouldeverusethis"
  },
```

## MeetMe

As of 2020-09-02, MeetMe returns false positives

```json
  "MeetMe": {
    "errorType": "response_url",
    "errorUrl": "https://www.meetme.com/",
    "url": "https://www.meetme.com/{}",
    "urlMain": "https://www.meetme.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Linkdedin

As of 2020-09-23, Linkedin returns false positives because we are prompted with prompted to login when checking for a user

```json
  "Linkedin": {
    "errorMsg": "could not be found",
    "errorType": "message",
    "rank": 0,
    "url": "https://www.linkedin.com/in/{}",
    "urlMain": "https://www.linkedin.com/",
    "username_claimed": "alex",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## tracr.co
As of 2020-09-23, tracr.co returns false positives because the site seems to be shut down.
```json
  "tracr.co": {
    "errorMsg": "No search results",
    "errorType": "message",
    "regexCheck": "^[A-Za-z0-9]{2,32}$",
    "url": "https://tracr.co/users/1/{}",
    "urlMain": "https://tracr.co/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## Taringa

As of 2020-09-23, Taringa returns false positives.

```json
  "Taringa": {
    "errorType": "status_code",
    "regexCheck": "^[^.]*$",
    "url": "https://www.taringa.net/{}",
    "urlMain": "https://taringa.net/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Photobucket
As of 2020-10-21, Photobucket return false positives. This was reported in #785.
```json
  "Photobucket": {
    "errorType": "status_code",
    "url": "https://photobucket.com/user/{}/library",
    "urlMain": "https://photobucket.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## 4PDA
As of 2020-10-21, 4PDA returns false positives. This was reported in #784.

```json
  "4pda": {
    "errorMsg": "[1,false,0]",
    "errorType": "message",
    "url": "https://4pda.ru/forum/index.php?act=search&source=pst&noform=1&username={}",
    "urlMain": "https://4pda.ru/",
    "urlProbe": " https://4pda.ru/forum/index.php?act=auth&action=chkname&login={}",
    "username_claimed": "green",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## PokerStrategy
As of 2020-10-21, PokerStrategy returns false positives. This was reported in #776.
```json
  "PokerStrategy": {
    "errorType": "status_code",
    "url": "http://www.pokerstrategy.net/user/{}/profile/",
    "urlMain": "http://www.pokerstrategy.net",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Filmogs

Filmogs has closed down.

> **Filmogs is closed**
> **31-Aug 2020** - We are preparing the last data export and collection of images. It will be published here by 19-Oct 2020. If you have requested an export of your data it will also be emailed to you by 19-Oct 2020.

```json
  "Filmogs": {
    "errorType": "status_code",
    "url": "https://www.filmo.gs/users/{}",
    "urlMain": "https://www.filmo.gs/",
    "username_claimed": "cupparober",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## 500px
As of 2021-01-13, 500px returns false positives. This will hopefully be fixed soon once we add the ability to add different
request methods.

```json
  "500px": {
    "errorMsg": "No message available",
    "errorType": "message",
    "url": "https://500px.com/p/{}",
    "urlMain": "https://500px.com/",
    "urlProbe": "https://api.500px.com/graphql?operationName=ProfileRendererQuery&variables=%7B%22username%22%3A%22{}%22%7D&extensions=%7B%22persistedQuery%22%3A%7B%22version%22%3A1%2C%22sha256Hash%22%3A%224d02ff5c13927a3ac73b3eef306490508bc765956940c31051468cf30402a503%22%7D%7D",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Badoo
As of 2021-01-13, Badoo returns false positives
```json
  "Badoo": {
    "errorType": "status_code",
    "url": "https://badoo.com/profile/{}",
    "urlMain": "https://badoo.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Pling
As of 2021-01-13, Pling returns false positives.
```json
  "Pling": {
    "errorMsg": "Resource not found",
    "errorType": "message",
    "url": "https://www.pling.com/u/{}/",
    "urlMain": "https://www.pling.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis"
  },
```

## Realmeye
As of 2021-01-13, Realmeye returns false positives.
```json
  "Realmeye": {
    "errorMsg": "Sorry, but we either:",
    "errorType": "message",
    "url": "https://www.realmeye.com/player/{}",
    "urlMain": "https://www.realmeye.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Travellerspoint
As of 2021-01-13, Travellerspoint returns false positives
```json
  "Travellerspoint": {
    "errorMsg": "Wooops. Sorry!",
    "errorType": "message",
    "url": "https://www.travellerspoint.com/users/{}",
    "urlMain": "https://www.travellerspoint.com",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## GDProfiles

As of 2021-06-27, GDProfiles takes way too long to respond. Must be an issue on their side.
```json
  "GDProfiles": {
    "errorType": "status_code",
    "url": "https://gdprofiles.com/{}",
    "urlMain": "https://gdprofiles.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis"
  },
```

## AllTrails

As of 2021-06-27, AllTrails has a captcha which prevents us from checking for usernames on the site.
```json
  "AllTrails": {
    "errorMsg": "class=\"home index\"",
    "errorType": "message",
    "url": "https://www.alltrails.com/members/{}",
    "urlMain": "https://www.alltrails.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis"
  }
```

## Cent

As of 2021-06-27, there is not way of checking if a username exists on Cent

```json
  "Cent": {
    "errorMsg": "<title>Cent</title>",
    "errorType": "message",
    "url": "https://beta.cent.co/@{}",
    "urlMain": "https://cent.co/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Anobii

As of 2021-06-27, Anobii returns false positives and there is no stable way of checking usernames.
```

  "Anobii": {
    "errorType": "response_url",
    "url": "https://www.anobii.com/{}/profile",
    "urlMain": "https://www.anobii.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## Kali Community

As of 2021-06-27, Kali Community requires us to be logged in order to check if a user exists on their forum.

```json
  "Kali community": {
    "errorMsg": "This user has not registered and therefore does not have a profile to view.",
    "errorType": "message",
    "url": "https://forums.kali.org/member.php?username={}",
    "urlMain": "https://forums.kali.org/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## NameMC

As of 2021-06-27, NameMC uses captcha through CloudFlare which prevents us from checking if usernames exists on the site.

```json
  "NameMC (Minecraft.net skins)": {
    "errorMsg": "Profiles: 0 results",
    "errorType": "message",
    "url": "https://namemc.com/profile/{}",
    "urlMain": "https://namemc.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## SteamID

As of 2021-06-27, Steam uses captcha through CloudFlare which prevents us from checking if usernames exists on the site.
```json
  "Steamid": {
    "errorMsg": "<link rel=\"canonical\" href=\"https://steamid.uk\" />",
    "errorType": "message",
    "url": "https://steamid.uk/profile/{}",
    "urlMain": "https://steamid.uk/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```


## TripAdvisor

As of 2021-06-27, Trip takes too long to return a response. As of now, the reason is not known.
```json
  "TripAdvisor": {
    "errorMsg": "This page is on vacation\u2026",
    "errorType": "message",
    "url": "https://tripadvisor.com/members/{}",
    "urlMain": "https://tripadvisor.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },

```

### House Mixes

As of 2021-09-04, House Mixes has issues connecting causing Sherlock to freeze.
```json
  "House-Mixes.com": {
    "errorMsg": "Profile Not Found",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$",
    "url": "https://www.house-mixes.com/profile/{}",
    "urlMain": "https://www.house-mixes.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

### Quora
As of 2021-09-04, Quora returns false positives.
```json
  "Quora": {
    "errorMsg": "Page Not Found",
    "errorType": "message",
    "url": "https://www.quora.com/profile/{}",
    "urlMain": "https://www.quora.com/",
    "username_claimed": "Matt-Riggsby",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

### SparkPeople
As of 2021-09-04, SparkPeople returns false positives.
```json
  "SparkPeople": {
    "errorMsg": "We couldn't find that user",
    "errorType": "message",
    "url": "https://www.sparkpeople.com/mypage.asp?id={}",
    "urlMain": "https://www.sparkpeople.com",
    "username_claimed": "adam",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

### Cloob
As of 2021-10-25, Cloob seems to be down and their site is not responding.
```json
  "Cloob": {
    "errorType": "status_code",
    "url": "https://www.cloob.com/name/{}",
    "urlMain": "https://www.cloob.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

### 1337x
As of 2021-11-21, 1337x seems to be down causing false positives.
```json
  "1337x": {
    "errorMsg": "Bad Username",
    "errorType": "message",
    "url": "https://1337x.to/user/{}/",
    "urlMain": "https://1337x.to",
    "username_claimed": "TheMorozko",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

### TM-Ladder
As of 2021-11-30, TM-Ladder is returning false positives due to rate limits.

```json
  "TM-Ladder": {
    "errorMsg": "player unknown or invalid",
    "errorType": "message",
    "url": "http://en.tm-ladder.com/{}_rech.php",
    "urlMain": "http://en.tm-ladder.com/index.php",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis"
```

### plug.dj
As of 2021-12-02, plug.dj is returning false positives because the service is down.

```json
  "plug.dj": {
    "errorType": "status_code",
    "url": "https://plug.dj/@/{}",
    "urlMain": "https://plug.dj/",
    "username_claimed": "plug-dj-rock",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## Facenama

As of 2022-02-6, Facenama seems to be down their rebuilding their site
```json
  "Facenama": {
    "errorType": "response_url",
    "errorUrl": "https://facenama.com/404.html",
    "regexCheck": "^[-a-zA-Z0-9_]+$",
    "url": "https://facenama.com/{}",
    "urlMain": "https://facenama.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis77"
  },
```


## Designspiration

As of 2022-04-17, Designspiration seems to be down or very laggy. Therefore, we're removing the site for now.

```json
  "Designspiration": {
    "errorType": "status_code",
    "url": "https://www.designspiration.net/{}/",
    "urlMain": "https://www.designspiration.net/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## CapFriendly

As of 2022-05-01, CapFriendly always shows that a username exists even though it doesn't. This
then of course causes false positives in Sherlock's results.

```json
  "CapFriendly": {
    "errorMsg": "<div class=\"err show p5\">No results found</div>",
    "errorType": "message",
    "regexCheck": "^[a-zA-z][a-zA-Z0-9_]{2,79}$",
    "url": "https://www.capfriendly.com/users/{}",
    "urlMain": "https://www.capfriendly.com/",
    "username_claimed": "thisactuallyexists",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Gab

As of 2022-05-01, Gab returns false positives because they now use CloudFlare
```json
  "Gab": {
    "errorMsg": "The page you are looking for isn't here.",
    "errorType": "message",
    "url": "https://gab.com/{}",
    "urlMain": "https://gab.com",
    "username_claimed": "a",
    "username_unclaimed": "noonewouldeverusethis"
  },
```

## FanCentro

As of 2022-05-1, FanCentro returns false positives. Will later in new version of Sherlock.

```json
  "FanCentro": {
    "errorMsg": "var environment",
    "errorType": "message",
    "url": "https://fancentro.com/{}",
    "urlMain": "https://fancentro.com/",
    "username_claimed": "nielsrosanna",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Codeforces
As og 2022-05-01, Codeforces returns false positives
```json
  "Codeforces": {
    "errorType": "response_url",
    "errorUrl": "https://codeforces.com/",
    "url": "https://codeforces.com/profile/{}",
    "urlMain": "https://www.codeforces.com/",
    "username_claimed": "tourist",
    "username_unclaimed": "noonewouldeverusethis789"
  },
```

## Smashcast
As og 2022-05-01, Smashcast is down
```json
  "Smashcast": {
    "errorType": "status_code",
    "url": "https://www.smashcast.tv/api/media/live/{}",
    "urlMain": "https://www.smashcast.tv/",
    "username_claimed": "hello",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Countable

As og 2022-05-01, Countable returns false positives 
```json
  "Countable": {
    "errorType": "status_code",
    "url": "https://www.countable.us/{}",
    "urlMain": "https://www.countable.us/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Steam

As og 2022-05-01, Steam returns false positives
```json
  "Steam": {
    "errorMsg": "The specified profile could not be found",
    "errorType": "message",
    "url": "https://steamcommunity.com/id/{}",
    "urlMain": "https://steamcommunity.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Raidforums

Raidforums is [now run by the FBI](https://twitter.com/janomine/status/1499453777648234501?s=21)
```json
  "Raidforums": {
    "errorType": "status_code",
    "url": "https://raidforums.com/User-{}",
    "urlMain": "https://raidforums.com/",
    "username_claimed": "red",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Pinterest
Removed due to false positive

```json
  "Pinterest": {
    "errorType": "status_code",
    "url": "https://www.pinterest.com/{}/",
    "urlMain": "https://www.pinterest.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis76543"
  }
```

## PCPartPicker
As of 17-07-2022, PCPartPicker requires us to login in order to check if a user exits

```json
  "PCPartPicker": {
    "errorType": "status_code",
    "url": "https://pcpartpicker.com/user/{}",
    "urlMain": "https://pcpartpicker.com",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Ebay
As of 17-07-2022, Ebay is very slow to respond. It was also reported that it returned false positives. So this is something that has been investigated further later.

```json
  "eBay.com": {
    "errorMsg": "The User ID you entered was not found. Please check the User ID and try again.",
    "errorType": "message",
    "url": "https://www.ebay.com/usr/{}",
    "urlMain": "https://www.ebay.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
  "eBay.de": {
    "errorMsg": "Der eingegebene Nutzername wurde nicht gefunden. Bitte pr\u00fcfen Sie den Nutzernamen und versuchen Sie es erneut.",
    "errorType": "message",
    "url": "https://www.ebay.de/usr/{}",
    "urlMain": "https://www.ebay.de/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Ghost
As of 17-07-2022, Ghost returns false positives

```json
  "Ghost": {
    "errorMsg": "Domain Error",
    "errorType": "message",
    "url": "https://{}.ghost.io/",
    "urlMain": "https://ghost.org/",
    "username_claimed": "troyhunt",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## Atom Discussions
As of 25-07-2022, Atom Discussions seems to not work beceause it keeps on
redirecting to github discussion tab which does not exist and is not specific to a username

```json
  "Atom Discussions": {
    "errorMsg": "Oops! That page doesn\u2019t exist or is private.",
    "errorType": "message",
    "url": "https://discuss.atom.io/u/{}/summary",
    "urlMain": "https://discuss.atom.io",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis"
  }
```

## Gam1ng
As of 25-07-2022, Gam1ng has been permanently moved and is no longer functional

```json
  "Gam1ng": {
    "errorType": "status_code",
    "url": "https://gam1ng.com.br/user/{}",
    "urlMain": "https://gam1ng.com.br",
    "username_claimed": "PinKgirl",
    "username_unclaimed": "noonewouldeverusethis77777"
  }
```

## OGUsers
As of 25-07-2022, OGUsers is now no longer functional

```json
  "OGUsers": {
    "errorType": "status_code",
    "url": "https://ogusers.com/{}",
    "urlMain": "https://ogusers.com/",
    "username_claimed": "ogusers",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## Otzovik
As of 25-07-2022, Otzovik is now no longer functional

```json
  "Otzovik": {
    "errorType": "status_code",
    "url": "https://otzovik.com/profile/{}",
    "urlMain": "https://otzovik.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## radio_echo_msk
As of 25-07-2022, radio_echo_msk is now no longer functional

```json
  "radio_echo_msk": {
    "errorType": "status_code",
    "url": "https://echo.msk.ru/users/{}",
    "urlMain": "https://echo.msk.ru/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```
## Ello
As of 06.09.2022, Ello is now behind CloudFlare
```json
  "Ello": {
    "errorMsg": "We couldn't find the page you're looking for",
    "errorType": "message",
    "url": "https://ello.co/{}",
    "urlMain": "https://ello.co/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  }
```

## GitHub Support Community
As of 06.09.2022, GitHub Support Community's endpoint just redirects to the main community page
```json
  "GitHub Support Community": {
    "errorMsg": "Oops! That page doesn\u2019t exist or is private.",
    "errorType": "message",
    "url": "https://github.community/u/{}/summary",
    "urlMain": "https://github.community",
    "username_claimed": "jperl",
    "username_unclaimed": "noonewouldusethis298"
  }
```

## GuruShots
As of 08.09.2022, GuruShots returns false positives because it just returns a blank page. Need to look further into it so that it can be added back.

```json
  "GuruShots": {
    "errorType": "status_code",
    "url": "https://gurushots.com/{}/photos",
    "urlMain": "https://gurushots.com/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Google Developer
As of 09.10.2022, Google Developer returns false positives. The site is dynamic so we're not abl to get any proper results

```json
  "Google Developer": {
    "errorMsg": "Sorry, the profile was not found.",
    "errorType": "message",
    "url": "https://g.dev/{}",
    "urlMain": "https://g.dev/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## mastodon.technology
As of 18.12.2022, mastodon.technology has no A/AAAA records and the [website was shut down by the owner](https://ashfurrow.com/blog/mastodon-technology-shutdown/).

```json
  "mastodon.technology": {
    "errorType": "status_code",
    "url": "https://mastodon.technology/@{}",
    "urlMain": "https://mastodon.xyz/",
    "username_claimed": "ashfurrow",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```


## Aruino
As of 04.02.2023, Arduino returns false positives. Finding a fix is doable but takes some time. Will be fixed later

```json
"Arduino": {
    "errorMsg":"<title>Arduino Cloud</title>",
    "errorType": "message",
    "regexCheck": "^(?![_-])[A-Za-z0-9_-]{3,}$",
    "url": "https://projecthub.arduino.cc/{}",
    "urlMain": "https://www.arduino.cc/",
    "username_claimed": "blue",
    "username_unclaimed": "noonewould"
  },

```

## Zoomit
As of 04.02.2023, Zoomit return false positves. An attempt at finding a fix was made but a lot of time was used without luck. Therefore, it wont be prioritized at the moment.
```json
  "zoomit": {
    "errorMsg": "\u0645\u062a\u0627\u0633\u0641\u0627\u0646\u0647 \u0635\u0641\u062d\u0647 \u06cc\u0627\u0641\u062a \u0646\u0634\u062f",
    "errorType": "message",
    "url": "https://www.zoomit.ir/user/{}",
    "urlMain": "https://www.zoomit.ir",
    "username_claimed": "kossher",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## Facebook
As of 04.02.2023, Facebook returns false positives because we get prompted with the login screen to view the data
```json
"Facebook": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9\\.]{3,49}(?<!\\.com|\\.org|\\.net)$",
    "url": "https://www.facebook.com/{}",
    "urlMain": "https://www.facebook.com/",
    "urlProbe": "https://www.facebook.com/{}/videos/",
    "username_claimed": "hackerman",
    "username_unclaimed": "noonewouldeverusethis7"
  },
```

## BinarySearch
As of 08.02.2023, BinarySearch seems to not be responding at all
```json
  "BinarySearch": {
    "errorMsg": "{}",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z0-9-_]{1,15}$",
    "url": "https://binarysearch.io/@/{}",
    "urlMain": "https://binarysearch.io/",
    "urlProbe": "https://binarysearch.io/api/users/{}/profile",
    "username_claimed": "Eyes_Wide_Shut"
  },
```
## Arduino
As of 15.02.2023, Arduino returns false positives due to some unstable redirects
```json
  "Arduino": {
    "errorType": "status_code",
    "regexCheck": "^(?![_-])[A-Za-z0-9_-]{3,}$",
    "url": "https://create.arduino.cc/projecthub/{}",
    "urlMain": "https://www.arduino.cc/",
    "username_claimed": "blue"
  },
```
## Koo
As of 15.02.2023, Koo returns false positives
```json
  "koo": {
    "errorMsg": "This profile does not exist",
    "errorType": "message",
    "url": "https://www.kooapp.com/profile/{}",
    "urlMain": "https://www.kooapp.com",
    "urlProbe": "https://www.kooapp.com/apiV1/users/handle/{}/valid",
    "username_claimed": "john"
  }
```


## We Heart It
As of  2022.02.25, WeHeartIt no longer allows us to check for usersnames through their website. Visiting their website leads to links to download the mobile application. A potential way of fixing this is to find API endpoints in the app
```json
  "We Heart It": {
    "errorMsg": "Oops! You've landed on a moving target!",
    "errorType": "message",
    "url": "https://weheartit.com/{}",
    "urlMain": "https://weheartit.com/",
    "username_claimed": "ventivogue"
  }
```


## Tinder
As of 2022.03.15, Tinder returns false positives. We will try to rev the API endpoint on the android app to find a better soon

```json
"Tinder": {
    "errorMsg": [
      "<title data-react-helmet=\"true\">Tinder | Dating, Make Friends &amp; Meet New People</title>",
      "<title data-react-helmet=\"true\">Tinder | Match. Chat. Date.</title>"
    ],
    "errorType": "message",
    "url": "https://www.tinder.com/@{}",
    "urlMain": "https://tinder.com/",
    "username_claimed": "blue"
  },
```


## Coil
As of 2023.03.15, Coil has been discontinued. All accounts were deleted and any requests return a 404.

```json
"Coil": {
    "errorMsg": "User not found",
    "errorType": "message",
    "request_method": "POST",
    "request_payload": {
      "operationName": "getCreator",
      "query": "query getCreator($userShortName:String!){getCreator(userShortName:$userShortName){id}}",
      "variables": {
        "userShortName": "{}"
      }
    },
    "url": "https://coil.com/u/{}",
    "urlMain": "https://coil.com/",
    "urlProbe": "https://coil.com/gateway",
    "username_claimed": "adam"
  }
```

## OnlyFans
As of 2023.04.20, OnlyFans returns false negatives on checking usernames with the API endpoint and directly through their website.

```json
"OnlyFans": {
    "errorType": "status_code",
    "isNSFW": true,
    "url": "https://onlyfans.com/{}",
    "urlMain": "https://onlyfans.com/",
    "urlProbe": "https://onlyfans.com/api2/v2/users/{}",
    "username_claimed": "theemilylynne"
  }
```

## Instagram
As of 2023.04.21, Instagram returns false positives as picuki.com was used to query for usernames but they now user Cloudflare

```json
  "Instagram": {
    "errorMsg": "Nothing found!",
    "errorType": "message",
    "url": "https://www.instagram.com/{}",
    "urlMain": "https://www.instagram.com/",
    "urlProbe": "https://www.picuki.com/profile/{}",
    "username_claimed": "blue"
  }
```

## OK
As of 2023.04.21, Ok.ru returns false positives
```json
  "OK": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$",
    "url": "https://ok.ru/{}",
    "urlMain": "https://ok.ru/",
    "username_claimed": "ok"
  }
```

## ForumhouseRU
As of 2023.04.21, ForumhouseRU returns false positives
```json
  "forumhouseRU": {
    "errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.",
    "errorType": "message",
    "url": "https://www.forumhouse.ru/members/?username={}",
    "urlMain": "https://www.forumhouse.ru/",
    "username_claimed": "red"
  }
```

================================================
FILE: Extras/sherlock/requirements.txt
================================================
certifi>=2019.6.16
colorama>=0.4.1
PySocks>=1.7.0
requests>=2.22.0
requests-futures>=1.0.0
stem>=1.8.0 
torrequest>=0.1.0
pandas>=1.0.0
openpyxl<=3.0.10
exrex>=0.11.0

================================================
FILE: Extras/sherlock/sherlock/__init__.py
================================================
""" Sherlock Module

This module contains the main logic to search for usernames at social
networks.

"""


================================================
FILE: Extras/sherlock/sherlock/__main__.py
================================================
#! /usr/bin/env python3

"""
Sherlock: Find Usernames Across Social Networks Module

This module contains the main logic to search for usernames at social
networks.
"""

import sys


if __name__ == "__main__":
    # Check if the user is using the correct version of Python
    python_version = sys.version.split()[0]

    if sys.version_info < (3, 6):
        print("Sherlock requires Python 3.6+\nYou are using Python %s, which is not supported by Sherlock" % (python_version))
        sys.exit(1)

    import sherlock
    sherlock.main()


================================================
FILE: Extras/sherlock/sherlock/notify.py
================================================
"""Sherlock Notify Module

This module defines the objects for notifying the caller about the
results of queries.
"""
from result import QueryStatus
from colorama import Fore, Style
import webbrowser

# Global variable to count the number of results.
globvar = 0


class QueryNotify:
    """Query Notify Object.

    Base class that describes methods available to notify the results of
    a query.
    It is intended that other classes inherit from this base class and
    override the methods to implement specific functionality.
    """

    def __init__(self, result=None):
        """Create Query Notify Object.

        Contains information about a specific method of notifying the results
        of a query.

        Keyword Arguments:
        self                   -- This object.
        result                 -- Object of type QueryResult() containing
                                  results for this query.

        Return Value:
        Nothing.
        """

        self.result = result

        # return

    def start(self, message=None):
        """Notify Start.

        Notify method for start of query.  This method will be called before
        any queries are performed.  This method will typically be
        overridden by higher level classes that will inherit from it.

        Keyword Arguments:
        self                   -- This object.
        message                -- Object that is used to give context to start
                                  of query.
                                  Default is None.

        Return Value:
        Nothing.
        """

        # return

    def update(self, result):
        """Notify Update.

        Notify method for query result.  This method will typically be
        overridden by higher level classes that will inherit from it.

        Keyword Arguments:
        self                   -- This object.
        result                 -- Object of type QueryResult() containing
                                  results for this query.

        Return Value:
        Nothing.
        """

        self.result = result

        # return

    def finish(self, message=None):
        """Notify Finish.

        Notify method for finish of query.  This method will be called after
        all queries have been performed.  This method will typically be
        overridden by higher level classes that will inherit from it.

        Keyword Arguments:
        self                   -- This object.
        message                -- Object that is used to give context to start
                                  of query.
                                  Default is None.

        Return Value:
        Nothing.
        """

        # return

    def __str__(self):
        """Convert Object To String.

        Keyword Arguments:
        self                   -- This object.

        Return Value:
        Nicely formatted string to get information about this object.
        """
        return str(self.result)


class QueryNotifyPrint(QueryNotify):
    """Query Notify Print Object.

    Query notify class that prints results.
    """

    def __init__(self, result=None, verbose=False, print_all=False, browse=False):
        """Create Query Notify Print Object.

        Contains information about a specific method of notifying the results
        of a query.

        Keyword Arguments:
        self                   -- This object.
        result                 -- Object of type QueryResult() containing
                                  results for this query.
        verbose                -- Boolean indicating whether to give verbose output.
        print_all              -- Boolean indicating whether to only print all sites, including not found.
        browse                 -- Boolean indicating whether to open found sites in a web browser.

        Return Value:
        Nothing.
        """

        super().__init__(result)
        self.verbose = verbose
        self.print_all = print_all
        self.browse = browse

        return

    def start(self, message):
        """Notify Start.

        Will print the title to the standard output.

        Keyword Arguments:
        self                   -- This object.
        message                -- String containing username that the series
                                  of queries are about.

        Return Value:
        Nothing.
        """

        title = "Checking username"

        print(Style.BRIGHT + Fore.GREEN + "[" +
              Fore.YELLOW + "*" +
              Fore.GREEN + f"] {title}" +
              Fore.WHITE + f" {message}" +
              Fore.GREEN + " on:")
        # An empty line between first line and the result(more clear output)
        print('\r')

        return

    def countResults(self):
        """This function counts the number of results. Every time the function is called,
        the number of results is increasing.

        Keyword Arguments:
        self                   -- This object.

        Return Value:
        The number of results by the time we call the function.
        """
        global globvar
        globvar += 1
        return globvar

    def update(self, result):
        """Notify Update.

        Will print the query result to the standard output.

        Keyword Arguments:
        self                   -- This object.
        result                 -- Object of type QueryResult() containing
                                  results for this query.

        Return Value:
        Nothing.
        """
        self.result = result

        response_time_text = ""
        if self.result.query_time is not None and self.verbose is True:
            response_time_text = f" [{round(self.result.query_time * 1000)}ms]"

        # Output to the terminal is desired.
        if result.status == QueryStatus.CLAIMED:
            self.countResults()
            print(Style.BRIGHT + Fore.WHITE + "[" +
                  Fore.GREEN + "+" +
                  Fore.WHITE + "]" +
                  response_time_text +
                  Fore.GREEN +
                  f" {self.result.site_name}: " +
                  Style.RESET_ALL +
                  f"{self.result.site_url_user}")
            if self.browse:
                webbrowser.open(self.result.site_url_user, 2)

        elif result.status == QueryStatus.AVAILABLE:
            if self.print_all:
                print(Style.BRIGHT + Fore.WHITE + "[" +
                      Fore.RED + "-" +
                      Fore.WHITE + "]" +
                      response_time_text +
                      Fore.GREEN + f" {self.result.site_name}:" +
                      Fore.YELLOW + " Not Found!")

        elif result.status == QueryStatus.UNKNOWN:
            if self.print_all:
                print(Style.BRIGHT + Fore.WHITE + "[" +
                      Fore.RED + "-" +
                      Fore.WHITE + "]" +
                      Fore.GREEN + f" {self.result.site_name}:" +
                      Fore.RED + f" {self.result.context}" +
                      Fore.YELLOW + " ")

        elif result.status == QueryStatus.ILLEGAL:
            if self.print_all:
                msg = "Illegal Username Format For This Site!"
                print(Style.BRIGHT + Fore.WHITE + "[" +
                      Fore.RED + "-" +
                      Fore.WHITE + "]" +
                      Fore.GREEN + f" {self.result.site_name}:" +
                      Fore.YELLOW + f" {msg}")

        else:
            # It should be impossible to ever get here...
            raise ValueError(
                f"Unknown Query Status '{result.status}' for site '{self.result.site_name}'"
            )

        return

    def finish(self, message="The processing has been finished."):
        """Notify Start.
        Will print the last line to the standard output.
        Keyword Arguments:
        self                   -- This object.
        message                -- The 2 last phrases.
        Return Value:
        Nothing.
        """
        NumberOfResults = self.countResults() - 1

        print(Style.BRIGHT + Fore.GREEN + "[" +
              Fore.YELLOW + "*" +
              Fore.GREEN + "] Search completed with" +
              Fore.WHITE + f" {NumberOfResults} " +
              Fore.GREEN + "results" + Style.RESET_ALL
              )

    def __str__(self):
        """Convert Object To String.

        Keyword Arguments:
        self                   -- This object.

        Return Value:
        Nicely formatted string to get information about this object.
        """
        return str(self.result)


================================================
FILE: Extras/sherlock/sherlock/resources/data.json
================================================
{
  "2Dimensions": {
    "errorType": "status_code",
    "url": "https://2Dimensions.com/a/{}",
    "urlMain": "https://2Dimensions.com/",
    "username_claimed": "blue"
  },
  "3dnews": {
    "errorMsg": "\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.",
    "errorType": "message",
    "url": "http://forum.3dnews.ru/member.php?username={}",
    "urlMain": "http://forum.3dnews.ru/",
    "username_claimed": "red"
  },
  "7Cups": {
    "errorType": "status_code",
    "url": "https://www.7cups.com/@{}",
    "urlMain": "https://www.7cups.com/",
    "username_claimed": "blue"
  },
  "8tracks": {
    "errorMsg": "This page has vanished",
    "errorType": "message",
    "url": "https://8tracks.com/{}",
    "urlMain": "https://8tracks.com/",
    "username_claimed": "blue"
  },
  "9GAG": {
    "errorType": "status_code",
    "url": "https://www.9gag.com/u/{}",
    "urlMain": "https://www.9gag.com/",
    "username_claimed": "blue"
  },
  "APClips": {
    "errorMsg": "Amateur Porn Content Creators",
    "errorType": "message",
    "isNSFW": true,
    "url": "https://apclips.com/{}",
    "urlMain": "https://apclips.com/",
    "username_claimed": "onlybbyraq"
  },
  "About.me": {
    "errorType": "status_code",
    "url": "https://about.me/{}",
    "urlMain": "https://about.me/",
    "username_claimed": "blue"
  },
  "Academia.edu": {
    "errorType": "status_code",
    "regexCheck": "^[^.]*$",
    "url": "https://independent.academia.edu/{}",
    "urlMain": "https://www.academia.edu/",
    "username_claimed": "blue"
  },
  "AdmireMe.Vip": {
    "errorMsg": "Page Not Found",
    "errorType": "message",
    "isNSFW": true,
    "url": "https://admireme.vip/{}",
    "urlMain": "https://admireme.vip/",
    "username_claimed": "DemiDevil"
  },
  "Air Pilot Life": {
    "errorMsg": "Oops! That page doesn\u2019t exist or is private",
    "errorType": "message",
    "url": "https://airlinepilot.life/u/{}",
    "urlMain": "https://airlinepilot.life/",
    "username_claimed": "chris"
  },
  "Airbit": {
    "errorType": "status_code",
    "url": "https://airbit.com/{}",
    "urlMain": "https://airbit.com/",
    "username_claimed": "airbit"
  },
  "Airliners": {
    "errorType": "status_code",
    "url": "https://www.airliners.net/user/{}/profile/photos",
    "urlMain": "https://www.airliners.net/",
    "username_claimed": "yushinlin"
  },
  "Alik.cz": {
    "errorType": "status_code",
    "url": "https://www.alik.cz/u/{}",
    "urlMain": "https://www.alik.cz/",
    "username_claimed": "julian"
  },
  "All Things Worn": {
    "errorMsg": "Sell Used Panties",
    "errorType": "message",
    "isNSFW": true,
    "url": "https://www.allthingsworn.com/profile/{}",
    "urlMain": "https://www.allthingsworn.com",
    "username_claimed": "pink"
  },
  "AllMyLinks": {
    "errorMsg": "Not Found",
    "errorType": "message",
    "regexCheck": "^[a-z0-9][a-z0-9-]{2,32}$",
    "url": "https://allmylinks.com/{}",
    "urlMain": "https://allmylinks.com/",
    "username_claimed": "blue"
  },
  "Amino": {
    "errorType": "status_code",
    "url": "https://aminoapps.com/u/{}",
    "urlMain": "https://aminoapps.com",
    "username_claimed": "blue"
  },
  "Anilist": {
    "errorType": "status_code",
    "regexCheck": "^[A-Za-z0-9]{2,20}$",
    "request_method": "POST",
    "request_payload": {
      "query": "query($name:String){User(name:$name){id}}",
      "variables": {
        "name": "{}"
      }
    },
    "url": "https://anilist.co/user/{}/",
    "urlMain": "https://anilist.co/",
    "urlProbe": "https://graphql.anilist.co/",
    "username_claimed": "Josh"
  },
  "Apple Developer": {
    "errorType": "status_code",
    "url": "https://developer.apple.com/forums/profile/{}",
    "urlMain": "https://developer.apple.com",
    "username_claimed": "lio24d"
  },
  "Apple Discussions": {
    "errorMsg": "The page you tried was not found. You may have used an outdated link or may have typed the address (URL) incorrectly.",
    "errorType": "message",
    "url": "https://discussions.apple.com/profile/{}",
    "urlMain": "https://discussions.apple.com",
    "username_claimed": "jason"
  },
  "Archive of Our Own": {
    "errorMsg": "Sorry, could not find this user.",
    "errorType": "message",
    "url": "https://archiveofourown.org/users/{}",
    "urlMain": "https://archiveofourown.org/",
    "username_claimed": "test"
  },
  "Archive.org": {
    "errorMsg": "cannot find account",
    "errorType": "message",
    "url": "https://archive.org/details/@{}",
    "urlMain": "https://archive.org",
    "username_claimed": "blue"
  },
  "ArtStation": {
    "errorType": "status_code",
    "url": "https://www.artstation.com/{}",
    "urlMain": "https://www.artstation.com/",
    "username_claimed": "Blue"
  },
  "Asciinema": {
    "errorType": "status_code",
    "url": "https://asciinema.org/~{}",
    "urlMain": "https://asciinema.org",
    "username_claimed": "red"
  },
  "Ask Fedora": {
    "errorType": "status_code",
    "url": "https://ask.fedoraproject.org/u/{}",
    "urlMain": "https://ask.fedoraproject.org/",
    "username_claimed": "red"
  },
  "AskFM": {
    "errorMsg": "Well, apparently not anymore.",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z0-9_]{3,40}$",
    "url": "https://ask.fm/{}",
    "urlMain": "https://ask.fm/",
    "username_claimed": "blue"
  },
  "Audiojungle": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9_]+$",
    "url": "https://audiojungle.net/user/{}",
    "urlMain": "https://audiojungle.net/",
    "username_claimed": "blue"
  },
  "Autofrage": {
    "errorType": "status_code",
    "url": "https://www.autofrage.net/nutzer/{}",
    "urlMain": "https://www.autofrage.net/",
    "username_claimed": "autofrage"
  },
  "Avizo": {
    "errorType": "response_url",
    "errorUrl": "https://www.avizo.cz/",
    "url": "https://www.avizo.cz/{}/",
    "urlMain": "https://www.avizo.cz/",
    "username_claimed": "blue"
  },
  "BLIP.fm": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9_]{1,30}$",
    "url": "https://blip.fm/{}",
    "urlMain": "https://blip.fm/",
    "username_claimed": "blue"
  },
  "BOOTH": {
    "errorType": "response_url",
    "errorUrl": "https://booth.pm/",
    "regexCheck": "^[a-zA-Z0-9@_-]$",
    "url": "https://{}.booth.pm/",
    "urlMain": "https://booth.pm/",
    "username_claimed": "blue"
  },
  "Bandcamp": {
    "errorType": "status_code",
    "url": "https://www.bandcamp.com/{}",
    "urlMain": "https://www.bandcamp.com/",
    "username_claimed": "blue"
  },
  "Bazar.cz": {
    "errorType": "response_url",
    "errorUrl": "https://www.bazar.cz/error404.aspx",
    "url": "https://www.bazar.cz/{}/",
    "urlMain": "https://www.bazar.cz/",
    "username_claimed": "pianina"
  },
  "Behance": {
    "errorType": "status_code",
    "url": "https://www.behance.net/{}",
    "urlMain": "https://www.behance.net/",
    "username_claimed": "blue"
  },
  "Bezuzyteczna": {
    "errorType": "status_code",
    "url": "https://bezuzyteczna.pl/uzytkownicy/{}",
    "urlMain": "https://bezuzyteczna.pl",
    "username_claimed": "Jackson"
  },
  "BiggerPockets": {
    "errorType": "status_code",
    "url": "https://www.biggerpockets.com/users/{}",
    "urlMain": "https://www.biggerpockets.com/",
    "username_claimed": "blue"
  },
  "Bikemap": {
    "errorType": "status_code",
    "url": "https://www.bikemap.net/en/u/{}/routes/created/",
    "urlMain": "https://www.bikemap.net/",
    "username_claimed": "bikemap"
  },
  "BioHacking": {
    "errorType": "status_code",
    "url": "https://forum.dangerousthings.com/u/{}",
    "urlMain": "https://forum.dangerousthings.com/",
    "username_claimed": "blue"
  },
  "BitBucket": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9-_]{1,30}$",
    "url": "https://bitbucket.org/{}/",
    "urlMain": "https://bitbucket.org/",
    "username_claimed": "white"
  },
  "BitCoinForum": {
    "errorMsg": "The user whose profile you are trying to view does not exist.",
    "errorType": "message",
    "url": "https://bitcoinforum.com/profile/{}",
    "urlMain": "https://bitcoinforum.com",
    "username_claimed": "bitcoinforum.com"
  },
  "Bitwarden Forum": {
    "errorType": "status_code",
    "regexCheck": "^(?![.-])[a-zA-Z0-9_.-]{3,20}$",
    "url": "https://community.bitwarden.com/u/{}/summary",
    "urlMain": "https://bitwarden.com/",
    "username_claimed": "blue"
  },
  "Blogger": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
    "url": "https://{}.blogspot.com",
    "urlMain": "https://www.blogger.com/",
    "username_claimed": "blue"
  },
  "BodyBuilding": {
    "errorType": "response_url",
    "errorUrl": "https://bodyspace.bodybuilding.com/",
    "url": "https://bodyspace.bodybuilding.com/{}",
    "urlMain": "https://bodyspace.bodybuilding.com/",
    "username_claimed": "blue"
  },
  "BongaCams": {
    "errorType": "status_code",
    "isNSFW": true,
    "url": "https://pt.bongacams.com/profile/{}",
    "urlMain": "https://pt.bongacams.com",
    "username_claimed": "asuna-black"
  },
  "Bookcrossing": {
    "errorType": "status_code",
    "url": "https://www.bookcrossing.com/mybookshelf/{}/",
    "urlMain": "https://www.bookcrossing.com/",
    "username_claimed": "blue"
  },
  "BraveCommunity": {
    "errorType": "status_code",
    "url": "https://community.brave.com/u/{}/",
    "urlMain": "https://community.brave.com/",
    "username_claimed": "blue"
  },
  "BuyMeACoffee": {
    "errorType": "status_code",
    "regexCheck": "[a-zA-Z0-9]{3,15}",
    "url": "https://buymeacoff.ee/{}",
    "urlMain": "https://www.buymeacoffee.com/",
    "urlProbe": "https://www.buymeacoffee.com/{}",
    "username_claimed": "red"
  },
  "BuzzFeed": {
    "errorType": "status_code",
    "url": "https://buzzfeed.com/{}",
    "urlMain": "https://buzzfeed.com/",
    "username_claimed": "blue"
  },
  "CGTrader": {
    "errorMsg": "3D models for CG digital design and artwork",
    "errorType": "message",
    "url": "https://www.cgtrader.com/{}",
    "urlMain": "https://www.cgtrader.com",
    "username_claimed": "blue"
  },
  "CNET": {
    "errorType": "status_code",
    "url": "https://www.cnet.com/profiles/{}/",
    "urlMain": "https://www.cnet.com/",
    "username_claimed": "blue"
  },
  "CTAN": {
    "errorType": "status_code",
    "url": "https://ctan.org/author/{}",
    "urlMain": "https://ctan.org/",
    "username_claimed": "briggs"
  },
  "Caddy Community": {
    "errorType": "status_code",
    "url": "https://caddy.community/u/{}/summary",
    "urlMain": "https://caddy.community/",
    "username_claimed": "taako_magnusen"
  },
  "Car Talk Community": {
    "errorType": "status_code",
    "url": "https://community.cartalk.com/u/{}/summary",
    "urlMain": "https://community.cartalk.com/",
    "username_claimed": "always_fixing"
  },
  "Carbonmade": {
    "errorType": "response_url",
    "errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com",
    "regexCheck": "^[a-zA-Z0-9@_-]$",
    "url": "https://{}.carbonmade.com",
    "urlMain": "https://carbonmade.com/",
    "username_claimed": "jenny"
  },
  "Career.habr": {
    "errorMsg": "<h1>\u041e\u0448\u0438\u0431\u043a\u0430 404</h1>",
    "errorType": "message",
    "url": "https://career.habr.com/{}",
    "urlMain": "https://career.habr.com/",
    "username_claimed": "blue"
  },
  "Championat": {
    "errorType": "status_code",
    "url": "https://www.championat.com/user/{}",
    "urlMain": "https://www.championat.com/",
    "username_claimed": "blue"
  },
  "Chaos": {
    "errorType": "status_code",
    "url": "https://chaos.social/@{}",
    "urlMain": "https://chaos.social/",
    "username_claimed": "ordnung"
  },
  "Chatujme.cz": {
    "errorMsg": "Neexistujic\u00ed profil",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z][a-zA-Z1-9_-]*$",
    "url": "https://profil.chatujme.cz/{}",
    "urlMain": "https://chatujme.cz/",
    "username_claimed": "david"
  },
  "ChaturBate": {
    "errorType": "status_code",
    "isNSFW": true,
    "url": "https://chaturbate.com/{}",
    "urlMain": "https://chaturbate.com",
    "username_claimed": "cute18cute"
  },
  "Chess": {
    "errorMsg": "Username is valid",
    "errorType": "message",
    "regexCheck": "^[a-z1-9]{3,25}$",
    "url": "https://www.chess.com/member/{}",
    "urlMain": "https://www.chess.com/",
    "urlProbe": "https://www.chess.com/callback/user/valid?username={}",
    "username_claimed": "blue"
  },
  "Choice Community": {
    "errorType": "status_code",
    "url": "https://choice.community/u/{}/summary",
    "urlMain": "https://choice.community/",
    "username_claimed": "gordon"
  },
  "Clapper": {
    "errorType": "status_code",
    "url": "https://clapperapp.com/{}",
    "urlMain": "https://clapperapp.com/",
    "username_claimed": "blue"
  },
  "CloudflareCommunity": {
    "errorType": "status_code",
    "url": "https://community.cloudflare.com/u/{}",
    "urlMain": "https://community.cloudflare.com/",
    "username_claimed": "blue"
  },
  "Clozemaster": {
    "errorMsg": "Oh no! Player not found.",
    "errorType": "message",
    "url": "https://www.clozemaster.com/players/{}",
    "urlMain": "https://www.clozemaster.com",
    "username_claimed": "green"
  },
  "Clubhouse": {
    "errorType": "status_code",
    "url": "https://www.clubhouse.com/@{}",
    "urlMain": "https://www.clubhouse.com",
    "username_claimed": "waniathar"
  },
  "Code Snippet Wiki": {
    "errorMsg": "This user has not filled out their profile page yet",
    "errorType": "message",
    "url": "https://codesnippets.fandom.com/wiki/User:{}",
    "urlMain": "https://codesnippets.fandom.com",
    "username_claimed": "bob"
  },
  "Codecademy": {
    "errorMsg": "This profile could not be found",
    "errorType": "message",
    "url": "https://www.codecademy.com/profiles/{}",
    "urlMain": "https://www.codecademy.com/",
    "username_claimed": "blue"
  },
  "Codechef": {
    "errorType": "response_url",
    "errorUrl": "https://www.codechef.com/",
    "url": "https://www.codechef.com/users/{}",
    "urlMain": "https://www.codechef.com/",
    "username_claimed": "blue"
  },
  "Codeforces": {
    "errorType": "status_code",
    "url": "https://codeforces.com/profile/{}",
    "urlMain": "https://codeforces.com/",
    "urlProbe": "https://codeforces.com/api/user.info?handles={}",
    "username_claimed": "tourist",
    "username_unclaimed": "noonewouldeverusethis7"
  },
  "Codepen": {
    "errorType": "status_code",
    "url": "https://codepen.io/{}",
    "urlMain": "https://codepen.io/",
    "username_claimed": "blue"
  },
  "Coders Rank": {
    "errorMsg": "not a registered member",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z0-9](?:[a-zA-Z0-9]|-(?=[a-zA-Z0-9])){0,38}$",
    "url": "https://profile.codersrank.io/user/{}/",
    "urlMain": "https://codersrank.io/",
    "username_claimed": "rootkit7628"
  },
  "Coderwall": {
    "errorType": "status_code",
    "url": "https://coderwall.com/{}",
    "urlMain": "https://coderwall.com",
    "username_claimed": "hacker"
  },
  "Codewars": {
    "errorType": "status_code",
    "url": "https://www.codewars.com/users/{}",
    "urlMain": "https://www.codewars.com",
    "username_claimed": "example"
  },
  "Coinvote": {
    "errorType": "status_code",
    "url": "https://coinvote.cc/profile/{}",
    "urlMain": "https://coinvote.cc/",
    "username_claimed": "blue"
  },
  "ColourLovers": {
    "errorType": "status_code",
    "url": "https://www.colourlovers.com/lover/{}",
    "urlMain": "https://www.colourlovers.com/",
    "username_claimed": "blue"
  },
  "Contently": {
    "errorMsg": "We can't find that page!",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
    "url": "https://{}.contently.com/",
    "urlMain": "https://contently.com/",
    "username_claimed": "jordanteicher"
  },
  "Coroflot": {
    "errorType": "status_code",
    "url": "https://www.coroflot.com/{}",
    "urlMain": "https://coroflot.com/",
    "username_claimed": "blue"
  },
  "Cracked": {
    "errorType": "response_url",
    "errorUrl": "https://www.cracked.com/",
    "url": "https://www.cracked.com/members/{}/",
    "urlMain": "https://www.cracked.com/",
    "username_claimed": "blue"
  },
  "Crevado": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9@_-]$",
    "url": "https://{}.crevado.com",
    "urlMain": "https://crevado.com/",
    "username_claimed": "blue"
  },
  "Crowdin": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9._-]{2,255}$",
    "url": "https://crowdin.com/profile/{}",
    "urlMain": "https://crowdin.com/",
    "username_claimed": "blue"
  },
  "Cryptomator Forum": {
    "errorType": "status_code",
    "url": "https://community.cryptomator.org/u/{}",
    "urlMain": "https://community.cryptomator.org/",
    "username_claimed": "michael"
  },
  "Cults3D": {
    "errorMsg": "Oh dear, this page is not working!",
    "errorType": "message",
    "url": "https://cults3d.com/en/users/{}/creations",
    "urlMain": "https://cults3d.com/en",
    "username_claimed": "brown"
  },
  "DEV Community": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
    "url": "https://dev.to/{}",
    "urlMain": "https://dev.to/",
    "username_claimed": "blue"
  },
  "DMOJ": {
    "errorMsg": "No such user",
    "errorType": "message",
    "url": "https://dmoj.ca/user/{}",
    "urlMain": "https://dmoj.ca/",
    "username_claimed": "junferno"
  },
  "DailyMotion": {
    "errorType": "status_code",
    "url": "https://www.dailymotion.com/{}",
    "urlMain": "https://www.dailymotion.com/",
    "username_claimed": "blue"
  },
  "Dealabs": {
    "errorMsg": "La page que vous essayez",
    "errorType": "message",
    "regexCheck": "[a-z0-9]{4,16}",
    "url": "https://www.dealabs.com/profile/{}",
    "urlMain": "https://www.dealabs.com/",
    "username_claimed": "blue"
  },
  "DeviantART": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
    "url": "https://{}.deviantart.com",
    "urlMain": "https://deviantart.com",
    "username_claimed": "blue"
  },
  "Discogs": {
    "errorType": "status_code",
    "url": "https://www.discogs.com/user/{}",
    "urlMain": "https://www.discogs.com/",
    "username_claimed": "blue"
  },
  "Discuss.Elastic.co": {
    "errorType": "status_code",
    "url": "https://discuss.elastic.co/u/{}",
    "urlMain": "https://discuss.elastic.co/",
    "username_claimed": "blue"
  },
  "Disqus": {
    "errorType": "status_code",
    "url": "https://disqus.com/{}",
    "urlMain": "https://disqus.com/",
    "username_claimed": "blue"
  },
  "Docker Hub": {
    "errorType": "status_code",
    "url": "https://hub.docker.com/u/{}/",
    "urlMain": "https://hub.docker.com/",
    "urlProbe": "https://hub.docker.com/v2/users/{}/",
    "username_claimed": "blue"
  },
  "Dribbble": {
    "errorMsg": "Whoops, that page is gone.",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
    "url": "https://dribbble.com/{}",
    "urlMain": "https://dribbble.com/",
    "username_claimed": "blue"
  },
  "Duolingo": {
    "errorMsg": "{\"users\":[]}",
    "errorType": "message",
    "url": "https://www.duolingo.com/profile/{}",
    "urlMain": "https://duolingo.com/",
    "urlProbe": "https://www.duolingo.com/2017-06-30/users?username={}",
    "username_claimed": "blue"
  },
  "Eintracht Frankfurt Forum": {
    "errorType": "status_code",
    "url": "https://community.eintracht.de/fans/{}",
    "urlMain": "https://community.eintracht.de/",
    "username_claimed": "mmammu"
  },
  "Enjin": {
    "errorMsg": "Yikes, there seems to have been an error. We've taken note and will check out the problem right away!",
    "errorType": "message",
    "url": "https://www.enjin.com/profile/{}",
    "urlMain": "https://www.enjin.com/",
    "username_claimed": "blue"
  },
  "Envato Forum": {
    "errorType": "status_code",
    "url": "https://forums.envato.com/u/{}",
    "urlMain": "https://forums.envato.com/",
    "username_claimed": "enabled"
  },
  "Erome": {
    "errorType": "status_code",
    "isNSFW": true,
    "url": "https://www.erome.com/{}",
    "urlMain": "https://www.erome.com/",
    "username_claimed": "bob"
  },
  "Etsy": {
    "errorType": "status_code",
    "url": "https://www.etsy.com/shop/{}",
    "urlMain": "https://www.etsy.com/",
    "username_claimed": "JennyKrafts"
  },
  "Euw": {
    "errorMsg": "This summoner is not registered at OP.GG. Please check spelling.",
    "errorType": "message",
    "url": "https://euw.op.gg/summoner/userName={}",
    "urlMain": "https://euw.op.gg/",
    "username_claimed": "blue"
  },
  "Exposure": {
    "errorType": "status_code",
    "url": "https://{}.exposure.co/",
    "urlMain": "https://exposure.co/",
    "username_claimed": "jonasjacobsson"
  },
  "EyeEm": {
    "errorType": "status_code",
    "url": "https://www.eyeem.com/u/{}",
    "urlMain": "https://www.eyeem.com/",
    "username_claimed": "blue"
  },
  "F3.cool": {
    "errorType": "status_code",
    "url": "https://f3.cool/{}/",
    "urlMain": "https://f3.cool/",
    "username_claimed": "blue"
  },
  "Fameswap": {
    "errorType": "status_code",
    "url": "https://fameswap.com/user/{}",
    "urlMain": "https://fameswap.com/",
    "username_claimed": "fameswap"
  },
  "Fandom": {
    "errorType": "status_code",
    "url": "https://www.fandom.com/u/{}",
    "urlMain": "https://www.fandom.com/",
    "username_claimed": "Jungypoo"
  },
  "Finanzfrage": {
    "errorType": "status_code",
    "url": "https://www.finanzfrage.net/nutzer/{}",
    "urlMain": "https://www.finanzfrage.net/",
    "username_claimed": "finanzfrage"
  },
  "Fiverr": {
    "errorMsg": "\"status\":\"success\"",
    "errorType": "message",
    "regexCheck": "^[A-Za-z][A-Za-z\\d_]{5,14}$",
    "request_method": "POST",
    "request_payload": {
      "username": "{}"
    },
    "url": "https://www.fiverr.com/{}",
    "urlMain": "https://www.fiverr.com/",
    "urlProbe": "https://www.fiverr.com/validate_username",
    "username_claimed": "blueman"
  },
  "Flickr": {
    "errorType": "status_code",
    "url": "https://www.flickr.com/people/{}",
    "urlMain": "https://www.flickr.com/",
    "username_claimed": "blue"
  },
  "Flightradar24": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9_]{3,20}$",
    "url": "https://my.flightradar24.com/{}",
    "urlMain": "https://www.flightradar24.com/",
    "username_claimed": "jebbrooks"
  },
  "Flipboard": {
    "errorType": "status_code",
    "regexCheck": "^([a-zA-Z0-9_]){1,15}$",
    "url": "https://flipboard.com/@{}",
    "urlMain": "https://flipboard.com/",
    "username_claimed": "blue"
  },
  "Football": {
    "errorMsg": "\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",
    "errorType": "message",
    "url": "https://www.rusfootball.info/user/{}/",
    "urlMain": "https://www.rusfootball.info/",
    "username_claimed": "solo87"
  },
  "FortniteTracker": {
    "errorType": "status_code",
    "url": "https://fortnitetracker.com/profile/all/{}",
    "urlMain": "https://fortnitetracker.com/challenges",
    "username_claimed": "blue"
  },
  "Forum Ophilia": {
    "errorMsg": "that user does not exist",
    "errorType": "message",
    "isNSFW": true,
    "url": "https://www.forumophilia.com/profile.php?mode=viewprofile&u={}",
    "urlMain": "https://www.forumophilia.com/",
    "username_claimed": "bob"
  },
  "Fosstodon": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9_]{1,30}$",
    "url": "https://fosstodon.org/@{}",
    "urlMain": "https://fosstodon.org/",
    "username_claimed": "blue"
  },
  "Freelance.habr": {
    "errorMsg": "<div class=\"icon_user_locked\"></div>",
    "errorType": "message",
    "regexCheck": "^((?!\\.).)*$",
    "url": "https://freelance.habr.com/freelancers/{}",
    "urlMain": "https://freelance.habr.com/",
    "username_claimed": "adam"
  },
  "Freelancer": {
    "errorMsg": "\"users\":{}",
    "errorType": "message",
    "url": "https://www.freelancer.com/u/{}",
    "urlMain": "https://www.freelancer.com/",
    "urlProbe": "https://www.freelancer.com/api/users/0.1/users?usernames%5B%5D={}&compact=true",
    "username_claimed": "red0xff"
  },
  "Freesound": {
    "errorType": "status_code",
    "url": "https://freesound.org/people/{}/",
    "urlMain": "https://freesound.org/",
    "username_claimed": "blue"
  },
  "G2G": {
    "errorType": "response_url",
    "errorUrl": "https://www.g2g.com/{}",
    "regexCheck": "^[A-Za-z][A-Za-z0-9_]{2,11}$",
    "url": "https://www.g2g.com/{}",
    "urlMain": "https://www.g2g.com/",
    "username_claimed": "user"
  },
  "GNOME VCS": {
    "errorType": "response_url",
    "errorUrl": "https://gitlab.gnome.org/{}",
    "regexCheck": "^(?!-)[a-zA-Z0-9_.-]{2,255}(?<!\\.)$",
    "url": "https://gitlab.gnome.org/{}",
    "urlMain": "https://gitlab.gnome.org/",
    "username_claimed": "adam"
  },
  "GaiaOnline": {
    "errorMsg": "No user ID specified or user does not exist",
    "errorType": "message",
    "url": "https://www.gaiaonline.com/profiles/{}",
    "urlMain": "https://www.gaiaonline.com/",
    "username_claimed": "adam"
  },
  "Gamespot": {
    "errorType": "status_code",
    "url": "https://www.gamespot.com/profile/{}/",
    "urlMain": "https://www.gamespot.com/",
    "username_claimed": "blue"
  },
  "GeeksforGeeks": {
    "errorMsg": "<title>Login GeeksforGeeks</title>",
    "errorType": "message",
    "url": "https://auth.geeksforgeeks.org/user/{}",
    "urlMain": "https://www.geeksforgeeks.org/",
    "username_claimed": "adam"
  },
  "Genius (Artists)": {
    "errorType": "status_code",
    "url": "https://genius.com/artists/{}",
    "urlMain": "https://genius.com/",
    "username_claimed": "genius"
  },
  "Genius (Users)": {
    "errorType": "status_code",
    "url": "https://genius.com/{}",
    "urlMain": "https://genius.com/",
    "username_claimed": "genius"
  },
  "Gesundheitsfrage": {
    "errorType": "status_code",
    "url": "https://www.gesundheitsfrage.net/nutzer/{}",
    "urlMain": "https://www.gesundheitsfrage.net/",
    "username_claimed": "gutefrage"
  },
  "GetMyUni": {
    "errorType": "status_code",
    "url": "https://www.getmyuni.com/user/{}",
    "urlMain": "https://getmyuni.com/",
    "username_claimed": "Upneet.Grover17"
  },
  "Giant Bomb": {
    "errorType": "status_code",
    "url": "https://www.giantbomb.com/profile/{}/",
    "urlMain": "https://www.giantbomb.com/",
    "username_claimed": "bob"
  },
  "Giphy": {
    "errorType": "status_code",
    "url": "https://giphy.com/{}",
    "urlMain": "https://giphy.com/",
    "username_claimed": "blue"
  },
  "GitBook": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9@_-]$",
    "url": "https://{}.gitbook.io/",
    "urlMain": "https://gitbook.com/",
    "username_claimed": "gitbook"
  },
  "GitHub": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9](?:[a-zA-Z0-9]|-(?=[a-zA-Z0-9])){0,38}$",
    "url": "https://www.github.com/{}",
    "urlMain": "https://www.github.com/",
    "username_claimed": "blue"
  },
  "GitLab": {
    "errorMsg": "[]",
    "errorType": "message",
    "url": "https://gitlab.com/{}",
    "urlMain": "https://gitlab.com/",
    "urlProbe": "https://gitlab.com/api/v4/users?username={}",
    "username_claimed": "blue"
  },
  "Gitee": {
    "errorType": "status_code",
    "url": "https://gitee.com/{}",
    "urlMain": "https://gitee.com/",
    "username_claimed": "wizzer"
  },
  "GoodReads": {
    "errorType": "status_code",
    "url": "https://www.goodreads.com/{}",
    "urlMain": "https://www.goodreads.com/",
    "username_claimed": "blue"
  },
  "Google Play": {
    "errorMsg": "the requested URL was not found on this server",
    "errorType": "message",
    "url": "https://play.google.com/store/apps/developer?id={}",
    "urlMain": "https://play.google.com",
    "username_claimed": "GitHub"
  },
  "Gradle": {
    "errorType": "status_code",
    "regexCheck": "^(?!-)[a-zA-Z0-9-]{3,}(?<!-)$",
    "url": "https://plugins.gradle.org/u/{}",
    "urlMain": "https://gradle.org/",
    "username_claimed": "jetbrains"
  },
  "Grailed": {
    "errorType": "response_url",
    "errorUrl": "https://www.grailed.com/{}",
    "url": "https://www.grailed.com/{}",
    "urlMain": "https://www.grailed.com/",
    "username_claimed": "blue"
  },
  "Gravatar": {
    "errorType": "status_code",
    "regexCheck": "^((?!\\.).)*$",
    "url": "http://en.gravatar.com/{}",
    "urlMain": "http://en.gravatar.com/",
    "username_claimed": "blue"
  },
  "Gumroad": {
    "errorMsg": "Page not found (404) - Gumroad",
    "errorType": "message",
    "url": "https://www.gumroad.com/{}",
    "urlMain": "https://www.gumroad.com/",
    "username_claimed": "blue"
  },
  "GunsAndAmmo": {
    "errorType": "status_code",
    "url": "https://forums.gunsandammo.com/profile/{}",
    "urlMain": "https://gunsandammo.com/",
    "username_claimed": "adam"
  },
  "Gutefrage": {
    "errorType": "status_code",
    "url": "https://www.gutefrage.net/nutzer/{}",
    "urlMain": "https://www.gutefrage.net/",
    "username_claimed": "gutefrage"
  },
  "HEXRPG": {
    "errorMsg": "Error : User ",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z0-9_ ]{3,20}$",
    "url": "https://www.hexrpg.com/userinfo/{}",
    "urlMain": "https://www.hexrpg.com/",
    "username_claimed": "blue"
  },
  "HackTheBox": {
    "errorType": "status_code",
    "url": "https://forum.hackthebox.eu/profile/{}",
    "urlMain": "https://forum.hackthebox.eu/",
    "username_claimed": "angar"
  },
  "Hackaday": {
    "errorType": "status_code",
    "url": "https://hackaday.io/{}",
    "urlMain": "https://hackaday.io/",
    "username_claimed": "adam"
  },
  "HackerEarth": {
    "errorMsg": "404. URL not found.",
    "errorType": "message",
    "url": "https://hackerearth.com/@{}",
    "urlMain": "https://hackerearth.com/",
    "username_claimed": "naveennamani877"
  },
  "HackerNews": {
    "errorMsg": "No such user.",
    "errorType": "message",
    "url": "https://news.ycombinator.com/user?id={}",
    "urlMain": "https://news.ycombinator.com/",
    "username_claimed": "blue"
  },
  "HackerOne": {
    "errorMsg": "Page not found",
    "errorType": "message",
    "url": "https://hackerone.com/{}",
    "urlMain": "https://hackerone.com/",
    "username_claimed": "stok"
  },
  "HackerRank": {
    "errorMsg": "Something went wrong",
    "errorType": "message",
    "url": "https://hackerrank.com/{}",
    "urlMain": "https://hackerrank.com/",
    "username_claimed": "satznova"
  },
  "Harvard Scholar": {
    "errorType": "status_code",
    "url": "https://scholar.harvard.edu/{}",
    "urlMain": "https://scholar.harvard.edu/",
    "username_claimed": "ousmanekane"
  },
  "Hashnode": {
    "errorType": "status_code",
    "url": "https://hashnode.com/@{}",
    "urlMain": "https://hashnode.com",
    "username_claimed": "blue"
  },
  "Heavy-R": {
    "errorMsg": "Channel not found",
    "errorType": "message",
    "isNSFW": true,
    "url": "https://www.heavy-r.com/user/{}",
    "urlMain": "https://www.heavy-r.com/",
    "username_claimed": "kilroy222"
  },
  "Holopin": {
    "errorMsg": "true",
    "errorType": "message",
    "request_method": "POST",
    "request_payload": {
      "username": "{}"
    },
    "url": "https://holopin.io/@{}",
    "urlMain": "https://holopin.io",
    "urlProbe": "https://www.holopin.io/api/auth/username",
    "username_claimed": "red"
  },
  "Houzz": {
    "errorMsg": "The page you requested was not found.",
    "errorType": "message",
    "url": "https://houzz.com/user/{}",
    "urlMain": "https://houzz.com/",
    "username_claimed": "blue"
  },
  "HubPages": {
    "errorType": "status_code",
    "url": "https://hubpages.com/@{}",
    "urlMain": "https://hubpages.com/",
    "username_claimed": "blue"
  },
  "Hubski": {
    "errorMsg": "No such user",
    "errorType": "message",
    "url": "https://hubski.com/user/{}",
    "urlMain": "https://hubski.com/",
    "username_claimed": "blue"
  },
  "ICQ": {
    "errorType": "status_code",
    "url": "https://icq.im/{}/en",
    "urlMain": "https://icq.com/",
    "username_claimed": "Micheal"
  },
  "IFTTT": {
    "errorMsg": "The requested page or file does not exist",
    "errorType": "message",
    "regexCheck": "^[A-Za-z0-9]{3,35}$",
    "url": "https://www.ifttt.com/p/{}",
    "urlMain": "https://www.ifttt.com/",
    "username_claimed": "blue"
  },
  "IRL": {
    "errorType": "status_code",
    "url": "https://www.irl.com/{}",
    "urlMain": "https://www.irl.com/",
    "username_claimed": "hacker"
  },
  "Icons8 Community": {
    "errorType": "status_code",
    "url": "https://community.icons8.com/u/{}/summary",
    "urlMain": "https://community.icons8.com/",
    "username_claimed": "thefourCraft"
  },
  "Image Fap": {
    "errorMsg": "Not found",
    "errorType": "message",
    "isNSFW": true,
    "url": "https://www.imagefap.com/profile/{}",
    "urlMain": "https://www.imagefap.com/",
    "username_claimed": "blue"
  },
  "ImgUp.cz": {
    "errorType": "status_code",
    "url": "https://imgup.cz/{}",
    "urlMain": "https://imgup.cz/",
    "username_claimed": "adam"
  },
  "Imgur": {
    "errorType": "status_code",
    "url": "https://imgur.com/user/{}",
    "urlMain": "https://imgur.com/",
    "urlProbe": "https://api.imgur.com/account/v1/accounts/{}?client_id=546c25a59c58ad7",
    "username_claimed": "blue"
  },
  "Instructables": {
    "errorType": "status_code",
    "url": "https://www.instructables.com/member/{}",
    "urlMain": "https://www.instructables.com/",
    "urlProbe": "https://www.instructables.com/json-api/showAuthorExists?screenName={}",
    "username_claimed": "blue"
  },
  "Intigriti": {
    "errorType": "status_code",
    "regexCheck": "[a-z0-9_]{1,25}",
    "request_method": "GET",
    "url": "https://app.intigriti.com/profile/{}",
    "urlMain": "https://app.intigriti.com",
    "urlProbe": "https://api.intigriti.com/user/public/profile/{}",
    "username_claimed": "blue"
  },
  "Ionic Forum": {
    "errorType": "status_code",
    "url": "https://forum.ionicframework.com/u/{}",
    "urlMain": "https://forum.ionicframework.com/",
    "username_claimed": "theblue222"
  },
  "Issuu": {
    "errorType": "status_code",
    "url": "https://issuu.com/{}",
    "urlMain": "https://issuu.com/",
    "username_claimed": "jenny"
  },
  "Itch.io": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9@_-]$",
    "url": "https://{}.itch.io/",
    "urlMain": "https://itch.io/",
    "username_claimed": "blue"
  },
  "Itemfix": {
    "errorMsg": "<title>ItemFix - Channel: </title>",
    "errorType": "message",
    "url": "https://www.itemfix.com/c/{}",
    "urlMain": "https://www.itemfix.com/",
    "username_claimed": "blue"
  },
  "Jellyfin Weblate": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z0-9@._-]{1,150}$",
    "url": "https://translate.jellyfin.org/user/{}/",
    "urlMain": "https://translate.jellyfin.org/",
    "username_claimed": "EraYaN"
  },
  "Jimdo": {
    "errorType": "status_code",
    "noPeriod": "True",
    "regexCheck": "^[a-zA-Z0-9@_-]$",
    "url": "https://{}.jimdosite.com",
    "urlMain": "https://jimdosite.com/",
    "username_claimed": "jenny"
  },
  "Joplin Forum": {
    "errorType": "status_code",
    "url": "https://discourse.joplinapp.org/u/{}",
    "urlMain": "https://discourse.joplinapp.org/",
    "username_claimed": "laurent"
  },
  "KEAKR": {
    "errorType": "status_code",
    "url": "https://www.keakr.com/en/profile/{}",
    "urlMain": "https://www.keakr.com/",
    "username_claimed": "beats"
  },
  "Kaggle": {
    "errorType": "status_code",
    "url": "https://www.kaggle.com/{}",
    "urlMain": "https://www.kaggle.com/",
    "username_claimed": "dansbecker"
  },
  "Keybase": {
    "errorType": "status_code",
    "url": "https://keybase.io/{}",
    "urlMain": "https://keybase.io/",
    "username_claimed": "blue"
  },
  "Kik": {
    "errorMsg": "The page you requested was not found",
    "errorType": "message",
    "url": "https://kik.me/{}",
    "urlMain": "http://kik.me/",
    "urlProbe": "https://ws2.kik.com/user/{}",
    "username_claimed": "blue"
  },
  "Kongregate": {
    "errorMsg": "Sorry, no account with that name was found.",
    "errorType": "message",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
    "url": "https://www.kongregate.com/accounts/{}",
    "urlMain": "https://www.kongregate.com/",
    "username_claimed": "blue"
  },
  "LOR": {
    "errorType": "status_code",
    "url": "https://www.linux.org.ru/people/{}/profile",
    "urlMain": "https://linux.org.ru/",
    "username_claimed": "red"
  },
  "Launchpad": {
    "errorType": "status_code",
    "url": "https://launchpad.net/~{}",
    "urlMain": "https://launchpad.net/",
    "username_claimed": "blue"
  },
  "LeetCode": {
    "errorType": "status_code",
    "url": "https://leetcode.com/{}",
    "urlMain": "https://leetcode.com/",
    "username_claimed": "blue"
  },
  "LessWrong": {
    "errorType": "status_code",
    "url": "https://www.lesswrong.com/users/@{}",
    "urlMain": "https://www.lesswrong.com/",
    "username_claimed": "blue"
  },
  "Letterboxd": {
    "errorMsg": "Sorry, we can\u2019t find the page you\u2019ve requested.",
    "errorType": "message",
    "url": "https://letterboxd.com/{}",
    "urlMain": "https://letterboxd.com/",
    "username_claimed": "blue"
  },
  "Lichess": {
    "errorMsg": "Page not found!",
    "errorType": "message",
    "url": "https://lichess.org/@/{}",
    "urlMain": "https://lichess.org",
    "username_claimed": "blue"
  },
  "Linktree": {
    "errorType": "status_code",
    "url": "https://linktr.ee/{}",
    "urlMain": "https://linktr.ee/",
    "username_claimed": "anne"
  },
  "Listed": {
    "errorType": "response_url",
    "errorUrl": "https://listed.to/@{}",
    "url": "https://listed.to/@{}",
    "urlMain": "https://listed.to/",
    "username_claimed": "listed"
  },
  "LiveJournal": {
    "errorType": "status_code",
    "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
    "url": "https://{}.livejournal.com",
    "urlMain": "https://www.livejournal.com/",
    "username_claimed": "blue"
  },
  "Lobsters": {
    "errorType": "status_code",
    "regexCheck": "[A-Za-z0-9][A-Za-z0-9_-]{0,24}",
    "url": "https://lobste.rs/u/{}",
    "urlMain": "https://lobste.rs/",
    "username_claimed": "jcs"
  },
  "Lolchess": {
    "errorMsg": "No search results",
Download .txt
gitextract__c4fxlzo/

├── .gitignore
├── Banners.py
├── Extras/
│   ├── kali-anonsurf/
│   │   ├── .github/
│   │   │   └── workflows/
│   │   │       ├── build_package.yml
│   │   │       └── test_install.yml
│   │   ├── LICENSE
│   │   ├── README.md
│   │   ├── installer.sh
│   │   └── kali-anonsurf-deb-src/
│   │       ├── DEBIAN/
│   │       │   ├── control
│   │       │   ├── postinst
│   │       │   └── postrm
│   │       ├── etc/
│   │       │   ├── init/
│   │       │   │   └── pandora.conf
│   │       │   ├── init.d/
│   │       │   │   ├── anonsurf
│   │       │   │   └── pandora
│   │       │   ├── systemd/
│   │       │   │   └── system/
│   │       │   │       └── pandora.service
│   │       │   └── tor/
│   │       │       ├── onion.pac
│   │       │       └── torrc.anon
│   │       └── usr/
│   │           └── bin/
│   │               ├── anonsurf
│   │               └── pandora
│   └── sherlock/
│       ├── CODE_OF_CONDUCT.md
│       ├── CONTRIBUTING.md
│       ├── Dockerfile
│       ├── LICENSE
│       ├── README.md
│       ├── docker-compose.yml
│       ├── removed_sites.json
│       ├── removed_sites.md
│       ├── requirements.txt
│       ├── sherlock/
│       │   ├── __init__.py
│       │   ├── __main__.py
│       │   ├── notify.py
│       │   ├── resources/
│       │   │   └── data.json
│       │   ├── result.py
│       │   ├── sherlock.py
│       │   ├── sites.py
│       │   └── tests/
│       │       ├── __init__.py
│       │       ├── all.py
│       │       ├── base.py
│       │       └── test_multiple_usernames.py
│       ├── site_list.py
│       └── sites.md
├── README.md
├── hive.py
├── install.sh
├── output/
│   ├── intelx/
│   │   └── test
│   ├── sherlock/
│   │   └── test
│   └── shodan/
│       └── test
└── requirements.txt
Download .txt
SYMBOL INDEX (68 symbols across 8 files)

FILE: Extras/sherlock/sherlock/notify.py
  class QueryNotify (line 14) | class QueryNotify:
    method __init__ (line 23) | def __init__(self, result=None):
    method start (line 42) | def start(self, message=None):
    method update (line 61) | def update(self, result):
    method finish (line 80) | def finish(self, message=None):
    method __str__ (line 99) | def __str__(self):
  class QueryNotifyPrint (line 111) | class QueryNotifyPrint(QueryNotify):
    method __init__ (line 117) | def __init__(self, result=None, verbose=False, print_all=False, browse...
    method start (line 142) | def start(self, message):
    method countResults (line 168) | def countResults(self):
    method update (line 182) | def update(self, result):
    method finish (line 250) | def finish(self, message="The processing has been finished."):
    method __str__ (line 268) | def __str__(self):

FILE: Extras/sherlock/sherlock/result.py
  class QueryStatus (line 8) | class QueryStatus(Enum):
    method __str__ (line 18) | def __str__(self):
  class QueryResult (line 29) | class QueryResult():
    method __init__ (line 34) | def __init__(self, username, site_name, site_url_user, status,
    method __str__ (line 73) | def __str__(self):

FILE: Extras/sherlock/sherlock/sherlock.py
  class SherlockFuturesSession (line 34) | class SherlockFuturesSession(FuturesSession):
    method request (line 35) | def request(self, method, url, hooks=None, *args, **kwargs):
  function get_response (line 100) | def get_response(request_future, error_type, social_network):
  function interpolate_string (line 130) | def interpolate_string(object, username):
  function CheckForParameter (line 145) | def CheckForParameter(username):
  function MultipleUsernames (line 155) | def MultipleUsernames(username):
  function sherlock (line 163) | def sherlock(username, site_data, query_notify,
  function timeout_check (line 452) | def timeout_check(value):
  function handler (line 478) | def handler(signal_received, frame):
  function main (line 486) | def main():

FILE: Extras/sherlock/sherlock/sites.py
  class SiteInformation (line 10) | class SiteInformation:
    method __init__ (line 11) | def __init__(self, name, url_home, url_username_format, username_claimed,
    method __str__ (line 61) | def __str__(self):
  class SitesInformation (line 74) | class SitesInformation:
    method __init__ (line 75) | def __init__(self, data_file_path=None):
    method remove_nsfw_sites (line 178) | def remove_nsfw_sites(self):
    method site_name_list (line 195) | def site_name_list(self):
    method __iter__ (line 207) | def __iter__(self):
    method __len__ (line 220) | def __len__(self):

FILE: Extras/sherlock/sherlock/tests/all.py
  class SherlockDetectTests (line 9) | class SherlockDetectTests(SherlockBaseTest):
    method test_detect_true_via_message (line 10) | def test_detect_true_via_message(self):
    method test_detect_false_via_message (line 34) | def test_detect_false_via_message(self):
    method test_detect_true_via_status_code (line 67) | def test_detect_true_via_status_code(self):
    method test_detect_false_via_status_code (line 91) | def test_detect_false_via_status_code(self):
  class SherlockSiteCoverageTests (line 125) | class SherlockSiteCoverageTests(SherlockBaseTest):
    method test_coverage_false_via_status (line 126) | def test_coverage_false_via_status(self):
    method test_coverage_true_via_status (line 144) | def test_coverage_true_via_status(self):
    method test_coverage_false_via_message (line 162) | def test_coverage_false_via_message(self):
    method test_coverage_true_via_message (line 180) | def test_coverage_true_via_message(self):
    method test_coverage_total (line 198) | def test_coverage_total(self):

FILE: Extras/sherlock/sherlock/tests/base.py
  class SherlockBaseTest (line 15) | class SherlockBaseTest(unittest.TestCase):
    method setUp (line 16) | def setUp(self):
    method site_data_filter (line 61) | def site_data_filter(self, site_list):
    method username_check (line 85) | def username_check(self, username_list, site_list, exist_check=True):
    method detect_type_check (line 141) | def detect_type_check(self, detect_type, exist_check=True):
    method coverage_total_check (line 203) | def coverage_total_check(self):

FILE: Extras/sherlock/sherlock/tests/test_multiple_usernames.py
  class TestMultipleUsernames (line 22) | class TestMultipleUsernames(unittest.TestCase):
    method test_area (line 23) | def test_area(self):

FILE: hive.py
  function define (line 22) | def define() -> None:
  function spoof (line 41) | def spoof(choice=None) -> None:
  function process_line (line 90) | def process_line(args):
  function CredFetch (line 109) | def CredFetch() -> None:
  function truecaller (line 161) | def truecaller() -> None:
  function shodancrawl (line 178) | def shodancrawl() -> None:
  function geo (line 195) | def geo() -> None:
  function intel (line 220) | def intel() -> None:
  function emver (line 243) | def emver() -> None:
  function sher (line 255) | def sher() -> None:
  function modulechoice (line 281) | def modulechoice() -> None:
  function main (line 306) | def main() -> None:
Condensed preview — 47 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (400K chars).
[
  {
    "path": ".gitignore",
    "chars": 50,
    "preview": "*.txt\n!requirements.txt\n.git\n.env\namp1\n__pycache__"
  },
  {
    "path": "Banners.py",
    "chars": 5203,
    "preview": "bannermain = r'''\n /$$   /$$     /$$$$$$  /$$    /$$ /$$$$$$$$\n| $$  | $$    |_  $$_/ | $$   | $$| $$_____/\n| $$  | $$  "
  },
  {
    "path": "Extras/kali-anonsurf/.github/workflows/build_package.yml",
    "chars": 2142,
    "preview": "name: Build and Publish Debian Package\n\non:\n  push:\n    branches:\n      - master\n\n\njobs:\n  build-deb:\n    runs-on: ubunt"
  },
  {
    "path": "Extras/kali-anonsurf/.github/workflows/test_install.yml",
    "chars": 574,
    "preview": "name: Test install on Kali Linux\r\n\r\non:\r\n  push:\r\n    branches: [ master ]\r\n  pull_request:\r\n    branches: [ master ]\r\n\r"
  },
  {
    "path": "Extras/kali-anonsurf/LICENSE",
    "chars": 32472,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "Extras/kali-anonsurf/README.md",
    "chars": 1938,
    "preview": "# kali-anonstealth\n\nParrotSec's anonsurf and stealth, ported to work with Kali Linux.\n\n## How to use this repo\n\nThis rep"
  },
  {
    "path": "Extras/kali-anonsurf/installer.sh",
    "chars": 1150,
    "preview": "#!/bin/sh\n\n# Ensure we are being ran as root\n[ $(id -u) -eq 0 ] || { echo \"This script must be ran as root\"; exit 1; }\n\n"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/DEBIAN/control",
    "chars": 316,
    "preview": "Package: kali-anonsurf\nVersion: 1.2.3.1\nArchitecture: all\nMaintainer: Und3rf10w\nInstalled-Size: 64\nDepends: secure-delet"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/DEBIAN/postinst",
    "chars": 151,
    "preview": "if [ -e /etc/tor/torrc ]; then\n mv /etc/tor/torrc /etc/tor/torrc.orig\nfi\nif [ -e /etc/tor/torrc.anon ]; then\n mv /etc/to"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/DEBIAN/postrm",
    "chars": 78,
    "preview": "if [ -e /etc/tor/torrc.orig ]; then\n mv /etc/tor/torrc.orig /etc/tor/torrc\nfi\n"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/init/pandora.conf",
    "chars": 130,
    "preview": "description \"Wipes RAM memory on shutdown\"\n\nstart on (runlevel [016] and stopped lightdm)\n\nscript\n\t/usr/bin/sdmem -flv\ne"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/init.d/anonsurf",
    "chars": 10311,
    "preview": "#!/bin/bash\n\n### BEGIN INIT INFO\n# Provides:          anonsurf\n# Required-Start:\n# Required-Stop:\n# Should-Start:\n# Defa"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/init.d/pandora",
    "chars": 1490,
    "preview": "#!/bin/bash\nset -e\n### BEGIN INIT INFO\n# Provides:          pandora-bootparam\n# Required-Start:\n# Required-Stop:        "
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/systemd/system/pandora.service",
    "chars": 307,
    "preview": "#!/bin/sh\nset -e\n\n[Unit]\nDescription=Pandora module - shutdown ram cleaner\nAfter=umountroot.target\nBefore=shutdown.targe"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/tor/onion.pac",
    "chars": 202,
    "preview": "function FindProxyForURL(url, host)\n{\n\tif (shExpMatch(host,\"*.onion\"))\n\t{\n\t\treturn \"SOCKS 127.0.0.1:9050\";\n\t}\n\t\n\tif (shE"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/etc/tor/torrc.anon",
    "chars": 112,
    "preview": "VirtualAddrNetwork 10.192.0.0/10\nAutomapHostsOnResolve 1\nTransPort 9040\nSocksPort 9050\nDNSPort 53\nRunAsDaemon 1\n"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/usr/bin/anonsurf",
    "chars": 24,
    "preview": "/etc/init.d/anonsurf $1\n"
  },
  {
    "path": "Extras/kali-anonsurf/kali-anonsurf-deb-src/usr/bin/pandora",
    "chars": 35,
    "preview": "#!/bin/bash\n/etc/init.d/pandora $1\n"
  },
  {
    "path": "Extras/sherlock/CODE_OF_CONDUCT.md",
    "chars": 5485,
    "preview": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nWe as members, contributors, and leaders pledge to make participa"
  },
  {
    "path": "Extras/sherlock/CONTRIBUTING.md",
    "chars": 1305,
    "preview": "# How To Contribute To Sherlock\nFirst off, thank you for the help!\n\nThere are many ways to contribute.  Here is some hig"
  },
  {
    "path": "Extras/sherlock/Dockerfile",
    "chars": 637,
    "preview": "FROM python:3.13.0a6-slim-bullseye as build\nWORKDIR /wheels\n\nCOPY requirements.txt /opt/sherlock/\nRUN apt-get update \\\n "
  },
  {
    "path": "Extras/sherlock/LICENSE",
    "chars": 1073,
    "preview": "MIT License\n\nCopyright (c) 2019 Sherlock Project\n\nPermission is hereby granted, free of charge, to any person obtaining "
  },
  {
    "path": "Extras/sherlock/README.md",
    "chars": 6973,
    "preview": "<p align=center>\n  <br>\n  <a href=\"https://sherlock-project.github.io/\" target=\"_blank\"><img src=\"https://user-images.gi"
  },
  {
    "path": "Extras/sherlock/docker-compose.yml",
    "chars": 104,
    "preview": "version: '2'\n\nservices:\n  sherlock:\n    build: .\n    volumes:\n      - \"./results:/opt/sherlock/results\"\n"
  },
  {
    "path": "Extras/sherlock/removed_sites.json",
    "chars": 25581,
    "preview": "{\n  \"AdobeForums\": {\n    \"errorType\": \"status_code\",\n    \"url\": \"https://forums.adobe.com/people/{}\",\n    \"urlMain\": \"ht"
  },
  {
    "path": "Extras/sherlock/removed_sites.md",
    "chars": 49251,
    "preview": "# List Of Sites Removed From Sherlock\n\nThis is a list of sites implemented in such a way that the current design of\nSher"
  },
  {
    "path": "Extras/sherlock/requirements.txt",
    "chars": 166,
    "preview": "certifi>=2019.6.16\ncolorama>=0.4.1\nPySocks>=1.7.0\nrequests>=2.22.0\nrequests-futures>=1.0.0\nstem>=1.8.0 \ntorrequest>=0.1."
  },
  {
    "path": "Extras/sherlock/sherlock/__init__.py",
    "chars": 106,
    "preview": "\"\"\" Sherlock Module\n\nThis module contains the main logic to search for usernames at social\nnetworks.\n\n\"\"\"\n"
  },
  {
    "path": "Extras/sherlock/sherlock/__main__.py",
    "chars": 540,
    "preview": "#! /usr/bin/env python3\n\n\"\"\"\nSherlock: Find Usernames Across Social Networks Module\n\nThis module contains the main logic"
  },
  {
    "path": "Extras/sherlock/sherlock/notify.py",
    "chars": 8617,
    "preview": "\"\"\"Sherlock Notify Module\n\nThis module defines the objects for notifying the caller about the\nresults of queries.\n\"\"\"\nfr"
  },
  {
    "path": "Extras/sherlock/sherlock/resources/data.json",
    "chars": 85806,
    "preview": "{\n  \"2Dimensions\": {\n    \"errorType\": \"status_code\",\n    \"url\": \"https://2Dimensions.com/a/{}\",\n    \"urlMain\": \"https://"
  },
  {
    "path": "Extras/sherlock/sherlock/result.py",
    "chars": 3113,
    "preview": "\"\"\"Sherlock Result Module\n\nThis module defines various objects for recording the results of queries.\n\"\"\"\nfrom enum impor"
  },
  {
    "path": "Extras/sherlock/sherlock/sherlock.py",
    "chars": 31940,
    "preview": "#! /usr/bin/env python3\n\n\"\"\"\nSherlock: Find Usernames Across Social Networks Module\n\nThis module contains the main logic"
  },
  {
    "path": "Extras/sherlock/sherlock/sites.py",
    "chars": 9013,
    "preview": "\"\"\"Sherlock Sites Information Module\n\nThis module supports storing information about websites.\nThis is the raw data that"
  },
  {
    "path": "Extras/sherlock/sherlock/tests/__init__.py",
    "chars": 87,
    "preview": "\"\"\"Sherlock Tests\r\n\r\nThis package contains various submodules used to run tests.\r\n\"\"\"\r\n"
  },
  {
    "path": "Extras/sherlock/sherlock/tests/all.py",
    "chars": 7164,
    "preview": "\"\"\"Sherlock Tests\n\nThis module contains various tests.\n\"\"\"\nfrom tests.base import SherlockBaseTest\nimport exrex\n\n\nclass "
  },
  {
    "path": "Extras/sherlock/sherlock/tests/base.py",
    "chars": 8588,
    "preview": "\"\"\"Sherlock Base Tests\n\nThis module contains various utilities for running tests.\n\"\"\"\nimport os\nimport os.path\nimport un"
  },
  {
    "path": "Extras/sherlock/sherlock/tests/test_multiple_usernames.py",
    "chars": 920,
    "preview": "import imp\nimport unittest\nimport sys\nsys.path.append('../')\nimport sherlock as sh\n\nchecksymbols = []\nchecksymbols = [\"_"
  },
  {
    "path": "Extras/sherlock/site_list.py",
    "chars": 1147,
    "preview": "#!/usr/bin/env python\n# This module generates the listing of supported sites which can be found in\n# sites.md. It also o"
  },
  {
    "path": "Extras/sherlock/sites.md",
    "chars": 45677,
    "preview": "## List Of Supported Sites (407 Sites In Total!)\n1. ![](https://www.google.com/s2/favicons?domain=https://2Dimensions.co"
  },
  {
    "path": "README.md",
    "chars": 6967,
    "preview": "![H.I.V.E Logo](https://user-images.githubusercontent.com/43708460/215892281-dd242251-909e-40b0-bcba-c932269ec482.png)\n\n"
  },
  {
    "path": "hive.py",
    "chars": 12381,
    "preview": "## Author:       SHAD0W-0PS, UX0l0l\r\n## Script Name:  H.I.V.E\r\n## Start Date:   26/08/2022\r\n## End Date:     --/--/----\r"
  },
  {
    "path": "install.sh",
    "chars": 305,
    "preview": "#!/bin/sh\n\ntools=\"macchanger\"\n\npython3 -m pip install -r requirements.txt\n\ncase \"$(grep '^ID_LIKE=' /etc/*release | cut "
  },
  {
    "path": "output/intelx/test",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "output/sherlock/test",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "output/shodan/test",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "requirements.txt",
    "chars": 263,
    "preview": "truecallerpy\r\nshodan\r\npyyaml\r\ncertifi>=2019.6.16\r\ncolorama>=0.4.1\r\nPySocks>=1.7.0\r\nrequests>=2.22.0\r\nrequests-futures>=1"
  }
]

About this extraction

This page contains the full source code of the Shad0w-ops/H.I.V.E GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 47 files (361.2 KB), approximately 103.7k tokens, and a symbol index with 68 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!