Skip to content

Commit

Permalink
add CURRENT.md to track major changes and how to migrate with them
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Jan 18, 2018
1 parent 7849743 commit bfa7e32
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CURRENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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.

0 comments on commit bfa7e32

Please sign in to comment.