Who Am I

A chrome extension for doing username enumeration across multiple sites

Who Am I là gì?

Who Am I là một tiện ích mở rộng Chrome được phát triển bởi https://osintliar.com, và tính năng chính của nó là "A chrome extension for doing username enumeration across multiple sites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Who Am I

Tải xuống các tệp mở rộng Who Am I dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Who Am I  is an Open Source Intelligence tool for enumerating a username across multiple websites and social media sites quickly. 

Description:

"Who Am I" is a powerful and user-friendly Chrome extension designed to simplify the process of verifying the existence of users across various websites. Whether you're managing user accounts, conducting research, or simply curious, this extension streamlines the task, providing a seamless experience for users.

Key Features:

1. **Multi-Site Compatibility:** "Who Am I" works across a wide range of websites and platforms, making it suitable for diverse use cases.

2. **Efficient User Enumeration:** This extension automates the user enumeration process, saving you time and effort. It checks the presence of users with precision and speed.

3. **Customizable Search Parameters:** Tailor your search by specifying search parameters such as categories and free text

4. **Instant Feedback:** Receive real-time feedback on user existence. "Who Am I" notifies you when a user is found.

5. **Privacy-Focused:** User privacy is a top priority. The extension respects privacy settings and ensures that user data remains confidential.

6. **User-Friendly Interface:** With an intuitive and user-friendly interface, you can initiate and manage searches effortlessly.

7. **Secure and Reliable:** Built with security in mind, "Who Am I" is reliable and ensures data integrity throughout the enumeration process.

How to Use:

1. Install the "Who Am I" extension from the Chrome Web Store.
3. Open "Who Am I" and input the username and optionally the website category.
4. Initiate the search and receive real-time feedback.
5. Review the results.

"Who Am I" empowers users to efficiently verify the presence of users on multiple websites, enhancing user management, research, and investigative tasks. It is a valuable tool for individuals and professionals seeking to streamline user enumeration processes while maintaining privacy and data security.

Release Notes
[0.7.0]
* Add context menu item for making look ups easier.
* Improved search accuracy
[0.6.0]
* Added ability to set timeout value per site request (default is now 10 seconds), improves the number of results returned
* Removed duplicate requests that were being generated due to naming differences in WhatsMayName and Sherlock
* Added experimental Proxy settings to further improve returned results.
* Fixed issue with filtering spaces issue
[0.5.0]
* Added Support for Sherlock data set
[0.4.0]
* By default exclude NSFW sites
* Columns in the table can be sorted
* Can pre-emptively search for a username using anchor tags or links like this chrome-extension://hbgmdndjlejkdekjhfenkojihbcmpcfl/search.html?username=yourUserName
[0.3.0]
* Initial Release
* Supports WhatsMyName data set                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Who Am I Who Am I
ID gdnhlhadhgnhaenfcphpeakdghkccfoo
URL Chính Thức https://chromewebstore.google.com/detail/who-am-i/gdnhlhadhgnhaenfcphpeakdghkccfoo
Mô tả A chrome extension for doing username enumeration across multiple sites
Kích Thước Tệp 418 KB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-10-30
Nhà Phát Triển https://osintliar.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://osintliar.com/store/Who-Am-I-p598981597
URL Trang Chính Sách Bảo Mật https://osintliar.com/who-am-i-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for doing username enumeration across multiple sites",
    "version": "0.7.0",
    "manifest_version": 3,
    "name": "Who Am I",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-48.png",
        "default_title": "Who am I by OSINT LIAR"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "whatsmyname.png",
                "sherlock.png"
            ],
            "matches": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "permissions": [
        "unlimitedStorage",
        "storage",
        "contextMenus"
    ]
}