Skip to content

Automated OSINT tool for retrieving IP data from XResolver using browser automation and network interception.

License

Notifications You must be signed in to change notification settings

SHAdd0WTAka/Xbox-Resolver-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xbox Resolver Tool (Public Edition)

A Python-based tool to interact with XResolver's database using browser automation to bypass common anti-bot protections.

⚠️ Disclaimer

For educational purposes only. This tool is intended for network analysis and security research. The author is not responsible for misuse.

Features

  • Session Persistence: Keeps the browser open to perform multiple lookups without restarting (reduces detection risk).
  • Network Interception: Captures data directly from API responses instead of parsing unstable HTML.
  • Stealth Mode: Uses Playwright with modified headers to simulate human behavior.
  • Interactive Mode: Allows the user to manually solve Captchas/Cloudflare challenges if they appear.

Installation

Prerequisites

  • Python 3.8+
  • A modern OS (Linux, Windows, macOS)

Quick Start (Linux/WSL/Mac)

Run the setup script:

bash setup.sh

Manual Installation

  1. Create a virtual environment:
    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  2. Install dependencies:
    pip install -r requirements.txt
    playwright install chromium

Usage

  1. Activate the environment (if not already active):

    source venv/bin/activate
  2. Run the tool:

    python3 main.py
  3. In the browser window:

    • Wait for the page to load.
    • If a Cloudflare "Verify you are human" box appears, click it.
    • Once the page is ready, go back to your terminal and press ENTER.
  4. Enter Gamertags one by one. Type q to exit.

Troubleshooting

  • No data found? The Gamertag might not be in the database, or the site is blocking requests. Try reloading the page in the browser (F5) and try again.
  • Browser doesn't open? Ensure you have a desktop environment or X11 forwarding enabled (for WSL). Or try --headless (not recommended due to Captchas).

License

MIT License

About

Automated OSINT tool for retrieving IP data from XResolver using browser automation and network interception.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published