# 暴力密碼破解工具

##### **crowbar**

安裝（kali）

```
sudo apt install crowbar
```

使用方式

```
crowbar -b {ssh,ftp...} -u {username} -c {password} -n {session number} -l {logfile}
#-u可以改成-U 用使用者txt名單，-c也可以變成-C 使用密碼txt名單
```

[![螢幕擷取畫面 2025-05-22 170626.png](https://book.4inlibra.com/uploads/images/gallery/2025-05/scaled-1680-/S8X2025-05-22-170626.png)](https://book.4inlibra.com/uploads/images/gallery/2025-05/S8X2025-05-22-170626.png)

備註：注意如果只掃一個ip也要輸入/32，不然會顯示錯誤。