phishontop / bloxsint

✨Roblox osint tool which finds information or data on a roblox account
23 stars 8 forks source link
information-gathering opensource osint osint-python roblox robloxbots

Bloxsint V2.5

Features

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