This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
утилита_hydra [2025/07/04 14:39] val |
утилита_hydra [2025/10/19 08:14] (current) val |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <code> | <code> | ||
| - | lan# wget https://github.com/Prinzhorn/nicenshtein-server/raw/refs/heads/master/data/10-million-password-list-top-1000000.txt | + | # apt install hydra |
| - | lan# apt install hydra | + | $ wget https://github.com/Prinzhorn/nicenshtein-server/raw/refs/heads/master/data/10-million-password-list-top-1000000.txt |
| - | lan# cat username.txt | + | $ cat username.txt |
| </code><code> | </code><code> | ||
| user1 | user1 | ||
| Line 15: | Line 15: | ||
| user3 | user3 | ||
| </code><code> | </code><code> | ||
| - | lan# 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 минут | ||
| </code> | </code> | ||