Skip to content

Commit

Permalink
Merge pull request swisskyrepo#613 from JeremyLARDENOIS/fix-docker-me…
Browse files Browse the repository at this point in the history
…tasploit-install

fix: remove docker metasploit installation
  • Loading branch information
swisskyrepo authored Jan 10, 2023
2 parents d4742a9 + 3a97ad3 commit 8e0ce56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Methodology and Resources/Metasploit - Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
```

or docker

```powershell
sudo docker run --rm -it -p 443:443 -v ~/.msf4:/root/.msf4 -v /tmp/msf:/tmp/data remnux/metasploit
```

## Sessions

```powershell
Expand Down

0 comments on commit 8e0ce56

Please sign in to comment.