Add inital pwn container and expose common tor ports
This commit is contained in:
parent
e32b549dea
commit
9dbc6d5139
5
siverten/pwn/Dockerfile
Normal file
5
siverten/pwn/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM kalilinux/kali-bleeding-edge:latest
|
||||||
|
|
||||||
|
RUN apt update && apt -y upgrade
|
||||||
|
RUN apt -y install metasploit-framework nmap msfpc
|
||||||
|
|
@ -1,4 +1,5 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk update && apk upgrade
|
RUN apk update && apk upgrade
|
||||||
RUN apk add tor
|
RUN apk add tor
|
||||||
|
EXPOSE 9030 9050 9051 9090
|
||||||
CMD /usr/bin/tor
|
CMD /usr/bin/tor
|
||||||
|
Loading…
Reference in New Issue
Block a user