00cpxxx / proxylite

Simple, single-thread, non-caching, lightweight HTTP proxy server
GNU Lesser General Public License v2.1
16 stars 7 forks source link

Instantly connects to some random Ukrainian IP #4

Open wiknew1 opened 6 months ago

wiknew1 commented 6 months ago

image

Something fishy going on with the compiled binaries.

00cpxxx commented 6 months ago

Hi, the software itself will not connect automatically anywhere. It will connect to places it is requested to, so what you are seeing looks like some software in your computer or network attempting to connect to some external address. You can check what the software is doing by adding -d.

wiknew1 commented 5 months ago

@00cpxxx Thank you. What I realized is, somebody hijacked my proxy server as soon as I opened the ports. Weird it happened that fast but some port range scanner must've picked it up I guess. Does your application support authentication?