成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

Xprobe2:主動操作系統指紋工具

安全 數據安全
XProbe是一款遠程主機操作系統探查工具。開發者基于和Nmap相同的一些技術(same techniques),并加入了自己的創新。Xprobe通過ICMP協議來獲得指紋。

XProbe是一款遠程主機操作系統探查工具。開發者基于和Nmap相同的一些技術(same techniques),并加入了自己的創新。Xprobe通過ICMP協議來獲得指紋。最新版本是Xprobe2.0.3版本,Xprobe2通過模糊矩陣統計分析主動探測數據報對應的ICMP數據報特征,進而探測得到遠端操作系統的類型。注:經過本人測試,對比較老的操作系統,識別效果非常高,對新內核系統則識別效果不太準確。

下載鏈接:http://down.51cto.com/data/153234

>>去網絡安全工具百寶箱看看其它安全工具

安裝步驟:

#tar -zxvf  xprobe2-0.3.tar.gz
#./configure --prefix=/usr/loca/
# make
#make install

 用法:

#/usr/local/xprobe/bin/xprobe2 -h

Options:
          -v                       Be verbose
          -r                       Show route to target(traceroute)
          -p Specify portnumber, protocol and state.
                                   Example: tcp:23:open, UDP:53:CLOSED
          -c           Specify config file to use.
          -h                       Print this help.
          -o                Use logfile to log everything.
          -t             Set initial receive timeout or roundtrip time.
          -s           Set packsending delay (milseconds).
          -d              Specify debugging level.
          -D               Disable module number .
          -M               Enable module number .
          -L                       Display modules.
          -m         Specify number of matches to print.
          -T             Enable TCP portscan for specified port(s).
                                   Example: -T21-23,53,110
          -U             Enable UDP portscan for specified port(s).
          -f                       force fixed round-trip time (-t opt).
          -F                       Generate signature (use -o to save to a file).
          -X                       Generate XML output and save it to logfile specified with -o.
          -B                       Options forces TCP handshake module to try to guess open TCP port
          -A                       Perform analysis of sample packets gathered during portscan in
                                   order to detect suspicious traffic (i.e. transparent proxies,
                                   firewalls/NIDSs resetting connections). Use with -T.
 

以上個選項,讀者可自己去測試。本人給出一個簡單的測試,假設當前目錄在/usr/local/xprobe/bin/下

#./xprobe2 www.163.com

Xprobe2 v.0.3 Copyright (c) 2002-2005 fyodor@o0o.nu, ofir@sys-security.com, meder@o0o.nu

[+] Target is www.163.com
[+] Loading modules.
[+] Following modules are loaded:
[x] [1] ping:icmp_ping  -  ICMP echo discovery module
[x] [2] ping:tcp_ping  -  TCP-based ping discovery module
[x] [3] ping:udp_ping  -  UDP-based ping discovery module
[x] [4] infogather:ttl_calc  -  TCP and UDP based TTL distance calculation
[x] [5] infogather:portscan  -  TCP and UDP PortScanner
[x] [6] fingerprint:icmp_echo  -  ICMP Echo request fingerprinting module
[x] [7] fingerprint:icmp_tstamp  -  ICMP Timestamp request fingerprinting module
[x] [8] fingerprint:icmp_amask  -  ICMP Address mask request fingerprinting module
[x] [9] fingerprint:icmp_port_unreach  -  ICMP port unreachable fingerprinting module
[x] [10] fingerprint:tcp_hshake  -  TCP Handshake fingerprinting module
[x] [11] fingerprint:tcp_rst  -  TCP RST fingerprinting module
[x] [12] fingerprint:smb  -  SMB fingerprinting module
[x] [13] fingerprint:snmp  -  SNMPv2c fingerprinting module
[+] 13 modules registered
[+] Initializing scan engine
[+] Running scan engine
[-] ping:tcp_ping module: no closed/open TCP ports known on 220.181.28.51. Module test failed
[-] ping:udp_ping module: no closed/open UDP ports known on 220.181.28.51. Module test failed
[-] No distance calculation. 220.181.28.51 appears to be dead or no ports known
[+] Host: 220.181.28.51 is up (Guess probability: 50%)
[+] Target: 220.181.28.51 is alive. Round-Trip Time: 0.02320 sec
[+] Selected safe Round-Trip Time value is: 0.04640 sec
[-] fingerprint:tcp_hshake Module execution aborted (no open TCP ports known)
[-] fingerprint:smb need either TCP port 139 or 445 to run
[-] fingerprint:snmp: need UDP port 161 open
[+] Primary guess:
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.6" (Guess probability: 100%)
[+] Other guesses:
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.7" (Guess probability: 100%)
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.8" (Guess probability: 100%)
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.9" (Guess probability: 100%)
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.10" (Guess probability: 100%)
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.11" (Guess probability: 100%)
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.5" (Guess probability: 100%)
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.4" (Guess probability: 100%)
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.0" (Guess probability: 100%)
[+] Host 220.181.28.51 Running OS: "Linux Kernel 2.6.1" (Guess probability: 100%)
[+] Cleaning up scan engine
[+] Modules deinitialized
[+] Execution completed.

