0

0

GitHub 上有哪些安全相关的 Python 项目值得一读?

php中文网

php中文网

发布时间:2016-06-06 16:23:18

|

3316人浏览过

|

来源于php中文网

原创

包括但不限于binary web

Contentfries
Contentfries

将长视频改造成更加引人注目的短视频

下载

回复内容:

网络Scapy: send, sniff and dissect and forge network packets. Usable interactively or as a librarypypcap, Pcapy and pylibpcap: several different Python bindings for libpcaplibdnet: low-level networking routines, including interface lookup and Ethernet frame transmissiondpkt: fast, simple packet creation/parsing, with definitions for the basic TCP/IP protocolsImpacket: craft and decode network packets. Includes support for higher-level protocols such as NMB and SMBpynids: libnids wrapper offering sniffing, IP defragmentation, TCP stream reassembly and port scan detectionDirtbags py-pcap: read pcap files without libpcapflowgrep: grep through packet payloads using regular expressionsKnock Subdomain Scan, enumerate subdomains on a target domain through a wordlistMallory, extensible TCP/UDP man-in-the-middle proxy, supports modifying non-standard protocols on the flyPytbull: flexible IDS/IPS testing framework (shipped with more than 300 tests)调试和逆向工程Paimei: reverse engineering framework, includes PyDBG, PIDA, pGRAPHImmunity Debugger: scriptable GUI and command line debuggermona.py: PyCommand for Immunity Debugger that replaces and improves on pvefindaddrIDAPython: IDA Pro plugin that integrates the Python programming language, allowing scripts to run in IDA ProPyEMU: fully scriptable IA-32 emulator, useful for malware analysispefile: read and work with Portable Executable (aka PE) filespydasm: Python interface to the libdasm x86 disassembling libraryPyDbgEng: Python wrapper for the Microsoft Windows Debugging Engineuhooker: intercept calls to API calls inside DLLs, and also arbitrary addresses within the executable file in memorydiStorm: disassembler library for AMD64, licensed under the BSD licensepython-ptrace: debugger using ptrace (Linux, BSD and Darwin system call to trace processes) written in Pythonvdb / vtrace: vtrace is a cross-platform process debugging API implemented in python, and vdb is a debugger which uses itAndroguard: reverse engineering and analysis of Android applicationFuzzingSulley: fuzzer development and fuzz testing framework consisting of multiple extensible componentsPeach Fuzzing Platform: extensible fuzzing framework for generation and mutation based fuzzing (v2 was written in Python)antiparser: fuzz testing and fault injection APITAOF, (The Art of Fuzzing) including ProxyFuzz, a man-in-the-middle non-deterministic network fuzzeruntidy: general purpose XML fuzzerPowerfuzzer: highly automated and fully customizable web fuzzer (HTTP protocol based application fuzzer)SMUDGEMistress: probe file formats on the fly and protocols with malformed data, based on pre-defined patternsFuzzbox: multi-codec media fuzzerForensic Fuzzing Tools: generate fuzzed files, fuzzed file systems, and file systems containing fuzzed files in order to test the robustness of forensics tools and examination systemsWindows IPC Fuzzing Tools: tools used to fuzz applications that use Windows Interprocess Communication mechanismsWSBang: perform automated security testing of SOAP based web servicesConstruct: library for parsing and building of data structures (binary or textual). Define your data structures in a declarative mannerfuzzer.py (feliam): simple fuzzer by Felipe Andres ManzanoFusil: Python library used to write fuzzing programsWebRequests: elegant and simple HTTP library, built for human beingsHTTPie: human-friendly cURL-like command line HTTP clientProxMon: processes proxy logs and reports discovered issuesWSMap: find web service endpoints and discovery filesTwill: browse the Web from a command-line interface. Supports automated Web testingGhost.py: webkit web client written in PythonWindmill: web testing tool designed to let you painlessly automate and debug your web applicationFunkLoad: functional and load web testerspynner: Programmatic web browsing module for Python with Javascript/AJAX supportpython-spidermonkey: bridge to the Mozilla SpiderMonkey JavaScript engine; allows for the evaluation and calling of Javascript scripts and functionsmitmproxy: SSL-capable, intercepting HTTP proxy. Console interface allows traffic flows to be inspected and edited on the flypathod / pathoc: pathological daemon/client for tormenting HTTP clients and servers取证Volatility: extract digital artifacts from volatile memory (RAM) samplesLibForensics: library for developing digital forensics applicationsTrIDLib, identify file types from their binary signatures. Now includes Python bindingaft: Android forensic toolkit恶意程序分析pyew: command line hexadecimal editor and disassembler, mainly to analyze malwareExefilter: filter file formats in e-mails, web pages or files. Detects many common file formats and can remove active contentpyClamAV: add virus detection capabilities to your Python softwarejsunpack-n, generic JavaScript unpacker: emulates browser functionality to detect exploits that target browser and browser plug-in vulnerabilitiesyara-python: identify and classify malware samplesphoneyc: pure Python honeyclient implementationPDFDidier Stevens' PDF tools: analyse, identify and create PDF files (includes PDFiD, pdf-parserand make-pdf and mPDF)Opaf: Open PDF Analysis Framework. Converts PDF to an XML tree that can be analyzed and modified.Origapy: Python wrapper for the Origami Ruby module which sanitizes PDF filespyPDF: pure Python PDF toolkit: extract info, spilt, merge, crop, encrypt, decrypt…PDFMiner: extract text from PDF filespython-poppler-qt4: Python binding for the Poppler PDF library, including Qt4 supportMiscInlineEgg: toolbox of classes for writing small assembly programs in PythonExomind: framework for building decorated graphs and developing open-source intelligence modules and ideas, centered on social network services, search engines and instant messagingRevHosts: enumerate virtual hosts for a given IP addresssimplejson: JSON encoder/decoder, e.g. to use Google's AJAX APIPyMangle: command line tool and a python library used to create word lists for use with other penetration testing toolsHachoir: view and edit a binary stream field by fieldpy-mangle: command line tool and a python library used to create word lists for use with other penetration testing tools其他有用的py库和工具BpythonIPython: enhanced interactive Python shell with many features for object introspection, system shell access, and its own special command systemBeautiful Soup: HTML parser optimized for screen-scrapingmatplotlib: make 2D plots of arraysMayavi: 3D scientific data visualization and plottingRTGraph3D: create dynamic graphs in 3DTwisted: event-driven networking engineSuds: lightweight SOAP client for consuming Web ServicesM2Crypto: most complete OpenSSL wrapperNetworkX: graph library (edges, nodes)Pandas: library providing high-performance, easy-to-use data structures and data analysis toolspyparsing: general parsing modulelxml: most feature-rich and easy-to-use library for working with XML and HTML in the Python languageWhoosh: fast, featureful full-text indexing and searching library implemented in pure PythonPexpect: control and automate other programs, similar to Don Libes `Expect` systemSikuli, visual technology to search and automate GUIs using screenshots. Scriptable inJythonPyQt and PySide: Python bindings for the Qt application framework and GUI library
github.com/dloss/python sqlmap github 上有人专门整理过列表(dloss/python-pentest-tools · GitHub),虽然并不是很完备,但总体上还是不错的一份单子。

