This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
утилита_hydra [2025/10/19 08:14] val |
утилита_hydra [2025/10/19 08:14] (current) val |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <code> | <code> | ||
| - | # wget https://github.com/Prinzhorn/nicenshtein-server/raw/refs/heads/master/data/10-million-password-list-top-1000000.txt | ||
| - | |||
| # apt install hydra | # apt install hydra | ||
| - | # cat username.txt | + | $ wget https://github.com/Prinzhorn/nicenshtein-server/raw/refs/heads/master/data/10-million-password-list-top-1000000.txt |
| + | |||
| + | $ cat username.txt | ||
| </code><code> | </code><code> | ||
| user1 | user1 | ||
| Line 15: | Line 15: | ||
| user3 | user3 | ||
| </code><code> | </code><code> | ||
| - | # hydra -L username.txt -P 10-million-password-list-top-1000000.txt server ssh | + | $ hydra -L username.txt -P 10-million-password-list-top-1000000.txt server ssh |
| первые результаты в течении 5-7 минут | первые результаты в течении 5-7 минут | ||
| </code> | </code> | ||