

Shreder
- Çok hızlı şifre tahmini, 0.1saniyede sadece bir şifre.
- Büyük parola listeleri için optimize edilen Shreder, 1dakika ve 40saniye içinde 1000 parola dener.
- Basit CLI ve API kullanımı.
pip3 install git+https://github.com/EntySec/Shreder
Temel Kullanım:
Shreder'ı kullanmak shreder' i terminalinize yazın.
usage: shreder [-h] [-p PORT] [-u USERNAME] [-l LIST] [-d DELAY] target
[CODE]shreder 192.168.2.109 -u mobile -l passwords.txt
Detay:
Shreder is a powerful multi-threaded SSH protocol password brute-force tool.
positional arguments:
target
optional arguments:
-h, --help show this help message and exit
-p PORT, --port PORT SSH port.
-u USERNAME, --username USERNAME
SSH username.
-l LIST, --list LIST Passwords list.
-d DELAY, --delay DELAY
Delay between login attempts.[/CODE]