Code Monkey home page Code Monkey logo

bloxsint's Introduction

Bloxsint V2.5

  • One of the first overpowered roblox OSINT tools
  • Requires just the username or ID of the target

Features

  • Gambling information (bloxflip + rbxflip)
  • Game Played Scraper
  • Personal information (age, birthday)
  • Roblox -> Discord (discord id + username + tag) no rover or bloxlink
  • Friends name finder
  • Database storing and data caching
  • Previous usernames

Setup

$ git clone https://github.com/phishontop/bloxsint
$ cd bloxsint
$ pip3 install requests

Usage

python3 main.py --target-id 1 --file roblox.txt --game-limit 5 --cookie "enter roblox cookie here or delete the cookie arg" --database "mongodb atlas link here"
  -t <id>, --target-id <id>
                        Target roblox id to lookup
  -f <file>, --file <file>
                        Stores information gathered in the file
  -s <style>, --style <style>
                        Changes the information style and format
  -gl <int>, --game-limit <int>
                        Sets the limit to how many games are stored or displayed
  -c <cookie>, --cookie <cookie>
                        authenticates as a user to access other API endpoints
  -d <link>, --database <link>
                        Mongodb Key for your atlas database

bloxsint's People

Contributors

phishontop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bloxsint's Issues

Uses rbxflip API which is deprecated

    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.rbxflip.com', port=443): Max retries exceeded with url: /wagers/users/91220077/history?page=0&gameKind=0 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x000001E746844A90>: Failed to resolve 'api.rbxflip.com' ([Errno 11001] getaddrinfo failed)"))

You can probably use roblox web APIs, which are listed here: https://roblox.fandom.com/wiki/List_of_web_APIs

IDK

┌──(kali㉿kali)-[~/bloxsint]
└─$ python main.py -t 829291274 -f /home/kali/Desktop/arra.txt
Traceback (most recent call last):
File "/home/kali/bloxsint/main.py", line 22, in
bloxsint.run()
File "/home/kali/bloxsint/core/lookup.py", line 37, in run
self.new_lookup()
File "/home/kali/bloxsint/core/lookup.py", line 55, in new_lookup
self.stats[key] = Lookup.run_func(func)
File "/home/kali/bloxsint/core/lookup.py", line 81, in run_func
results = func()
File "/home/kali/bloxsint/core/friend.py", line 24, in parse_friends
friends = self.get_friends()
File "/home/kali/bloxsint/core/friend.py", line 36, in get_friends
for user in response.json()["data"]:
KeyError: 'data'

┌──(kali㉿kali)-[~/bloxsint]
└─$

Possible OSINT sites never done

  1. BeReal, a social media platform thats used and only in the phone but theres a python api called befake for it
  2. Newgrounds, a site that is famous among online, as the nature of the site.
  3. IcebergCharts.com, a site focused around creating "iceberg charts", little charts shaped like an iceberg displaying data, may contain user's data or intrests
  4. Geometry Dash, a popular online game that cannot be accessed in the browser.
  5. Fortnite, an extremely popular online game.
  6. The internet archive, an archival site where you can archive data, mirror videos via tubeup, and archive webpages, and they leave a trail in a json file, and tubeup and instaup uploads leave traces behind.
  7. Doxbin, a popular harrasment site that has a comment history and a paste history, may be useful for investigating online harrasment cases
  8. character.ai which is an AI that has almost no filters, and has public osint data unlike ChatGPT
  9. SteamGridDB, an online site about hosting grids.

no module named pymongo

Using Kali Linux 2023

Installed as per instructions

typed python3 main.py --target-id lexie_112511 --file roblox.txt

Traceback (most recent call last):
File "/home/kali/bloxsint/main.py", line 1, in
from core.lookup import Lookup
File "/home/kali/bloxsint/core/lookup.py", line 7, in
from .utilities.database import Database
File "/home/kali/bloxsint/core/utilities/database.py", line 1, in
import pymongo
ModuleNotFoundError: No module named 'pymongo'

I'm running it from the bloxsint directory. What am I doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.