Developed for the final presentation of a distributed system course.
-
Install docker engine on your computer and docker compose.
-
Downloads rockyou.txt.gz and extract to
wordlists/
. ModifyROCKYOU_PATH
at celery environment insidedocker-compose.yml
file.
# (in this case i use first 200k from rockyou)
split -l 200000 rockyou.txt wordlists/rockyou_chunks/rockyou_
- Build and run with docker compose.
docker-compose up -d --build
- Run client on
views
folder.
npm i
npm start
- Stop service.
docker-compose down
- Affan Ashshiddiq - 1301210250
- Dewa Putu Fajar Wijayakusuma - 1301213161
- Fahmi Agung Maulana - 1301213305
- Muhammad Ramdhan Fitra Hidayat - 1301213582
- Nizam Abdullah - 1301213232