Shreder是一款ssh协议跑字典工具
跑字典咱们有九头🐍就够了,但是遇到一个工具学习一个工具,这是对开发者的尊重。
项目地址:https://github.com/EntySec/Shreder
sudo apt-get install python3-pip
安装pip
安装shreder
pip3 install git+https://github.com/EntySec/Shreder
他给我们报了个WARNING
WARNING: The script shreder is installed in '/home/liyu/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
不用管他,直接去
/home/liyu/.local/bin'找就行
行了,找个字典跑吧,由于我本机就是ubuntu,所以我们直接干127.0.0.1
shreder 127.0.0.1 -u liyu -l /media/liyu/软件/passwd.txt
[!] Password is not found.
[i] Time elapsed: 0.705286979675293
当然跑不出来,我怎么可能会出现弱口令呢🤓