1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
Ilya Glotov
d2fb4a5ca1
Remove unnecessary code 2017-05-17 17:18:21 +03:00
Ilya Glotov
baf297f60e
Add capabilities to nmap 2017-05-17 17:17:30 +03:00
Ilya Glotov
f605db1217
Fix typo: postrgres -> postgres 2017-05-17 16:17:53 +03:00
Ilya Glotov
192125264f
Synchronize base ruby image with .ruby-version 2017-05-17 16:14:03 +03:00
Christian Mehlmauer
23e97f4ea9
set LHOST in docker 2017-05-10 09:37:54 +02:00
Christian Mehlmauer
eb525840cd
add caps to ruby 2017-04-27 10:55:03 +02:00
Christian Mehlmauer
e93ed889df
run msfconsole as non root user in docker 2017-04-27 10:36:56 +02:00
Christian Mehlmauer
dd92660262
remove comment 2017-04-22 02:13:20 +02:00
Christian Mehlmauer
af003b28d1
more docker work 2017-04-22 02:10:00 +02:00
Christian Mehlmauer
cea43cc95c
also add docker rebuild to the standard binstub 2017-04-05 20:38:42 +02:00
Christian Mehlmauer
2b76731c73
update docker stuff 2017-04-03 20:19:12 +02:00
defektive
6ccd3c71e9 Dockerfile and Docker Compose for Metasploit
Adds a basic Dockerfile and docker-compose config. `docker-compose.yml`
adds a named volume for postgres so data should persist.

`$HOME/.msf4` will be mounted to `/root/.msf4` by default.
port 4444 is exposed by default

Basic Usage:

	docker/bin/msfconsole
	docker/bin/msfvenom
2017-03-02 11:35:24 -07:00