Skip to content

Instantly share code, notes, and snippets.

@Troll338cz
Troll338cz / tcp_proxy.py
Last active January 14, 2025 08:39 — forked from grantjenks/tcp_proxy.py
Simple TCP Proxy
"""Simple TCP Proxy
Receive connections on one port and forward them to another port.
Example:
$ python3 -m http.server 8080 # Start an http server on port 8080
$ python3 tcp_proxy.py 192.168.1.100 5000 127.0.0.1 8080 # Proxy port 5000 to localhost:8080
Open http://192.168.1.100:5000/ in Chrome
"""
import argparse
import asyncio
@Troll338cz
Troll338cz / hostbaltic_gateway
Last active November 18, 2024 19:14
List of IPs that belong to UAB Host Baltic Juniper Networks gateway.
Censys.io: services.ssh.server_host_key.fingerprint_sha256: 8f927eeb40af3a3d39ea44ec2805a9315a51ed5b79eba3dd51e1245c9d758f81
77.241.206.86 (HostBaltic.balt-ix.net)
93.123.39.1
45.125.65.1
103.253.42.9
45.123.190.1
94.156.8.1
45.125.66.1
194.165.17.1