TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ARP poisoning with Python.

8 pointsby teawithcarlover 11 years ago

1 comment

gwu78over 11 years ago
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 未加载