pyrasite是一款基于python的工具,能够注入代码到python进程中。
pyrasite能够在2.4版本后的python运行,也就是说它能够兼容python 2和3。
系统要求
gdb (版本7.3+ (或者RHEL5+))
如果是macOS则需要签名的gdb,参见
https://sourceware.org/gdb/wiki/BuildingOnDarwin
你可以下载针对你linux版本的tarball、RPMs、deb,也可以直接通过pip进行安装
pip install pyrasite pyrasite-gui
pyrasite-gui版本
需要更新请访问https://github.com/lmacken/pyrasite
主页: http://pyrasite.com
文档: http://pyrasite.rtfd.org
下载: http://pypi.python.org/pypi/pyrasite
源码: http://github.com/lmacken/pyrasite
截屏: http://readthedocs.org/docs/pyrasite/en/latest/GUI.html
邮件列表: https://fedorahosted.org/mailman/listinfo/pyrasite
jenkins: http://ci.csh.rit.edu/view/Pyrasite
irc聊天室: #pyrasite on Freenode
SQL注入测试平台:Sqli-Labs(附带使用指南-Part1)