![]() |
|||||||||
![]() |
![]() |
nmap の変更点
* port scan ツール nmap [#vd00ee56]
** install [#d0bf7924]
*** fedora core 5 以上 [#he072df5]
yum install nmap
*** ソースから入れる場合 [#u2dea81d]
wget http://freshmeat.net/redir/nmap/7202/url_tgz/nmap-4.03.tgz
tar xzfp nmap-4.03*
cd nmap-4.*
./configure --without-nmapfe
make
make install
** usage [#a242f234]
$ nmap -sT -P0 localhost
# nmap -sU localhost
(UDP は root じゃないとみれない)
$ nmap -p1-1024 localhost
|
|||||||