linux网络安全工具

Arpoison 软件。
此软件为开源软件,主代码只有 200 多行 , 主要是制造 ARP 包。编译此软件
需要系统中安装 Libnet 库。
如果感觉根据作者的代码编译的 arpoison 发包太慢(默认延迟一秒)不爽。可
以自己把 sleep(wait) 一行注释掉。再进行编译 , 速度绝对会让你爽到发呆
^_^

Arpspoof
而 arpspoof 软件对于 debian / ubuntu 系统来说就要爽很多。只要记住它是
dsniff 软件包中的组件。
#apt-get install dsniff
当然也可以自己到开发网站上下载源码编译。但是不知道为什么 , 开发者的库都很
老,依赖关系很头疼。

Nmap
有人称赞是这个星球上最强大的扫描软件 , 好吧,呵呵。对于 debian/ubuntu 用户
#apt-get install nmap

Tcpdump 这个鼎鼎大名吧?不废话了 , 呵呵。
#apt-get install tcpdump


-*-python之禅-*-

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.

原文地址:https://www.cnblogs.com/monxue/p/3063053.html