Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noarche/ezosint
Username recon OSINT. Accurate hits! New sites to check, Simple and powerful tool. Goverments use this tool or similar tools built in diff. lang..
https://github.com/noarche/ezosint
analysis console-application docker-image information-gathering osint osint-python osint-reconnaissance osint-tool pentest python python-script recon security-tools social-media social-network-analysis sosint terminal termux user-friendly
Last synced: 27 days ago
JSON representation
Username recon OSINT. Accurate hits! New sites to check, Simple and powerful tool. Goverments use this tool or similar tools built in diff. lang..
- Host: GitHub
- URL: https://github.com/noarche/ezosint
- Owner: noarche
- Created: 2024-07-27T11:15:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T20:07:35.000Z (about 1 month ago)
- Last Synced: 2024-10-09T22:23:28.144Z (27 days ago)
- Topics: analysis, console-application, docker-image, information-gathering, osint, osint-python, osint-reconnaissance, osint-tool, pentest, python, python-script, recon, security-tools, social-media, social-network-analysis, sosint, terminal, termux, user-friendly
- Language: Python
- Homepage:
- Size: 18 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![ezosint-](https://github.com/user-attachments/assets/7ff49f5c-5869-4664-ba7f-f689429ec7b2)
# ꧁꧂ ezOSINT 👁️🗨️
ezOSINT is a cross platform Username lookup tool used in OSINT. What sets this version apart is how easy it is for anyone to add sites and/or commit updates to the repo. Designed to be easy.# ꧁꧂ Adding sites 🔍
Open config.ini and follow the template. You can only provide a valid keycheck, everything else will be considered invalid. This means you must look at the source of both pages and then use a [Diffchecker](https://www.diffchecker.com/) or [WinMerge](https://github.com/WinMerge/winmerge) and find something that is on the valid version that can not be found when searching the invalid version.
The config template for each site is only 2 lines. The URL - replace the actual username with {USER} & the valid string to look for.
Example:
`[Link 138]`
`url = https://facebook.com/{USER}`
`valid_string = ProfileCometTilesFeed.react`
Update:
Multiple valid strings may be used in the following format while only loading the page one time:
valid1;valid2;valid3
if one or more valid_strings are found it is logged once as valid.
# ꧁꧂ Valid Results 💯
Results are saved in the app directory or root directory of this script.
# ꧁꧂ Docker Image 🪅
### Setup
`docker pull torquetraction/ezosint:latest`
`docker run -it --name ezosint torquetraction/ezosint`
This will setup the container where the output results are saved.
### Restarting the docker
Start the container in docker desktop then run the command below
`docker exec -it ezosint /bin/bash`
`python3 ezOSINT.py`
# ꧁꧂ Updating 🔮
After downloading the docker or .py script you will only need to download the new config.ini file to update. I will try to fix/update/add to this list regularly.
If you find public profiles not on list feel free to commit changes you find to config; it will be appreciated by everyone who uses. As of 8/10/2024 there are 0% false positive results.
# ꧁꧂ Buy me a coffee ☕
![qrCode](https://raw.githubusercontent.com/noarche/cd-ripper/main/unrelated-ignore/CryptoQRcodes.png)
**Bitcoin** address `bc1qnpjpacyl9sff6r4kfmn7c227ty9g50suhr0y9j`
**Ethereum** address `0x94FcBab18E4c0b2FAf5050c0c11E056893134266`
**Litecoin** address `ltc1qu7ze2hlnkh440k37nrm4nhpv2dre7fl8xu0egx`
-------------------------------------------------------------------
![noarche's GitHub stats](https://github-readme-stats.vercel.app/api?username=noarche&show_icons=true&theme=transparent)
[Download Docker Image](https://hub.docker.com/repository/docker/torquetraction/ezosint/general)