文件名称:python-libmsf:用于Metasploit Web服务的Python库
文件大小:38KB
文件格式:ZIP
更新时间:2024-05-06 19:52:04
Python
python-libmsf 描述 libmsf是用于Metasploit Web服务的python库。 使用libmsf,您可以使用Metasploit对象,例如: libmsf易于使用: >>> from libmsf.msf import Msf >>> from libmsf.rest import MsfRestApi >>> msf_rest_api = MsfRestApi(api_key= ' cf2dbb7f9d1f92839a84f9c165ee9afef3dd3a3116bc99badf45be4ae5655168c9c2c3c58621b460 ' , api_url= ' https://localhost:5443 ' ) >>> workspace: Msf.Workspace = Msf.Workspace(name= ' test_workspace '
【文件预览】:
python-libmsf-main
----build.sh(184B)
----examples.py(6KB)
----msf_rest_cli.py(539B)
----libmsf()
--------msf.py(7KB)
--------rest.py(74KB)
--------__init__.py(267B)
----requirements.txt(32B)
----LICENSE(34KB)
----setup.py(2KB)
----README.md(45KB)
----tests()
--------test_rest.py(21KB)
--------test_variables.py(4KB)
----.gitignore(2KB)