当前位置:网站首页>[kali-information collection] (1.8) ARP reconnaissance tool _Netdiscover
[kali-information collection] (1.8) ARP reconnaissance tool _Netdiscover
2022-08-02 11:19:00 【The Black Zone (Rise)】
Table of Contents
I. Introduction
1.1. Overview:
Netdiscover is an active/passive ARP reconnaissance tool.This tool is very useful
on wireless networks that do not use DHCP.Use the Netdiscover tool to scan the network for IP addresses, check online hosts or search for ARP requests sent for them
Second, use
2.1. Command:
sage: netdiscover [-i device] [-r range | -l file | -p] [-m file] [-F filter] [-s time] [-c count] [-n node] [-dfPLNS]-i device: specify the network device interface-r range: specify the scan network range-I file: Specifies the scan range list file-p: use passive mode, do not send any data-s time: sleep time between each ARP request-n node: scan in octet form-c count: The number of times to send ARP requests-f: use active mode-d: ignore configuration files-S: Enable sleep time suppressed between each ARP request-P: print result-L: will capture information output and continue scanning
2.2. Test:
Test 1:
Use the Netdiscover tool to scan all hosts in the LAN
Enter sudo netdiscover
After a while, you can scan the information of several hosts
Test 2:
Specify ip range
sudo netdiscover -r ip/24
The following subnet mask is based on your own needs (simply speaking, it is the last variable number of digits)
Test 3:
sudo netdiscover -i eth0
边栏推荐
猜你喜欢
随机推荐
npm WARN config global `--global`, `--local` are deprecated. Use `--location解决方案
放苹果(暑假每日一题 13)
MySql模糊查询大全
Oracle 19c 连接PDB
FPGA手撕代码——CRC校验码的多种Verilog实现方式 (2021乐鑫科技数字IC提前批代码编程)
Mysql环境变量的配置(详细图解)
C#/VB.NET to add more lines more columns image watermark into the Word document
Mysql事务隔离级别与MVCC(多版本并发控制)
5G网络切片技术
LayaBox---TypeScript---Advanced Type
10份重磅报告 — 展望中国数字经济未来
Oracle查询提示 ORA-00933 SQL command not properly ended 原因排查
微信小程序---组件开发与使用
字节跳动软件测试岗,收到offer后我却拒绝了~给面试的人一些忠告....
Breaking the Boundary, Huawei's Storage Journey
【面向校招】Golang面试题合集
org.apache.ibatis.binding.BindingException Invalidbound statement (not found)的解决方案和造成原因分析(超详细)
AdguardHome如何配置设置?我的AdguardHome配置内容过滤器拦截列表
开箱即用-使用异步加载布局来优化页面启动速度的几种方案
ssm网页访问数据库数据报错