Skip to content

Commit

Permalink
feat: update hydra configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckyMomo20012 committed Mar 23, 2023
1 parent 552ea24 commit 210b51c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/hydra/pg/pwlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
postgres:password
3 changes: 3 additions & 0 deletions configs/hydra/pg/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

hydra -M /var/configs/pg/servers.txt -C /var/configs/pg/pwlist.txt postgres
1 change: 1 addition & 0 deletions configs/hydra/pg/servers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
postgres:5432
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ services:
dockerfile: docker/hydra/Dockerfile
entrypoint: ""
command: bash -c "tail -f /dev/null"
volumes:
- ./configs/hydra/:/var/configs/
networks:
- my-network
depends_on:
Expand Down

0 comments on commit 210b51c

Please sign in to comment.