Monitor UDP traffic for active game servers and copy detected IPs and ports to the clipboard. Logs results to a file for easy tracking.
- 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.
-
Clone the repository:
git clone https://github.com/zebbern/Game2ip.git cd Game2ip
-
Install dependencies:
pip install -r requirements.txt
-
Run the script:
python Sniff.py
- 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
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.