当前位置:网站首页>网络层—简单的arp断网
网络层—简单的arp断网
2022-07-06 09:22:00 【又懒有菜】
目录
2)kali选择网卡 需要ifconfig与物理机在同一网段(注意)
一、ARP协议
ARP(Address Resolution Protocol)地址解析协议,目的是实现IP地址到MAC地址的转换。
在计算机间通信的时候,计算机要知道目的计算机是谁(就像我们人交流一样,要知道对方是谁),这中间需要涉及到MAC地址,而MAC是真正的电脑的唯一标识符。
为什么需要ARP协议呢?因为在OSI七层模型中,对数据从上到下进行封装发送出去,然后对数据从下到上解包接收,但是上层(网络层)关心的IP地址,下层关心的是MAC地址,这个时候就需要映射IP和MAC。
二、环境准备
大环境:物理机+kali
小工具:namp/fping+arpspoof
三、断网攻击原理
图解ARP协议(二)ARP攻击原理与实践 - 知乎 (zhihu.com)https://zhuanlan.zhihu.com/p/367998688
四、废话不多,开干开干
1)物理机查看网段以及被攻击ip
2)kali选择网卡 需要ifconfig与物理机在同一网段(注意)
3)kali扫描网段存活主机
fping命令
fping -g 192.168.1.0/24
nmap命令(扫描不到物理机,因为是宿主机)
nmap -sP 192.168.1.0/24
推荐此实验使用,fping
4)观察物理机是否能上网(可以)
5)攻击命令 eth0是与物理机ip处在同一网段的网卡
sudo arpspoof -i eth0 -t 物理机ip 网关ip
6)成功断网
7)恢复网络 kali ctrl+c 结束命令
tips:连上校园网 试试你舍友的ip吧!
边栏推荐
- MATLAB打开.m文件乱码解决办法
- Redis实现分布式锁原理详解
- Simply understand the promise of ES6
- Experiment 7 use of common classes (correction post)
- Read only error handling
- Implementation of count (*) in MySQL
- MySQL lock summary (comprehensive and concise + graphic explanation)
- canvas基础1 - 画直线(通俗易懂)
- Differences among fianl, finally, and finalize
- FAQs and answers to the imitation Niuke technology blog project (I)
猜你喜欢
SRC mining ideas and methods
MySQL lock summary (comprehensive and concise + graphic explanation)
Strengthen basic learning records
优先队列PriorityQueue (大根堆/小根堆/TopK问题)
[面試時]——我如何講清楚TCP實現可靠傳輸的機制
3. Input and output functions (printf, scanf, getchar and putchar)
Safe driving skills on ice and snow roads
[during the interview] - how can I explain the mechanism of TCP to achieve reliable transmission
Experiment 6 inheritance and polymorphism
HackMyvm靶机系列(4)-vulny
随机推荐
Analysis of penetration test learning and actual combat stage
[insert, modify and delete data in the headsong educator data table]
[experiment index of educator database]
7-3 构造散列表(PTA程序设计)
FAQs and answers to the imitation Niuke technology blog project (I)
7-8 7104 约瑟夫问题(PTA程序设计)
Leetcode.3 无重复字符的最长子串——超过100%的解法
Strengthen basic learning records
This time, thoroughly understand the MySQL index
实验九 输入输出流(节选)
UGUI—Text
Wechat applet
甲、乙机之间采用方式 1 双向串行通信,具体要求如下: (1)甲机的 k1 按键可通过串行口控制乙机的 LEDI 点亮、LED2 灭,甲机的 k2 按键控制 乙机的 LED1
Callback function ----------- callback
Strengthen basic learning records
【Numpy和Pytorch的数据处理】
强化学习基础记录
7-4 hash table search (PTA program design)
Strengthen basic learning records
Zatan 0516