Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 556 Bytes

Metasploit

# Installing the Metasploit Framework
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall

Basic Usage

# Access msfconsole
./msfconsole

# Enable and start the database
msfdb init

# Delete and reinit the database
msfdb reinit

# Stop the database
msfdb stop

# Delete the database
msfdb delete

References

{% embed url="https://docs.rapid7.com/metasploit/msf-overview/" %}