slobbargoat
Active Member
Ok, i have decided to do some portscans to see exactly what is going on. That same webserver (www.i-roar.com) has ftp facilities too and a few other ports open aswell. I disabled my firewalls, so i could have a clean connection to test all this stuff with. Here's what i discovered so far:
K so this shows everyone that i can only a connection to port 80 can be made to that server.
Next, i decided to portscan a random server, i chose www.somethingawful.com. Here's ther results:
Why would all connections to i-roar.com be blocked except for port 80? Like i said, this has happend with some torrent trackers aswell, but i'd be damned if i could remember the hostnames.
Is anyone else experiencing a similar problem?
Code:
root@gateway|/: nmap -sS -P0 -v -v www.i-roar.com
Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-06-04 22:41 SAST
Host ns43.edns1.com (207.44.206.36) appears to be up ... good.
Initiating SYN Stealth Scan against ns43.edns1.com (207.44.206.36) at 22:41
Adding open port 80/tcp
The SYN Stealth Scan took 642 seconds to scan 1659 ports.
Interesting ports on ns43.edns1.com (207.44.206.36):
(The 1658 ports scanned but not shown below are in state: filtered)
PORT STATE SERVICE
80/tcp open http
Nmap run completed -- 1 IP address (1 host up) scanned in 642.790 seconds
root@gateway|/:
K so this shows everyone that i can only a connection to port 80 can be made to that server.
Next, i decided to portscan a random server, i chose www.somethingawful.com. Here's ther results:
Code:
The SYN Stealth Scan took 103 seconds to scan 1659 ports.
Interesting ports on drweird.somethingawful.com (66.54.81.15):
(The 1642 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
9/tcp open discard
13/tcp open daytime
22/tcp open ssh
25/tcp open smtp
37/tcp open time
80/tcp open http
135/tcp filtered msrpc
136/tcp filtered profile
137/tcp filtered netbios-ns
138/tcp filtered netbios-dgm
139/tcp filtered netbios-ssn
199/tcp open smux
445/tcp filtered microsoft-ds
593/tcp filtered http-rpc-epmap
873/tcp open rsync
2021/tcp open servexec
3306/tcp open mysql
Nmap run completed -- 1 IP address (1 host up) scanned in 103.702 seconds
Why would all connections to i-roar.com be blocked except for port 80? Like i said, this has happend with some torrent trackers aswell, but i'd be damned if i could remember the hostnames.
Is anyone else experiencing a similar problem?