Compare commits
No commits in common. "c4c903000e7dd12156bd4f96f0a1a596560159c9" and "71b2cd8ab9fb1b7a784cf38005d3cb0bc3231b92" have entirely different histories.
c4c903000e
...
71b2cd8ab9
14
Dockerfile
14
Dockerfile
@ -1,7 +1,6 @@
|
|||||||
FROM debian:latest
|
FROM debian:latest
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl wget gnupg2 git python3 python3-pip python3-venv \
|
RUN apt-get update && apt-get install -y curl wget gnupg2 git python3 python3-pip
|
||||||
ncat nmap hydra iputils-ping iproute2
|
|
||||||
|
|
||||||
|
|
||||||
# Install metasploit
|
# Install metasploit
|
||||||
@ -18,16 +17,5 @@ RUN git clone https://www.github.com/threat9/routersploit /routersploit
|
|||||||
WORKDIR /routersploit
|
WORKDIR /routersploit
|
||||||
RUN python3 -m pip install -r requirements.txt
|
RUN python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
# Install cme
|
|
||||||
RUN python3 -m pip install pipx
|
|
||||||
RUN pipx install crackmapexec
|
|
||||||
RUN pipx ensurepath
|
|
||||||
|
|
||||||
# DL rockyou wordlist
|
|
||||||
RUN mkdir -p /wordlists
|
|
||||||
WORKDIR /wordlists
|
|
||||||
RUN curl -LOJ https://github.com/zacheller/rockyou/raw/master/rockyou.txt.tar.gz
|
|
||||||
RUN tar -xvf rockyou.txt.tar.gz
|
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN useradd -m -s /bin/bash nroot
|
RUN useradd -m -s /bin/bash nroot
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
|
||||||
metasploit:
|
|
||||||
container_name: metasploit
|
|
||||||
image: docker.scalz.cloud/metasploit
|
|
||||||
|
|
||||||
network_mode: "host"
|
|
||||||
tty: true
|
|
||||||
stdin_open: true
|
|
Loading…
Reference in New Issue
Block a user