diff --git a/README.md b/README.md index 703b9ef..94c3807 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ Examples -------------- To start the image and get into an interactive msfconsole shell: -''' -docker run -t -i linux/kali-metasploit -''' +`docker run -t -i linux/kali-metasploit` To run a joomla_plugins scan directly: -''' -docker run -t -i linux/kali-metasploit msfcli auxiliary/scanner/http/joomla_plugins RHOSTs=127.0.0.1 VHOST=example.com THREADS=3 E -''' +`docker run -t -i linux/kali-metasploit msfcli auxiliary/scanner/http/joomla_plugins RHOSTs=127.0.0.1 VHOST=example.com THREADS=3 E`