"RubINT" is a Ruby OSINT tool made by me.
The tool contains lookups for E-Mail, Phone Numbers, Usernames, IPs and Credit Card BINs.
The original idea is NOT mine.
As a matter of fact, this tool is nothing but the Ruby version of the "Osinku" OSINT tool, made by two friends of mine.
Link to the original project: https://github.com/S-E-S-S-O/Osinku
- The lang and the consequences of it (obv)
- The E-Mail lookup that is now better, using Hunter's API
- The BIN lookup option
- The possibility to search for doxbin uploads
- While Osinku was only for Windows, RubINT is also for GNU/Linux and MacOS systems
- Clone the repo with
git clone https://github.com/ThatsFlame/RubINT
- Go into the RubINT directory with
cd RubINT
- Install the libraries with
gem install http
gem install colorize
andgem install json
- Type
ruby rubint.rb
to run the program - Choose your option
- Enjoy!
Coming soon...