Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Intelify


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.

NodeJS NodeJS discord.js








Demo


Intelify Discord OSINT tool demo 2022-11-20


▶️ Watch on YouTube








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.