Skip to content
/ Intelify Public

Open Source Intelligence tool base for searching breached PII (Personally identifiable information) by Username, Email, or IP address.

License

Notifications You must be signed in to change notification settings

mtfy/Intelify

Repository files navigation

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.

About

Open Source Intelligence tool base for searching breached PII (Personally identifiable information) by Username, Email, or IP address.

Topics

Resources

License

Stars

Watchers

Forks