设为首页收藏本站

LinuxTone | 运维专家网论坛 - 最棒的Linux运维与开源架构技术交流社区!

 找回密码
 注册

用新浪微博连接

一步搞定

QQ登录

只需一步,快速开始

楼主: NetSeek

[系统安全] linux下防御arp攻击的策略   [复制链接]

Rank: 6Rank: 6

注册时间
2010-12-21
最后登录
2012-5-18
在线时间
39 小时
阅读权限
70
积分
2488
帖子
11
主题
0
精华
0
UID
11543
发表于 2011-9-3 09:22:03 |显示全部楼层
好东西,顶下。
再更新一下,!!!
再更新一下,!!!

加了一点提示!!!
mac_addr.tar.gz (4.09 KB, 下载次数: 83)  
下载不了。希望管理处理下。

使用道具 举报

Rank: 8Rank: 8

注册时间
2010-11-1
最后登录
2012-5-22
在线时间
48 小时
阅读权限
90
积分
7747
帖子
88
主题
2
精华
0
UID
10780
发表于 2011-9-7 17:42:10 |显示全部楼层
大大地学习了。。。我的好好看看网络安全。。。谢了

使用道具 举报

Rank: 6Rank: 6

注册时间
2010-10-11
最后登录
2012-4-4
在线时间
19 小时
阅读权限
70
积分
1404
帖子
29
主题
2
精华
0
UID
10584
发表于 2011-10-8 04:08:04 |显示全部楼层
回复 NetSeek 的帖子

关于查找一个网段的ip 和mac,有一个小工具叫:nbtscan

在windows和linux下面都可以用。
  1. [admin@huangye ~]$ nbtscan

  2. NBTscan version 1.5.1. Copyright (C) 1999-2003 Alla Bezroutchko.
  3. This is a free software and it comes with absolutely no warranty.
  4. You can use, distribute and modify it under terms of GNU GPL.

  5. Usage:
  6. nbtscan [-v] [-d] [-e] [-l] [-t timeout] [-b bandwidth] [-r] [-q] [-s separator] [-m retransmits] (-f filename)|(<scan_range>)
  7.         -v                verbose output. Print all names received
  8.                         from each host
  9.         -d                dump packets. Print whole packet contents.
  10.         -e                Format output in /etc/hosts format.
  11.         -l                Format output in lmhosts format.
  12.                         Cannot be used with -v, -s or -h options.
  13.         -t timeout        wait timeout milliseconds for response.
  14.                         Default 1000.
  15.         -b bandwidth        Output throttling. Slow down output
  16.                         so that it uses no more that bandwidth bps.
  17.                         Useful on slow links, so that ougoing queries
  18.                         don't get dropped.
  19.         -r                use local port 137 for scans. Win95 boxes
  20.                         respond to this only.
  21.                         You need to be root to use this option on Unix.
  22.         -q                Suppress banners and error messages,
  23.         -s separator        Script-friendly output. Don't print
  24.                         column and record headers, separate fields with separator.
  25.         -h                Print human-readable names for services.
  26.                         Can only be used with -v option.
  27.         -m retransmits        Number of retransmits. Default 0.
  28.         -f filename        Take IP addresses to scan from file filename.
  29.                         -f - makes nbtscan take IP addresses from stdin.
  30.         <scan_range>        what to scan. Can either be single IP
  31.                         like 192.168.1.1 or
  32.                         range of addresses in one of two forms:
  33.                         xxx.xxx.xxx.xxx/xx or xxx.xxx.xxx.xxx-xxx.
  34. Examples:
  35.         nbtscan -r 192.168.1.0/24
  36.                 Scans the whole C-class network.
  37.         nbtscan 192.168.1.25-137
  38.                 Scans a range from 192.168.1.25 to 192.168.1.137
  39.         nbtscan -v -s : 192.168.1.0/24
  40.                 Scans C-class network. Prints results in script-friendly
  41.                 format using colon as field separator.
  42.                 Produces output like that:
  43.                 192.168.0.1:NT_SERVER:00U
  44.                 192.168.0.1:MY_DOMAIN:00G
  45.                 192.168.0.1:ADMINISTRATOR:03U
  46.                 192.168.0.2:OTHER_BOX:00U
  47.                 ...
  48.         nbtscan -f iplist
  49.                 Scans IP addresses specified in file iplist.
复制代码


使用道具 举报

Rank: 8Rank: 8

注册时间
2011-10-20
最后登录
2012-5-9
在线时间
27 小时
阅读权限
90
积分
6032
帖子
95
主题
2
精华
0
UID
15807
发表于 2011-11-24 01:01:50 |显示全部楼层
再加上一个定期检测的操作就更完美了.

使用道具 举报

Rank: 8Rank: 8

注册时间
2010-10-11
最后登录
2012-5-22
在线时间
72 小时
阅读权限
90
积分
4613
帖子
120
主题
4
精华
0
UID
10572
发表于 2011-12-19 17:00:49 |显示全部楼层
漂过。。。

使用道具 举报

Rank: 8Rank: 8

注册时间
2011-3-22
最后登录
2012-5-21
在线时间
48 小时
阅读权限
90
积分
8670
帖子
60
主题
1
精华
0
UID
12494
发表于 2012-3-3 11:15:40 |显示全部楼层
好贴子,先下载下来研究下
服务器托管租用,京西机房优惠中Q583444915

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

IT运维专家网感谢红之盟网络提供带宽支持

合作联系: QQ:67888954/MSN:cnseek@msn.com/mail:netseek@linuxtone.org

Archiver|手机版|感谢所有关心和支持过LinuxTone的朋友们 转载本站内容请注明原作者名及出处 ( 京ICP备08103151 )   |

GMT+8, 2012-5-23 10:42 , Processed in 0.119707 second(s), 8 queries , Memcache On.

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部