Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtfy/Intelify
Open Source Intelligence tool base for searching breached PII (Personally identifiable information) by Username, Email, or IP address.
https://github.com/mtfy/Intelify
breach-check database-lookup databreach information-security infosec osint pii-data
Last synced: 3 months ago
JSON representation
Open Source Intelligence tool base for searching breached PII (Personally identifiable information) by Username, Email, or IP address.
- Host: GitHub
- URL: https://github.com/mtfy/Intelify
- Owner: mtfy
- License: gpl-3.0
- Created: 2023-10-09T09:48:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T13:13:56.000Z (8 months ago)
- Last Synced: 2024-07-31T08:16:05.586Z (6 months ago)
- Topics: breach-check, database-lookup, databreach, information-security, infosec, osint, pii-data
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - mtfy/Intelify - Open Source Intelligence tool base for searching breached PII (Personally identifiable information) by Username, Email, or IP address. (JavaScript)
README
This is the first Node.js project I ever wrote from scratch. The concept is an OSINT (Open Source Intelligence) tool for looking up breached data by username, email, IP address. The data used in the demo is not inlcuded with Intelify. Therefore, you will have to obtain it yourself. If someone wants to pay me 4 figures for the data and intel, then I might consider it. I combined and parsed hundreds of breached databases into one MySQL table which resulted in multiple gigabytes in size. With proper column indexing and code optimization, a query takes no more than 10-20 milliseconds at average.
I spent only 2 days doing this from scratch. With a mild motivation boost and some extra time I could’ve turned this into way much greater OSINT tool, than just simply a database lookup.
Demo
Remarks
- If you haven’t played around with discord bots or API before. Then you might want to consider reading the Discord API introduction.
- You will need to enter the client and user ID of your bot in .env file, along with the credentials to your MySQL database. Please note that the username, password, and database must be Base64 encoded in the `.env` file.
- Do not forget to import the `structure.sql` in your MySQL database.