1
0
Fork 0

Create folder for sqlmap
continuous-integration/drone/push Build is passing Details

master
Ambrose Chua 2018-12-02 12:46:52 +08:00 committed by GitHub
parent fe142f878c
commit 879f464a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ RUN wget -O /usr/local/bin/ubidump.py \
RUN wget -O /tmp/sqlmap.tar.gz \
https://github.com/sqlmapproject/sqlmap/tarball/master \
&& mkdir -p /usr/local/lib/sqlmap \
&& tar -xvf /tmp/sqlmap.tar.gz --strip=1 -C /usr/local/lib/sqlmap \
&& rm /tmp/sqlmap.tar.gz \
&& ln -s /usr/local/lib/sqlmap/sqlmap.py /usr/local/bin/sqlmap