https://github.com/ndr-repo/irislookup
irisLookup is a Python-based tool used to scan usernames for existing accounts.
https://github.com/ndr-repo/irislookup
enumeration information-gathering information-security osint osint-tool python reconnaissance socmint
Last synced: about 2 months ago
JSON representation
irisLookup is a Python-based tool used to scan usernames for existing accounts.
- Host: GitHub
- URL: https://github.com/ndr-repo/irislookup
- Owner: ndr-repo
- License: gpl-3.0
- Created: 2024-12-31T22:12:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T08:48:52.000Z (4 months ago)
- Last Synced: 2025-02-09T12:31:38.598Z (4 months ago)
- Topics: enumeration, information-gathering, information-security, osint, osint-tool, python, reconnaissance, socmint
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
irisLookup is a lightweight Python-based tool used to scan usernames for existing accounts.
Intended for identity management use cases such as finding phishing accounts impersonating a client.
Simply enter your target username & review the URLs neatly written to your terminal.
# Quickstart
Copy and paste the following:
```
git clone https://github.com/ndr-repo/irisLookup.git
cd irisLookup
pip install -r requirements.txt
python irisLookup.py
```
# Demonstration