Skip to content

Instantly share code, notes, and snippets.

View Akagi201's full-sized avatar
🎯
Focusing

Bob Liu Akagi201

🎯
Focusing
View GitHub Profile

生产硬件需要测试与跟线, 试产吋把关, 呵呵, 解决这个最根本有一个生产测试标准来保证.

What

  • network auditing和penetration testing的工具合集.
  • 纯粹被动地进行网络活动监视的工具: dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarlf, webspy.
  • 发起主动欺骗的工具: arpspoof, dnsspoof, macof
  • 针对SSH和SSL的MITM"攻击"工具: sshmitm, webmitm
  • 其他工具: tcpkill, tcpnice

How

依赖的库

sniffer

What

  • 用于局域网内MITM攻击的工具.
  • 可以用于网络协议分析和网络审计.

4种运行模式

  • IP-based

config

emerge -C

不建议使用emerge -C,因为它可能移除其他软件包的依赖,导致其他包无法使用。建议改用emerge -cv package-XXX; 
多读手册,呃,RTFM。 
emerge -avuDN会重新安装你移除了的包,是因为这个包被你的world(/var/lib/portage/world)文件中某一个包(直接或间接)依赖。可以用emerge的--tree选项查看: 
代码:
emerge -avuDN --tree @world

What

  • 802.11 layer2 wireless network detector, sniffer, and intrusion detection system
  • 802.11b, 802.11g, 802.11a, 802.11n sniffing
  • Standard PCAP file logging (Wireshark, Tcpdump, etc)
  • Client/Server modular architecture
  • Multi-card and channel hopping support
  • Runtime WEP decoding
  • Tun/Tap virtual network interface drivers for realtime export of packets
  • Hidden SSID decloaking
  1. 变量的注释放在声明处, 函数的声明放在定义处.
  2. 任何编程规范, 坚持牺牲算法清晰度来换取语法清晰度的, 都应该重写.
  1. stty - 修改波特率
  2. ser2net - 串口转网口