nmap on Redhat?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Craig White
日付:  
題目: nmap on Redhat?
Matt Alexander wrote:
>
> Telnet?
>
> On Thu, 20 Dec 2001, Carl Parrish wrote:
>
> > Is there anything like nmap on a *default* install of Redhat? I guess I
> > don't really need all the features of nmap. I just need to figure out if
> > a port is open and if its been active. Problem is I didn't set the
> > server up and don't know what's installed. any ideas of tools I should
> > look for? Or should I just install something? Is there any way to look
> > up past activity on a port?
> >
> > Carl P.

------
by default, telnet server daemon is not turned on in RH 7.1 / 7.2

the first thing you should do is ipchains -L and iptables -L - to see
what ports are blocked.

then you should netstat -an to see what ports are listening

and finally, you can install nmap - if you don't find it on the cd's
distributed by RH - which I am too lazy to check right now, you are
certain to find it on freshmeat.net or
ftp://ftp.redhat.com/pub/contrib/libc6/i386/

Craig