fixed proxy scripts and added tools dockerfiles
This commit is contained in:
16
dockerfiles/tools/didierstevenssuite.dockerfile
Normal file
16
dockerfiles/tools/didierstevenssuite.dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM alpine
|
||||
|
||||
MAINTAINER tabledevil
|
||||
RUN echo -e "none\nnone\n" | adduser user -u 1001
|
||||
RUN mkdir /data
|
||||
|
||||
RUN apk add -u git python python3 py-olefile
|
||||
|
||||
RUN git clone https://github.com/DidierStevens/DidierStevensSuite /opt/DidierStevensSuite
|
||||
RUN chmod +x /opt/DidierStevensSuite/*
|
||||
ENV PATH="/opt/DidierStevensSuite/:${PATH}"
|
||||
|
||||
|
||||
|
||||
WORKDIR /data
|
||||
# USER user
|
||||
5
dockerfiles/tools/nmap.dockerfile
Normal file
5
dockerfiles/tools/nmap.dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM alpine
|
||||
|
||||
MAINTAINER tabledevil
|
||||
|
||||
RUN apk add -u nmap
|
||||
5
dockerfiles/tools/tcpdump.dockerfile
Normal file
5
dockerfiles/tools/tcpdump.dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM alpine
|
||||
|
||||
MAINTAINER tabledevil
|
||||
|
||||
RUN apk add -u tcpdump
|
||||
Reference in New Issue
Block a user