1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-18 14:00:12 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
Christian Mehlmauer
a67a25c34e
remove debug output 2018-10-21 22:34:19 +02:00
Christian Mehlmauer
e9da06a645
change docker root exec 2018-10-21 22:30:01 +02:00
Christian Mehlmauer
70ad41903b
another approach 2018-02-17 20:12:35 +01:00
Christian Mehlmauer
d19ee7a403
docker error workaround 2018-02-16 17:39:20 +01:00
Christian Mehlmauer
50351320d7
more docker work 2017-11-28 21:35:20 +01:00
Christian Mehlmauer
3e5869e918
move Dockerfile to root 2017-08-28 16:57:28 +02:00
Christian Mehlmauer
39c848fd3d
update bundler before installing gems 2017-08-09 15:34:23 +02:00
Brent Cook
f573a4804c
Land #8689, Docker improvements 2017-07-17 10:12:20 -05:00
Brent Cook
d77e9acec0 libffi is no longer needed 2017-07-17 09:56:18 -05:00
Brent Cook
3a8f7cbabe git is really needed in docker too 2017-07-17 09:41:47 -05:00
Christian Mehlmauer
d24e2943ca
update docker stuff 2017-07-10 16:38:10 +02:00
Brent Cook
dbaa4000d7 git is no longer needed to build an image 2017-05-26 23:08:13 -05:00
Ilya Glotov
5dbbd379b2
Add additional nmap dependencies
Packages nmap-nselibs, nmap-scripts
2017-05-18 12:54:53 +03:00
Ilya Glotov
d68a3d77f5
Move ENV command to the top 2017-05-17 18:18:58 +03:00
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