另外需要额外提一点,大多数的 python 安全项目只适合看一看,没必要读一读,因为很多安全项目的工程架构、编码规范其实都一般般,了其概要便足够了。 是不是python没有考察,自己总结的一份关于信息安全的开源工具集。
WALA:对java字节码和javascript提供静态分析
PIXY:php静态分析工具,(污点分析)
clang:编译器的前端工作,负责词法分析和语法分析,生成语法树。
llvm:编译器的后端工作,负责中间码的生成,代码优化,机器码的生成。
klee: 适用于c语言,静态符号执行工具,建立在llvm之上。
magic:静态模型检测工具,适用于c语言
blast:静态模型检测工具,适用于c语言
java pathfinder: 静态模型检测工具,适用于java语言
Saturn(stanford): 基于定理证明的静态漏洞检测工具,适用于c语言
ESC/JAVA:基于定理证明的静态漏洞检测工具,适用于java
Peach:大名鼎鼎的fuzz框架。
Sulley(2012):新一代fuzz框架,python实现。
Argos:动态污点技术,用于主机蜜罐,检测0day攻击。
BitBlaze: 静态分析组件vine和动态分析组件temu都是开源。但是线上动态符号执行组件不开源。
valgrind:开源虚拟机,用于动态二进制分析。拥有内存分配分析和线程分析等等。动态二进制插桩的代表。只能实现用户态跟踪
TaintDroid: android动态污点分析工具
BAP:基于二进制可执行程序反汇编的漏洞模式检测工具。OCaml语言编写。
BinNavi:基于二进制可执行程序反汇编的漏洞模式检测工具。不能反汇编,需要借助IDA Pro对二进制文件反汇编。
Z3:微软开源的约束求解器。具有跨平台特性
STP:MIT开源协议的开源软件。在符号执行中广泛应用。但只能运行在Linux平台下。 逆向工程、二进制分析的工具:
qira BinaryAnalysisPlatform/qira · GitHub
angr angr/angr · GitHub the fuck greysign/thefuck · GitHub
没有理由不推荐它…… awesome-python.com/

