Flooding a player's home network with traffic to disconnect them from a game.
# Create CSV header if file is new try: with open(LOG_FILE, 'x', newline='') as f: writer = csv.writer(f) writer.writerow(["Timestamp", "IP Address", "Port", "City", "Country"]) except FileExistsError: pass xbox ip puller github