From 3a97ad3f41b8bb9c9b507573086387acf53f8d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20LARDENOIS?= <37746231+JeremyLARDENOIS@users.noreply.github.com> Date: Tue, 10 Jan 2023 08:51:28 +0100 Subject: [PATCH] fix: remove docker metasploit installation --- Methodology and Resources/Metasploit - Cheatsheet.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Methodology and Resources/Metasploit - Cheatsheet.md b/Methodology and Resources/Metasploit - Cheatsheet.md index f62f7c1..bf3917b 100644 --- a/Methodology and Resources/Metasploit - Cheatsheet.md +++ b/Methodology and Resources/Metasploit - Cheatsheet.md @@ -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