针对 Python 程序模糊测试的敏感数据提取工具
A Sensitive Data Extractor tool for Fuzzing test on Python program
PyFuzzSDE 是一个针对 Python 程序模糊测试的敏感数据提取工具。它通过静态分析和动态分析相结合的方式,自动分析 Python 源程序,为诸如 Python-AFL、Atheris 等模糊测试引擎提供具有潜在敏感性的测试用例。
PyFuzzSDE is a tool to extract data with potential sensitivity for fuzzing test on Python program. It can automatically analyzes source code of Python program by combining static and dynamic analysis methods, in order to generate test cases with potential sensitivity for fuzzing test engines like Python-AFL and Atheris.