So, I noticed some connections to foreign IP Addresses on port 80 on one of my PCs today.
I knew exactly what it was...some software somewhere installed a proxy or something on it when I ran it.
To my surprise I couldn't find a process, but then I found the Service, actually Two of them. Clever.
I decided to investigate the windows firewall as well, and sure enough it planted itself about 8 open ports in the exceptions list. That's contradictory to your stealthy service move.
I will not say the software, but it is a product being sold, all over the web, and it's essentially using your computer as a small Apache web server to send pingbacks & backlinks through.
It's a good idea. I wouldn't do it myself, for fear of legal action & my own morals. But if you're ballsy, it's been done before. It is common practice amongst programmers to put backdoors into their software for their own private use, or plant easter eggs for their amusement & to also prove, if the need ever arises, that they were the original proprietor or perhaps that they can both make & break their creations.
Whatever the reasoning, it's a low-down dirty trick if ya ask me and shame on any of you doing this to fellow hatters.
Check your ports.
Start > Run > CMD > netstat -n
Good luck.
-xen
edit:
its not the software that you should be looking for, check your SERVICES & your NETSTAT & your FIREWALL EXCEPTIONS
I knew exactly what it was...some software somewhere installed a proxy or something on it when I ran it.
To my surprise I couldn't find a process, but then I found the Service, actually Two of them. Clever.
I decided to investigate the windows firewall as well, and sure enough it planted itself about 8 open ports in the exceptions list. That's contradictory to your stealthy service move.
I will not say the software, but it is a product being sold, all over the web, and it's essentially using your computer as a small Apache web server to send pingbacks & backlinks through.
It's a good idea. I wouldn't do it myself, for fear of legal action & my own morals. But if you're ballsy, it's been done before. It is common practice amongst programmers to put backdoors into their software for their own private use, or plant easter eggs for their amusement & to also prove, if the need ever arises, that they were the original proprietor or perhaps that they can both make & break their creations.
Whatever the reasoning, it's a low-down dirty trick if ya ask me and shame on any of you doing this to fellow hatters.
Check your ports.
Start > Run > CMD > netstat -n
Good luck.
-xen
edit:
its not the software that you should be looking for, check your SERVICES & your NETSTAT & your FIREWALL EXCEPTIONS
Last edited:
