欧美一级特黄大片做受成人-亚洲成人一区二区电影-激情熟女一区二区三区-日韩专区欧美专区国产专区

CentOS6.3x86_64mininstall安裝掃描之王nmap

CentOS6.3 x86_64 mininstall 安裝掃描之王nmap

1,安裝
[root@bogon ~]# yum -y install nmap
Loaded plugins: fastestmirror, presto
Loading mirror speeds from cached hostfile
 * base: mirrors.163.com
 * extras: mirrors.163.com
 * updates: mirrors.163.com
base                                                                    | 3.7 kB     00:00     
extras                                                                  | 3.5 kB     00:00     
extras/primary_db                                                       | 8.9 kB     00:00     
updates                                                                 | 3.5 kB     00:00     
updates/primary_db                                                      | 3.5 MB     00:16     
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package nmap.x86_64 2:5.51-2.el6 will be installed
--> Processing Dependency: libpcap.so.1()(64bit) for package: 2:nmap-5.51-2.el6.x86_64
--> Running transaction check
---> Package libpcap.x86_64 14:1.0.0-6.20091201git117cb5.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================
 Package         Arch           Version                                     Repository    Size
===============================================================================================
Installing:
 nmap            x86_64         2:5.51-2.el6                                base         2.7 M
Installing for dependencies:
 libpcap         x86_64         14:1.0.0-6.20091201git117cb5.el6            base         126 k

Transaction Summary
===============================================================================================
Install       2 Package(s)

Total download size: 2.9 M
Installed size: 10 M
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 2.9 M
(1/2): libpcap-1.0.0-6.20091201git117cb5.el6.x86_64.rpm                 | 126 kB     00:00     
(2/2): nmap-5.51-2.el6.x86_64.rpm                                       | 2.7 MB     00:06     
-----------------------------------------------------------------------------------------------
Total                                                          431 kB/s | 2.9 MB     00:06     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : 14:libpcap-1.0.0-6.20091201git117cb5.el6.x86_64                             1/2
  Installing : 2:nmap-5.51-2.el6.x86_64                                                    2/2
  Verifying  : 2:nmap-5.51-2.el6.x86_64                                                    1/2
  Verifying  : 14:libpcap-1.0.0-6.20091201git117cb5.el6.x86_64                             2/2

Installed:
  nmap.x86_64 2:5.51-2.el6                                                                     

Dependency Installed:
  libpcap.x86_64 14:1.0.0-6.20091201git117cb5.el6                                              

Complete!

2,查看libpcap(依賴),nmap的簡介
[root@bogon ~]# rpm -qi libpcap
Name        : libpcap                      Relocations: (not relocatable)
Version     : 1.0.0                             Vendor: CentOS
Release     : 6.20091201git117cb5.el6       Build Date: Fri 12 Nov 2010 03:46:56 AM CST
Install Date: Wed 24 Oct 2012 06:47:46 AM CST      Build Host: c6b6.bsys.dev.centos.org
Group       : Development/Libraries         Source RPM: libpcap-1.0.0-6.20091201git117cb5.el6.src.rpm
Size        : 332194                           License: BSD with advertising
Signature   : RSA/8, Sun 03 Jul 2011 12:37:49 PM CST, Key ID 0946fca2c105b9de
Packager    : CentOS BuildSystem <http://bugs.centos.org>
URL         : http://www.tcpdump.org
Summary     : A system-independent interface for user-level packet capture
Description :
Libpcap provides a portable framework for low-level network
monitoring.  Libpcap can provide network statistics collection,
security monitoring and network debugging.  Since almost every system
vendor provides a different interface for packet capture, the libpcap
authors created this system-independent API to ease in porting and to
alleviate the need for several system-dependent packet capture modules
in each application.

[root@bogon ~]# rpm -qi nmap
Name        : nmap                         Relocations: (not relocatable)
Version     : 5.51                              Vendor: CentOS
Release     : 2.el6                         Build Date: Fri 22 Jun 2012 08:46:25 PM CST
Install Date: Wed 24 Oct 2012 06:47:47 AM CST      Build Host: c6b8.bsys.dev.centos.org
Group       : Applications/System           Source RPM: nmap-5.51-2.el6.src.rpm
Size        : 10153050                         License: GPLv2 and LGPLv2+ and GPLv2+ and BSD
Signature   : RSA/SHA1, Mon 25 Jun 2012 06:20:19 AM CST, Key ID 0946fca2c105b9de
Packager    : CentOS BuildSystem <http://bugs.centos.org>
URL         : http://nmap.org/
Summary     : Network exploration tool and security scanner
Description :
Nmap is a utility for network exploration or security auditing.  It supports
ping scanning (determine which hosts are up), many port scanning techniques
(determine what services the hosts are offering), and TCP/IP fingerprinting
(remote host operating system identification). Nmap also offers flexible target
and port specification, decoy scanning, determination of TCP sequence
predictability characteristics, reverse-identd scanning, and more. In addition
to the classic command-line nmap executable, the Nmap suite includes a flexible
data transfer, redirection, and debugging tool (netcat utility ncat), a utility
for comparing scan results (ndiff), and a packet generation and response analysis
tool (nping).

