Cluster commands - hhueber/GraineDeSesame GitHub Wiki
Cluster UNIL
En vrac.
module load cuda hashcat
hashcat --force -O -w 4 --opencl-device-types 1,2 -m 0 -a 0 les_hashes_a_cracker.txt le_dico.txt -r les_regles.rule
srun -c 8 --mem 32G --partition gpu-l40 --reservation=password_day --gres gpu:8 --pty bash -c "module load cuda hashcat;hashcat --force -O -w 4 --opencl-device-types 1,2 -m 0 -a 0 /users/username/hashcat_test/hashcat-6.2.6/current_hash /reference/weakpass/weakpass_4.txt -r /users/username/hashcat_test/hashcat-6.2.6/rules/OneRuleToRuleThemAll.rule"
ssh [email protected] "srun -c 8 --mem 32G --partition gpu-l40 --reservation=password_day_test --gres gpu:2 --time 120 bash -c 'cd /users/username/hashcat_test/hashcat-6.2.6;module load cuda hashcat;hashcat -m 0 -a 3 current_hash'"
ssh [email protected] "srun -c 8 --mem 32G --partition gpu-l40 --reservation=password_day_test --gres gpu:2 --time 120 bash -c 'cd /users/username/hashcat_test/hashcat-6.2.6;rm current_hash;for var in 033bd94b1168d7e4f0d644c3c95e35bf 5f4dcc3b5aa765d61d8327deb882cf99 e10adc3949ba59abbe56e057f20f883e;do printf $var\n >> current_hash;done;module load cuda hashcat;hashcat -m 0 -a 3 current_hash'"
srun -c 8 --mem 32G --partition gpu-l40 --reservation=password_day --gres gpu:2 --pty bash -c "ls"
srun -c 8 --mem 32G --partition gpu-l40 --reservation=password_day --gres gpu:8 --pty bash -c "module load cuda hashcat;hashcat --force -O -w 4 --opencl-device-types 1,2 -m 0 -a 0 /users/username/hashcat_test/hashcat-6.2.6/current_hash /reference/weakpass/weakpass_4.txt -r /users/username/hashcat_test/hashcat-6.2.6/rules/OneRuleToRuleThemAll.rule"