https://github.com/zebbern/game2ip
🌐 | A Python-based tool to monitor and identify active game servers by analyzing CPU usage, network traffic, and UDP connections in real-time.
https://github.com/zebbern/game2ip
bo6 bo6-sniffer find-ip find-lobbyip game-ip game-server game-sniffer ip ip-finder livegame liveserver network-analysis port python-tools server-analytics server-finder server-ip sniffer udp-sniffer
Last synced: 13 days ago
JSON representation
🌐 | A Python-based tool to monitor and identify active game servers by analyzing CPU usage, network traffic, and UDP connections in real-time.
- Host: GitHub
- URL: https://github.com/zebbern/game2ip
- Owner: zebbern
- Created: 2024-12-29T14:32:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T21:51:32.000Z (11 months ago)
- Last Synced: 2025-03-08T16:35:12.380Z (10 months ago)
- Topics: bo6, bo6-sniffer, find-ip, find-lobbyip, game-ip, game-server, game-sniffer, ip, ip-finder, livegame, liveserver, network-analysis, port, python-tools, server-analytics, server-finder, server-ip, sniffer, udp-sniffer
- Language: Python
- Homepage:
- Size: 14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live Game IP
Monitor UDP traffic for active game servers and copy detected IPs and ports to the clipboard. Logs results to a file for easy tracking.
---
## Features
- Detects and logs active game server IPs and ports.
- Copies detected IP:Port combinations to the clipboard.
- Categorizes "Rotating IP" vs. "Live Game Session."
- Logs results by session with timestamps.
---
## Installation
1. Clone the repository:
```bash
git clone https://github.com/zebbern/Game2ip.git
cd Game2ip
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Run the script:
```bash
python Sniff.py
```
---
## Usage
- Detected IPs are logged in `udp_monitor_log.txt`.
- IP:Port combinations are automatically copied to your clipboard in the format:
```
udp 12.34.56.78 dport=12345
```
https://imgur.com/a/BxOcwLj
> [!WARNING]
> These is intended for educational and ethical hacking purposes only. It should only be used to test systems you own or have explicit permission to test. Unauthorized use of third-party websites or systems without consent is illegal and unethical.