What is mweb doing? I got a VPS box in the states, which I know for a fact that SMTP port is closed on. Yet when I do a basic nmap scan I get the following....
Host is up (0.29s latency).
Not shown: 994 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
1720/tcp filtered H.323/Q.931
1723/tcp open pptp
10000/tcp open snet-sensor-mgmt
Nmap done: 1 IP address (1 host up) scanned in 8.56 seconds
This clearly shows SMTP is open, yet I can assure you that it's not. It's even got drop rules set in iptables for TCP 25.
Try telnet to this same IP you get a SMTP interceptor of some sort....
C:\Users\kilo>telnet 216.231.132.59 25
220 dbn-redirect02.mweb.co.za ESMTP Exim 4.77 Mon, 30 Apr 2012 20:44:33 +0200
What are they doing and what for? This is my question.
Host is up (0.29s latency).
Not shown: 994 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
1720/tcp filtered H.323/Q.931
1723/tcp open pptp
10000/tcp open snet-sensor-mgmt
Nmap done: 1 IP address (1 host up) scanned in 8.56 seconds
This clearly shows SMTP is open, yet I can assure you that it's not. It's even got drop rules set in iptables for TCP 25.
Try telnet to this same IP you get a SMTP interceptor of some sort....
C:\Users\kilo>telnet 216.231.132.59 25
220 dbn-redirect02.mweb.co.za ESMTP Exim 4.77 Mon, 30 Apr 2012 20:44:33 +0200
What are they doing and what for? This is my question.
Last edited: