5 Star 10 Fork 5

Gitee 极速下载/metasploit-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/rapid7/metasploit-framework
克隆/下载
CURRENT.md 1.05 KB
一键复制 编辑 原始数据 按行查看 历史

Active Metasploit 5 development will sometimes push aggressive changes. Integrations with 3rd-party tools, as well as general usage, may change quickly from day to day. Some of the steps for dealing with major changes will be documented here. We will continue to maintain the Metasploit 4.x branch until Metasploit 5.0 is released.

2018/01/17 - [internal] module cache reworked to not store metadata in PostgreSQL

Metasploit no longer stores module metadata in a PostgreSQL database, instead storing it in a cache file in your local ~/.msf4 config directory. This has a number of advantages:

  • Fast searches whether you have the database enabled or not (no more slow search mode)
  • Faster load time for msfconsole, the cache loads more quickly
  • Private module data is not uploaded to a shared database, no collisions
  • Adding or deleting modules no longer displays file-not-found error messages on start in msfconsole
  • Reduced memory consumption

Code that reads directly from the Metasploit database for module data will need to use the new module search API.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/metasploit-framework.git
git@gitee.com:mirrors/metasploit-framework.git
mirrors
metasploit-framework
metasploit-framework
master

搜索帮助