From 2a3060dfb02973b1138894ec1cb11373411d83e5 Mon Sep 17 00:00:00 2001 From: s0lray Date: Sat, 28 Mar 2026 11:08:47 -0400 Subject: [PATCH 1/2] Add WhatsMyName web tool to Username Search Engines (THE-205) Adds the web version of WhatsMyName (https://whatsmyname.app/) at the top of the Username Search Engines category, above the existing installable WhatsMyName (T) entry. The web tool provides browser-based username enumeration across 1500+ platforms without requiring local installation. Co-Authored-By: Paperclip --- public/arf.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/arf.json b/public/arf.json index 689beaa..6123b64 100644 --- a/public/arf.json +++ b/public/arf.json @@ -10,6 +10,26 @@ "name": "Username Search Engines", "type": "folder", "children": [ + { + "name": "WhatsMyName", + "type": "url", + "url": "https://whatsmyname.app/", + "description": "Free web-based OSINT username enumeration tool that searches for a specified username across 1500+ websites and platforms simultaneously, returning direct links to matching profiles.", + "status": "live", + "pricing": "free", + "bestFor": "Quick web-based username enumeration across social media, forums, gaming platforms, and professional networks", + "input": "Username", + "output": "List of sites where the username exists with direct profile links", + "opsec": "active", + "opsecNote": "Makes HTTP requests to each target site to check for username existence.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false + }, { "name": "WhatsMyName (T)", "type": "url", From fff5829f7cd2e7c227f554177859339c495c7815 Mon Sep 17 00:00:00 2001 From: s0lray Date: Sat, 28 Mar 2026 11:25:27 -0400 Subject: [PATCH 2/2] Update note --- public/arf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/arf.json b/public/arf.json index 6123b64..1380125 100644 --- a/public/arf.json +++ b/public/arf.json @@ -21,7 +21,7 @@ "input": "Username", "output": "List of sites where the username exists with direct profile links", "opsec": "active", - "opsecNote": "Makes HTTP requests to each target site to check for username existence.", + "opsecNote": "Makes HTTP requests to each target site to check for username existence, however it does it from WhatsMyName infrastructure.", "localInstall": false, "googleDork": false, "registration": false, @@ -17778,4 +17778,4 @@ ] } ] -} \ No newline at end of file +}