这个网站上面列出的所有的库,都是一些优秀的第三方Python库,大部分托管在github上,都值得去认真阅读。 从题主问题出发,安全+值得读+python

requests不错,
创宇cos推荐sqlmap,

其他答案也有不错的工具。
好工具不一定值得读?!

本想推荐androguard 不过没读过!

相关文章

python速学教程(入门到精通)
python速学教程(入门到精通)

python怎么学习?python怎么入门?python在哪学?python怎么学才快?不用担心,这里为大家提供了python速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!

下载

本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

相关专题

更多
excel制作动态图表教程
excel制作动态图表教程

本专题整合了excel制作动态图表相关教程,阅读专题下面的文章了解更多详细教程。

20

2025.12.29

freeok看剧入口合集
freeok看剧入口合集

本专题整合了freeok看剧入口网址,阅读下面的文章了解更多网址。

65

2025.12.29

俄罗斯搜索引擎Yandex最新官方入口网址
俄罗斯搜索引擎Yandex最新官方入口网址

Yandex官方入口网址是https://yandex.com;用户可通过网页端直连或移动端浏览器直接访问,无需登录即可使用搜索、图片、新闻、地图等全部基础功能,并支持多语种检索与静态资源精准筛选。本专题为大家提供相关的文章、下载、课程内容,供大家免费下载体验。

197

2025.12.29

python中def的用法大全
python中def的用法大全

def关键字用于在Python中定义函数。其基本语法包括函数名、参数列表、文档字符串和返回值。使用def可以定义无参数、单参数、多参数、默认参数和可变参数的函数。本专题为大家提供相关的文章、下载、课程内容,供大家免费下载体验。

16

2025.12.29

python改成中文版教程大全
python改成中文版教程大全

Python界面可通过以下方法改为中文版:修改系统语言环境:更改系统语言为“中文(简体)”。使用 IDE 修改:在 PyCharm 等 IDE 中更改语言设置为“中文”。使用 IDLE 修改:在 IDLE 中修改语言为“Chinese”。本专题为大家提供相关的文章、下载、课程内容,供大家免费下载体验。

16

2025.12.29

C++的Top K问题怎么解决
C++的Top K问题怎么解决

TopK问题可通过优先队列、partial_sort和nth_element解决:优先队列维护大小为K的堆,适合流式数据;partial_sort对前K个元素排序,适用于需有序结果且K较小的场景;nth_element基于快速选择,平均时间复杂度O(n),效率最高但不保证前K内部有序。本专题为大家提供相关的文章、下载、课程内容,供大家免费下载体验。

12

2025.12.29

php8.4实现接口限流的教程
php8.4实现接口限流的教程

PHP8.4本身不内置限流功能,需借助Redis(令牌桶)或Swoole(漏桶)实现;文件锁因I/O瓶颈、无跨机共享、秒级精度等缺陷不适用高并发场景。本专题为大家提供相关的文章、下载、课程内容,供大家免费下载体验。

134

2025.12.29

抖音网页版入口在哪(最新版)
抖音网页版入口在哪(最新版)

抖音网页版可通过官网https://www.douyin.com进入,打开浏览器输入网址后,可选择扫码或账号登录,登录后同步移动端数据,未登录仅可浏览部分推荐内容。本专题为大家提供相关的文章、下载、课程内容,供大家免费下载体验。

63

2025.12.29

快手直播回放在哪看教程
快手直播回放在哪看教程

快手直播回放需主播开启功能才可观看,主要通过三种路径查看:一是从“我”主页进入“关注”标签再进主播主页的“直播”分类;二是通过“历史记录”中的“直播”标签页找回;三是进入“个人信息查阅与下载”里的“直播回放”选项。本专题为大家提供相关的文章、下载、课程内容,供大家免费下载体验。

18

2025.12.29

热门下载

更多
网站特效
/
网站源码
/
网站素材
/
前端模板

精品课程

更多
相关推荐
/
热门推荐
/
最新课程
CSS3 教程
CSS3 教程

共18课时 | 4.1万人学习

Django 教程
Django 教程

共28课时 | 2.6万人学习

Bootstrap 5教程
Bootstrap 5教程

共46课时 | 2.7万人学习

关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号