Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 835 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 835 Bytes

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:

    git clone https://github.com/zebbern/InstaIP.git
    cd InstaIP
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the script:

    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