https://github.com/goffinet/docker-kali-msf
https://github.com/goffinet/docker-kali-msf
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goffinet/docker-kali-msf
- Owner: goffinet
- License: gpl-3.0
- Created: 2018-12-09T13:08:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T13:50:23.000Z (over 7 years ago)
- Last Synced: 2025-03-02T23:28:32.084Z (about 1 year ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kali MSF Dockerfile
To start the image and get into an interactive msfconsole shell:
`docker run -t -i goffinet/kali-msf
To run a joomla_plugins scan directly:
`docker run -t -i goffinet/kali-msf msfcli auxiliary/scanner/http/joomla_plugins RHOSTs=127.0.0.1 VHOST=example.com THREADS=3 E`
# Source
https://github.com/docker-linux/kali-metasploit