1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-02-21 19:06:39 +02:00

add scapy to python

This commit is contained in:
Gregory Petukhov 2019-12-16 01:43:28 +03:00 committed by GitHub
parent 3c88280317
commit 0625cde22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ This list contains python libraries related to web scraping and data processing
* [dpkt](https://github.com/kbandla/dpkt) - fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
* [pyOpenSSL](https://github.com/pyca/pyopenssl) - A Python wrapper around the OpenSSL library
* [tlslite-ng](https://github.com/tomato42/tlslite-ng) - TLS implementation in pure python
* [scapy](https://github.com/secdev/scapy) - powerful Python-based interactive packet manipulation program and library
## Web Scraping