天天看点

python scapy 网络包管理工具--进阶篇

写在前面

需要我们进一步学习了解,必须查看文档和源码

scapy github — https://github.com/secdev/scapy

scapy 文档 — http://scapy.readthedocs.io/en/latest/

scapy-http github — https://github.com/invernizzi/scapy-http

scapy3k(python3版本) — https://github.com/phaethon/scapy

说实在的,这个scapy的文档是很难啃的,因为网络协议上有太多的装有名词,并且如果对网络协议理解不够,很难理解他在说什么。

在py文件中使用

运行模式

你可以直接在命令行敲 scapy 进入交互模式

可以采用在py文件中运行。

交互模式