Merge pull request #965 from WebBreacher/main

sync main with fixingsites branch
This commit is contained in:
Micah Hoffman 2025-05-19 15:17:11 -04:00 committed by GitHub
commit 1d0d628abd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 1144 additions and 576 deletions

View File

@ -116,7 +116,7 @@ Here are examples of the site elements for both HTTP GET and HTTP POST entries:
"known" : ["whoami", "johndoe"],
"cat" : "images",
"protection" : ["captcha", "cloudflare"],
"headers": {
"headers" : {
"accept": "text/html"
}
},

View File

@ -1,4 +1,4 @@
Copyright (C) 2024 Micah Hoffman
Copyright (C) 2025 Micah Hoffman
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons,

View File

@ -29,6 +29,8 @@ For a site to be included in WMN it has to:
* Exports to CSV and other formats.
* Pulls the latest version of the project's JSON file when run.
* Submit a username in the URL using `https://whatsmyname.app/?q=USERNAME` like https://whatsmyname.app/?q=john
* [Who Am I](https://chromewebstore.google.com/detail/who-am-i/gdnhlhadhgnhaenfcphpeakdghkccfoo) Google/Brave extension that not only integrates WhatsMyName's data but Sherlock and Maigret username checkers as well. Made by [OSINT Liar](https://osintliar.com/).
* [Naminter](https://github.com/3xp0rt/Naminter) developed specifically for the **Whats My Name** list with a beautiful console interface, browser impersonating, capable of bypassing Cloudflare and other basic protection, concurrent checking, and extensive configuration options.
* [Blackbird](https://github.com/p1ngul1n0/blackbird) uses the **Whats My Name** list in its search.
* [K2OSINT Bookmarklet](https://github.com/K2SOsint/Bookmarklets/blob/main/WhatsMyName.js) - Bookmarklet that lets you enter a username in a popup and then opens a new tab with the WMN results.
* [LinkScope](https://github.com/AccentuSoft/LinkScope_Client) uses this in the **Whats My Name** resolution under the **Online Identity** category.
@ -44,9 +46,10 @@ For a site to be included in WMN it has to:
## Content
* The https://github.com/WebBreacher/WhatsMyName/wiki/Problem-Removed-Sites page has websites that we have had in the project and are currently not working for some reason. We will retest those sites (in the future) and try to find detections.
* If you would like to help with detections, we are happy to accept them via GitHub pull request or you can [create an issue](https://github.com/WebBreacher/WhatsMyName/issues) with the details of the site.
* Want to suggest a site to be added? Use [this form](https://forms.office.com/r/TscnNQqrD1).
If you would like to help with detections, we are happy to accept them via:
1. GitHub pull request or ...
2. [Create an issue](https://github.com/WebBreacher/WhatsMyName/issues) with the details of the site or ...
3. Use [this form](https://forms.office.com/r/TscnNQqrD1).
## Format

View File

@ -22,7 +22,7 @@
"type": "string",
"default": "",
"examples": [
"Copyright (C) 2023 Micah Hoffman"
"Copyright (C) 2025 Micah Hoffman"
],
"pattern": "^.*$"
}

File diff suppressed because it is too large Load Diff