brutekrag icon indicating copy to clipboard operation
brutekrag copied to clipboard

Penetration tests on SSH servers using brute force or dictionary attacks. Written in Python.

Results 3 brutekrag issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "/home/jorge/.local/bin/brutekrag", line 34, in from tqdm import tqdm ```

Doesn't catches a connection refused error :( ```bash Traceback (most recent call last): File "/home/jorge/.local/bin/brutekrag", line 58, in if btkg.connect(args.username, password.strip()) == 0: File "/home/jorge/.local/lib/python2.7/site-packages/brutekrag/__init__.py", line 46, in connect password=password...

```bash OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g 1 Mar 2016 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug1: Connecting to 10.11.22.87 [10.11.22.87] port 22. debug1: Connection...