TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ARP poisoning with Python.

8 点作者 teawithcarl超过 11 年前

1 comment

gwu78超过 11 年前
Can a user spot ARP poisoning?<p>How about static ARP entries and taking note when any hostname-to-ether-address mapping changes?<p>ARP monitoring with BSD<p><pre><code> arp -s hostname ether_addr </code></pre> Then<p><pre><code> [ -f arp.dat ]||&gt;arp.dat arpwatch -df arp.dat </code></pre> Or what if the user disables ARP on the interface? Assuming driver was named &quot;eth&quot; as in GNU&#x2F;Linux:<p><pre><code> ifconfig eth0 -arp</code></pre>
评论 #6949843 未加载