探測出上海(本人測試地點IP)這邊訪問網易的系統IP為220.181.28.51的機器系統為linux系統 ,并且內核版本在2.6.1---2.6.11之間,也有可能是更高內核版本,主要是xprobe目前支持探測系統指紋的系統版本有限,經過我多次對不同系統freebsd,debian,centos,solaris,aix,windows xp,2000,2003的探測結果,發現越老的系統探測結果越準確,筆者支持該軟件作者繼續此工作!

 

責任編輯:佟健 來源: 網絡整理
相關推薦

2010-04-08 16:18:22

Unix操作系統工具

2010-04-22 16:32:50

Aix操作系統SMIT

2010-04-08 16:40:35

2009-12-09 17:25:19

Linux操作系統

2010-04-15 14:40:26

Unix操作系統

2010-04-14 18:47:22

Unix操作系統

2011-12-21 20:38:47

跨平臺工具操作系統

2010-04-29 14:08:38

Unix操作系統

2011-04-13 17:31:33

2021-04-19 11:23:29

操作系統計算機DOS

2021-11-15 06:56:46

操作系統U盤

2011-03-04 17:12:29

操作系統排行榜

2011-11-07 12:32:13

操作系統Mozilla

2020-12-29 16:39:01

Linux代碼命令

2009-07-23 18:43:25

操作系統LinuxWindows

2009-04-11 15:12:24

vxworks操作系統

2012-03-30 14:43:23

2010-05-05 17:07:47

AIX操作系統

2010-04-13 12:27:44

Unix操作系統

2016-10-28 09:27:42

內網文件共享
點贊
收藏

51CTO技術棧公眾號

主站蜘蛛池模板: 操网站 | 黄色毛片网站在线观看 | 亚洲国产成人av好男人在线观看 | 亚洲成人精品在线观看 | 久久精品视频91 | 欧美一级免费看 | 99成人| 在线观看www高清视频 | 精品电影 | 91av在线电影 | 青青久久av北条麻妃海外网 | 日韩av免费看 | 成人久草 | 91国内精品久久 | 国产精品免费一区二区三区四区 | 久久久噜噜噜久久中文字幕色伊伊 | 精品国产一区二区三区日日嗨 | 成年人在线观看 | 一区二区三区视频在线 | 国产欧美精品一区二区 | 精品成人佐山爱一区二区 | 新超碰97 | 国产玖玖| 中国美女撒尿txxxxx视频 | 久久久久久亚洲精品不卡 | 一级全黄少妇性色生活免费看 | 亚洲在线一区 | 台湾佬久久 | 久久久久成人精品 | 久久国产精品色av免费观看 | 亚洲天堂男人的天堂 | 激情a| 久久91| 日日射夜夜骑 | 涩涩视频大全 | 国产成人精品一区二区三区四区 | 国产精品成人一区二区 | 九九国产在线观看 | 久青草影院 | 亚洲欧美中文日韩在线 | 亚洲人a|