banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Lỗi can't find interface "venet0" trong nmap6  XML
  [Question]   Lỗi can't find interface "venet0" trong nmap6 03/08/2012 09:16:10 (+0700) | #1 | 267953
[Avatar]
sasser01052004
Member

[Minus]    0    [Plus]
Joined: 20/09/2010 01:27:29
Messages: 150
Location: /home/sasser
Offline
[Profile] [PM]
Em dùng Nmap5x thì bình thường

Chuyển sang dùng nmap6 thì lại bị lỗi:


Code:
[root@pn nmap-6.01]# nmap -v -A scanme.nmap.org
Warning: File ./nmap-os-db exists, but Nmap is using /usr/local/bin/../share/nmap/nmap-os-db for security and consistency reasons.  set NMAPDIR=. to give priority to files in your local directory (may affect the other data files too).

Starting Nmap 6.01 ( http://nmap.org ) at 2012-08-03 12:00 JST
NSE: Loaded 93 scripts for scanning.
NSE: Script Pre-scanning.
route_dst_netlink: can't find interface "venet0"
Ask me why, don't ask me what.
[Up] [Print Copy]
  [Question]   Lỗi can't find interface "venet0" trong nmap6 03/08/2012 14:33:20 (+0700) | #2 | 267967
[Avatar]
sasser01052004
Member

[Minus]    0    [Plus]
Joined: 20/09/2010 01:27:29
Messages: 150
Location: /home/sasser
Offline
[Profile] [PM]
có ai giúp mình với
Ask me why, don't ask me what.
[Up] [Print Copy]
  [Question]   Lỗi can't find interface "venet0" trong nmap6 03/08/2012 16:11:49 (+0700) | #3 | 267975
kakarottbatdong
Member

[Minus]    0    [Plus]
Joined: 02/05/2009 19:27:06
Messages: 55
Offline
[Profile] [PM]
Gõ ifconfig -a sau đó đưa nội dung lên..

Gõ nmap --iflist sau đó đưa nội dung lên.
[Up] [Print Copy]
  [Question]   Lỗi can't find interface "venet0" trong nmap6 03/08/2012 18:58:31 (+0700) | #4 | 267986
[Avatar]
sasser01052004
Member

[Minus]    0    [Plus]
Joined: 20/09/2010 01:27:29
Messages: 150
Location: /home/sasser
Offline
[Profile] [PM]
Của bạn đây:

Code:
[root@pn ~]# ifconfig -a
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:697578 errors:0 dropped:0 overruns:0 frame:0
          TX packets:510471 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:335138494 (319.6 MiB)  TX bytes:39539487 (37.7 MiB)

venet0:0  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:153.127.241.241  P-t-P:153.127.241.241  Bcast:153.127.241.241  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1



Code:
[root@pn ~]# nmap --iflist

Starting Nmap 6.01 ( http://nmap.org ) at 2012-08-03 21:57 JST
INTERFACES: NONE FOUND(!)
ROUTES: NONE FOUND(!)


Cám ơn nhé
Ask me why, don't ask me what.
[Up] [Print Copy]
  [Question]   Lỗi can't find interface "venet0" trong nmap6 03/08/2012 19:42:26 (+0700) | #5 | 267988
kakarottbatdong
Member

[Minus]    0    [Plus]
Joined: 02/05/2009 19:27:06
Messages: 55
Offline
[Profile] [PM]
Bồ thử dùng lệnh sau xem được không:

# nmap -e venet0:0 ......
[Up] [Print Copy]
  [Question]   Lỗi can't find interface "venet0" trong nmap6 04/08/2012 08:44:45 (+0700) | #6 | 268019
[Avatar]
sasser01052004
Member

[Minus]    0    [Plus]
Joined: 20/09/2010 01:27:29
Messages: 150
Location: /home/sasser
Offline
[Profile] [PM]
Vẫn không được bạn ơi:


[root@pn ~]# nmap -e venet0:0 -v -A scanme.nmap.org

Starting Nmap 6.01 ( http://nmap.org ) at 2012-08-04 11:41 JST
I cannot figure out what source address to use for device venet0:0, does it even exist?
QUITTING!


Ask me why, don't ask me what.
[Up] [Print Copy]
  [Question]   Lỗi can't find interface "venet0" trong nmap6 07/08/2012 20:44:48 (+0700) | #7 | 268184
[Avatar]
sasser01052004
Member

[Minus]    0    [Plus]
Joined: 20/09/2010 01:27:29
Messages: 150
Location: /home/sasser
Offline
[Profile] [PM]
Ai giúp tớ với
Ask me why, don't ask me what.
[Up] [Print Copy]
  [Question]   Lỗi can't find interface "venet0" trong nmap6 09/08/2012 20:00:49 (+0700) | #8 | 268246
[Avatar]
sasser01052004
Member

[Minus]    0    [Plus]
Joined: 20/09/2010 01:27:29
Messages: 150
Location: /home/sasser
Offline
[Profile] [PM]
Ai giúp tớ với
Ask me why, don't ask me what.
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|