metasploit-framework

https://github.com/rapid7/metasploit-framework

Ruby

Metasploit Framework

Msf::PersistentStorage.create

Creates an instance of the storage class with the supplied name.  The
array supplied as an argument is passed to the constructor of the
associated class as a means of generic initialization.

Source | Google | Stack overflow

Edit

git clone [email protected]:rapid7/metasploit-framework.git

cd metasploit-framework

open lib/msf/base/persistent_storage.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Msf--PersistentStorage-create-for-pr


# Commit to git

git add lib/msf/base/persistent_storage.rbgit commit -m "better docs for Msf::PersistentStorage.create"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Msf--PersistentStorage-create-for-pr

hub pull-request


# Celebrate!