mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update
This commit is contained in:
parent
2d1815fe53
commit
19dd9eec8e
@ -9,7 +9,22 @@ RUN apk add -U bash \
|
||||
build-base \
|
||||
curl \
|
||||
git \
|
||||
jq \
|
||||
libidn \
|
||||
libidn-dev \
|
||||
libpq \
|
||||
libssh \
|
||||
libssh-dev \
|
||||
mariadb-dev \
|
||||
mariadb-libs \
|
||||
ncurses \
|
||||
ncurses-dev \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
parallel \
|
||||
pcre \
|
||||
pcre-dev \
|
||||
postgresql-dev \
|
||||
&& echo 'will cite' | parallel --bibtex \
|
||||
&& mkdir src \
|
||||
&& cd src \
|
||||
@ -19,6 +34,13 @@ RUN apk add -U bash \
|
||||
&& cd .. \
|
||||
&& rm -rf src \
|
||||
&& apk del --purge build-base \
|
||||
libidn-dev \
|
||||
libssh-dev \
|
||||
ncurses-dev \
|
||||
mariadb-dev \
|
||||
openssl-dev \
|
||||
pcre-dev \
|
||||
postgresql-dev \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
VOLUME /work
|
||||
|
@ -2,3 +2,20 @@ hydra
|
||||
=====
|
||||
|
||||
A very fast network logon cracker which support many different services.
|
||||
|
||||
- [x] openssl
|
||||
- [x] idn
|
||||
- [x] curses
|
||||
- [x] pcre
|
||||
- [x] Postgres
|
||||
- [ ] SVN
|
||||
- [ ] firebird
|
||||
- [x] MYSQL client
|
||||
- [ ] AFP
|
||||
- [ ] NCP
|
||||
- [ ] SAP/R3
|
||||
- [ ] libssh
|
||||
- [ ] Oracle
|
||||
- [ ] GUI req's
|
||||
- [ ] Android specialities
|
||||
- [ ] secure compile option support in gcc
|
||||
|
Loading…
Reference in New Issue
Block a user