30 lines
1015 B
Markdown
30 lines
1015 B
Markdown
#### Contents
|
|
***
|
|
|
|
* [Update Kali Linux](#update-kali-linux)
|
|
* [Enable Remote Access](#enable-remote-access)
|
|
* [Create a Dev User](#create-a-dev-user)
|
|
* [Install Packages](#install-the-base-dev-packages)
|
|
* [Install RVM](#install-rvm)
|
|
* [Install an Editor](#install-an-editor)
|
|
* [Generate an SSH Key](#generate-an-ssh-key)
|
|
* [Fork and Clone](#fork-and-clone-metasploit-framework)
|
|
* [Install Bundled Gems](#install-bundled-gems)
|
|
* [Set up PostgreSQL](#set-up-postgresql)
|
|
* [Run Specs](#run-specs)
|
|
* [Configure Git](#configure-git)
|
|
* [Handy Aliases](#handy-aliases)
|
|
* [TLDR of TLDRs](#tldr-of-tldrs)
|
|
|
|
<br>
|
|
|
|
#### Metasploit Wiki Pages
|
|
----
|
|
* [[Home]] Welcome to Metasploit!
|
|
* [[Using Metasploit]] A collection of useful links for penetration testers.
|
|
* [Setting Up](Metasploit Development Environment) From `apt-get install` to `git push`
|
|
* [[Using Git]] All about Git and GitHub.
|
|
* [[Acceptance Guidelines]] What should your modules look like?
|
|
* [[Contributing to Metasploit]] Be a part of our open source community.
|
|
|