随笔分类 -  网络编程

摘要:简介 地址:https://github.com/secdev/scapy scapy是一个基于python的交互式数据包操作程序和库。 它能够伪造或者解码多种协议的数据包,通过使用pcap文件对他们进行发送、收集、存储和读取,匹配请求和响应等等。 相关的应用 https://www.cnblogs 阅读全文
posted @ 2018-12-28 14:46 Antiver 阅读(1544) 评论(0) 推荐(0)
摘要:https://hauweele.net/~gawen/blog/?tag=route_localnet Today I wanted to transparantly redirect the DNS requests coming at the output of a tunnel to a l 阅读全文
posted @ 2018-09-02 02:08 Antiver 阅读(2045) 评论(0) 推荐(0)
摘要:原文地址:http://scotdoyle.com/python-epoll-howto.html 介绍 Python已于2.6版本添加访问Linux epoll库的API。这篇教程使用Python 3简要介绍如何使用Linux epoll。 阻塞Socket 例1是一个Pyhton服务端程序,它监 阅读全文
posted @ 2018-09-01 10:23 Antiver 阅读(229) 评论(0) 推荐(0)