3,測試
[root@bogon ~]# nmap www.baidu.com

Starting Nmap 5.51 ( http://nmap.org ) at 2012-10-24 06:58 CST
Nmap scan report for www.baidu.com (61.135.169.105)
Host is up (0.13s latency).
Other addresses for www.baidu.com (not scanned): 61.135.169.125
Not shown: 983 filtered ports
PORT     STATE SERVICE
25/tcp   open  smtp
80/tcp   open  http
81/tcp   open  hosts2-ns
82/tcp   open  xfer
110/tcp  open  pop3
119/tcp  open  nntp
143/tcp  open  imap
465/tcp  open  smtps
563/tcp  open  snews
587/tcp  open  submission
993/tcp  open  imaps
995/tcp  open  pop3s
3128/tcp open  squid-http
8008/tcp open  http
8080/tcp open  http-proxy
8081/tcp open  blackice-icecap
8888/tcp open  sun-answerbook

Nmap done: 1 IP address (1 host up) scanned in 219.51 seconds

[root@bogon ~]# nmap www.google.com

Starting Nmap 5.51 ( http://nmap.org ) at 2012-10-24 07:02 CST
Nmap scan report for www.google.com (61.49.43.2)
Host is up (0.023s latency).
Not shown: 984 filtered ports
PORT     STATE SERVICE
22/tcp   open  ssh
25/tcp   open  smtp
80/tcp   open  http
82/tcp   open  xfer
110/tcp  open  pop3
119/tcp  open  nntp
143/tcp  open  imap
465/tcp  open  smtps
563/tcp  open  snews
587/tcp  open  submission
993/tcp  open  imaps
995/tcp  open  pop3s
3128/tcp open  squid-http
8008/tcp open  http
8080/tcp open  http-proxy
8888/tcp open  sun-answerbook

Nmap done: 1 IP address (1 host up) scanned in 61.40 seconds

4,驗證下測試結(jié)果,估計google的ssh密碼非常強
[root@localhost ~]# telnet www.google.com 22
Trying 61.49.43.2...
Connected to www.google.com (61.49.43.2).
Escape character is '^]'.
SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu7

Nmap tests the most common network communication ports for listening or waiting services. This knowledge can be helpful to an administrator who wants to close down unnecessary or unused services.

創(chuàng)新互聯(lián)建站專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于成都做網(wǎng)站、網(wǎng)站制作、洪湖網(wǎng)絡(luò)推廣、小程序開發(fā)、洪湖網(wǎng)絡(luò)營銷、洪湖企業(yè)策劃、洪湖品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎;創(chuàng)新互聯(lián)建站為所有大學(xué)生創(chuàng)業(yè)者提供洪湖建站搭建服務(wù),24小時服務(wù)熱線:028-86922220,官方網(wǎng)址:www.aaarwkj.com

當(dāng)前題目:CentOS6.3x86_64mininstall安裝掃描之王nmap
網(wǎng)站網(wǎng)址:http://www.aaarwkj.com/article36/gjcssg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供域名注冊軟件開發(fā)、品牌網(wǎng)站設(shè)計網(wǎng)站制作、動態(tài)網(wǎng)站、網(wǎng)站建設(shè)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

搜索引擎優(yōu)化
青青草青青草在线观看视频| 中文乱幕亚洲无套内射| 91亚洲欧美日韩在线观看| 久久九九亚洲欧美中文字幕| 欧美日韩亚洲精品瑜伽裤| 黄色av免费播放网站| 午夜精品久久久免费视频| 亚洲成人爱情动作片在线观看| 久久这里只有精品视频| 日木av中文字幕女女同性| 亚洲一区二区三区av蜜桃| 日本人妻成人免费大片| 国产在线精品91系列| 免费在线观看成人av| 国产亚洲精品一区二区三在线观看| 亚洲精品熟女av影院| 人妻一区二区免费视频| 中文字幕久久av一区二区| 天堂在线手机av观看| 国产精品国产三级农村av| 日韩精品高清中文字幕| 国产传媒欧美日韩成人精品| 色噜噜狠狠狠久久综合一区| 日日骚岛国中文字幕av| 精品特色国产自在自线拍| 久久免费观看性生活片| 久久精品高潮999久久久| 精品视频在线观看传媒| 欧美国产日韩在线一区二区三区| 女性裸体无遮挡啪啪网站| 亚洲男女尻逼片视频网站| 中文字幕精品一区二区介绍| 日韩有码中文字幕av| 熟女中文字幕一区二区| 国产精品主播自拍视频| 一区二区三区蜜桃91| 亚洲第一毛片免费在线观看| 日韩一区二区免费看视频| 韩国成人伦理片在线观看| 国产精品久久久久久爽| 西西美女掰开阴让你看|