MsfWrapper:异步MSF RPC API包装器

时间:2021-05-02 19:52:10
【文件属性】:
文件名称:MsfWrapper:异步MSF RPC API包装器
文件大小:19KB
文件格式:ZIP
更新时间:2021-05-02 19:52:10
Python MsfWrapper 与此库异步控制Metasploit。 例如,这将使您可以跨多个会话并行运行命令。 安装 $ git clone https://github.com/DanMcInerney/MsfWrapper $ cd MsfWrapper In a new terminal: $ sudo msfconsole -r rpc.rc $ pipenv install --three $ pipenv shell 用法 查看示例脚本,了解如何使用API​​运行控制台命令,会话命令,powershell命令或OS shell命令。 Get a Windows session inside Metasploit then continue # ./msf-api-wrapper-example.py 请注意,此处包含的示例脚本不是异步运行的。 它使用asyncio循环,因为Msf
【文件预览】:
MsfWrapper-master
----Pipfile.lock(10KB)
----LICENSE(1KB)
----README.md(889B)
----Pipfile(211B)
----MsfWrapper()
--------helpers.py(2KB)
--------msfclient.py(3KB)
--------msfconsole.py(3KB)
--------__init__.py(1B)
--------MsfWrapper.py(25KB)
--------msfmodule.py(3KB)
--------msf-api-wrapper-example.py(3KB)
----.gitignore(1KB)

网友评论