https://github.com/phishontop/bloxsint
✨Roblox osint tool which finds information or data on a roblox account
https://github.com/phishontop/bloxsint
information-gathering opensource osint osint-python roblox robloxbots
Last synced: 7 months ago
JSON representation
✨Roblox osint tool which finds information or data on a roblox account
- Host: GitHub
- URL: https://github.com/phishontop/bloxsint
- Owner: phishontop
- Created: 2022-09-22T21:48:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T19:53:48.000Z (almost 3 years ago)
- Last Synced: 2024-07-30T19:47:36.682Z (over 1 year ago)
- Topics: information-gathering, opensource, osint, osint-python, roblox, robloxbots
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 22
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```console
$ git clone https://github.com/phishontop/bloxsint
$ cd bloxsint
$ pip3 install requests
```
# Usage
```bash
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 , --target-id
Target roblox id to lookup
-f , --file
Stores information gathered in the file
-s , --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
```