mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
7 lines
No EOL
141 B
Bash
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 |