Network
Scapy: send, sniff and dissect and forge network packets. Usable interactively or as a library
pypcap, Pcapy and pylibpcap: several diffe...
文章cnbird
2011-01-10
817浏览量
Python tools for Penetration Tester
BTW:非常全了,涉及网络,逆向等等,以后有时间找几个常用的包研究研究~资源匮乏就是纠结,之前不知道有这些,写个脚本还要自己去实现。。。。
Network
Scapy: send, sniff and dissect and forge network packets. Usable int...
文章技术小美
2017-11-09
1065浏览量
值得收藏的45个Python优质资源(附链接)
热门资源博客 Mybridge AI 比较了18000个关于Python的项目,并从中精选出45个最具竞争力的项目。我们进行了翻译,在此一并送上。
这份清单中包括了各不相同的20个主题,以及一些资深程序员分享使用Python的经验,值得收藏。Mybridge AI 的排名结合了内部机器评估的内容质...
文章技术小能手
2018-02-11
9518浏览量
如何用 Python 实现 Web 抓取?
【编者按】本文作者为 Blog Bowl 联合创始人 Shaumik Daityari,主要介绍 Web 抓取技术的基本实现原理和方法。文章系国内 ITOM 管理平台 OneAPM 编译呈现,以下为正文。
随着电子商务的蓬勃发展,笔者近年越来越着迷于比价应用。我在网络上(甚至线下)的每次购买,都...
Today's post is kind of long, so I thought I should warn you in advance by adding an additional paragraph for you to read. I also wanted to provide d...
文章cnbird
2011-09-22
891浏览量
如何运用Python绘制NBA投篮图表
我在本文中将介绍如何获取一个选手的投篮数据并通过matplotlib 和 seaborn制成图表。
In [1]: %matplotlib inline
import requests
importmatplotlib.pyplot as plt
import pandas aspd
import...