日期:2019-06-27 15:54:19
作者:Bay0net
介绍:在 mac os 下,如何安装 netdiscover 及基本使用方法


0x01、当前环境

MAC os 10.14.4
已安装 brew

0x02、安装方式

使用 brew 安装
brew install sidaf/pentest/netdiscover

安装后,在命令行直接使用 netdiscover 命令出错

查找一下其路径,发现是 /usr/local/sbin/netdiscover

/usr/local/sbin/ 加入到环境变量中

vi ~/.zshrc
# add this in the last line of the document
export PATH="/usr/local/sbin/:$PATH"

iTerm2 中重新打开个 tab 即可。

0x03、使用说明

Usage: netdiscover [-i device] [-r range | -p] [-s time] [-n node] [-c count] [-f] [-S]
-i device: your network device
-r range: scan a given range instead of auto scan. 192.168.6.0/24,/16,/8
-p passive mode do not send anything, only sniff
-s time: time to sleep between each arp request (miliseconds)
-c count: number of times to send each arp reques (for nets with packet loss)
-n node: last ip octet used for scanning (from 2 to 253)
-S enable sleep time supression betwen each request (hardcore mode)
-f enable fastmode scan, saves a lot of time, recommended for auto

Some Examples

# use eth0 scan 10.1.2.0/24
netdiscover -i eth0 -r 10.1.2.0/24 # passive mode
netdiscover -p

最新文章

  1. [转]ubuntu 下无法启动chrome
  2. ES6笔记(3)-- 解构赋值
  3. 分形几何算法和实现(C语言)
  4. C语言 后缀自增的优先级详解
  5. Unity运行时刻资源管理
  6. 【bzoj3771】【xsy1728】Triple
  7. SQL Server 板机
  8. Angularjs web应用
  9. unity3dWeb版文本转语音
  10. Bootstrap 3 与 Foundation 5
  11. Gem/Bundle/Rvm
  12. Docker的安装和测试
  13. C#6.0,C#7.0新特性
  14. [UE4]Drop,扔物品
  15. $Django 客户端->wsgi->中间组件->urls->views(model,template) 总结+补充(事物,choices,inclusion_tag)!
  16. Redis-Migrate-Tool 使用详解
  17. 10-03 Java 包的概述和讲解
  18. 60.自己定义View练习(五)高仿小米时钟 - 使用Camera和Matrix实现3D效果
  19. 【英宝通Unity4.0公开课学习 】(二)场景创建
  20. Swift 函数调用到底写不写参数名

热门文章

  1. Linux系统性能测试工具(九)——文件系统的读写性能测试工具之iozone
  2. 2019-2020-1 20199319《Linux内核原理与分析》第三周作业
  3. C#其他知识
  4. Python修炼之路-装饰器、生成器、迭代器
  5. Excel去重操作
  6. MySQL数据库安装和启动
  7. Vue给子组件传值为空
  8. Python的题目
  9. 【NOIP2016提高A组模拟10.15】算循环
  10. DOM自定义属性操作