Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: httpd and port 7200 |
|---|---|
| Date: | Mon, 24 Oct 2005 21:12:34 -0400 |
Quoting Terry Dooher <tdooher.lists@naturalmotion.com>:
tigerblue@puzzleapuma.de wrote:Hi, I´ve just installed an apache on an redhat enterprise. On this machine isonly an ssh and this apache, but when I´m using the netstat -a command, I see the an open port tcp on 7200. When I use "fuser -v -n tcp 7200", to find out which process is behind this port I get this Info...7200/tcp root 2031 f.... httpd[snip]Any Idea ? The Port is in state "listen" and all other services aredeactivated. Best guess is that some kind of dormant web-admin package has been activated when you started apache. Things like Webmin listen of different ports from the default 80. To find out what: grep -r 7200 /etc/apache/* (substitute /etc/apache for wherever RedHat keeps apache's config files these days) What to you get if you browse to http://<host>:7200? Terry.best regards tigerblue
or use the wonderful lsof utility: lsof -i | grep :7200
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: httpd and port 7200, Terry Dooher |
|---|---|
| Next by Date: | Re: Re: httpd and port 7200, tigerblue |
| Previous by Thread: | Re: httpd and port 7200, Terry Dooher |
| Next by Thread: | Re: Re: httpd and port 7200, tigerblue |
| Indexes: | [Date] [Thread] [Top] [All Lists] |