Skip to content

Commit 852b8db

Browse files
authored
Merge pull request #1649 from vflame6/patch-1
Add ClickHouse and SMPP examples to brute-force.md
2 parents c53ae49 + 00adb47 commit 852b8db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/generic-hacking/brute-force.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ nmap --script cassandra-brute -p 9160 <IP>
131131
legba scylla --username cassandra --password wordlists/passwords.txt --target localhost:9042
132132
```
133133
134+
### ClickHouse
135+
136+
[bruter](https://github.com/vflame6/bruter)
137+
138+
```bash
139+
bruter clickhouse -u default -p passwords.txt localhost:9000
140+
```
141+
134142
### CouchDB
135143
136144
```bash
@@ -450,6 +458,12 @@ hydra -l Administrator -P words.txt 192.168.1.12 smb -t 1
450458
legba smb --target share.company.com --username admin --password data/passwords.txt [--smb-workgroup <SMB_WORKGROUP>] [--smb-share <SMB_SHARE>]
451459
```
452460
461+
### SMPP
462+
463+
```bash
464+
bruter smpp -u smppclient1 -p passwords.txt localhost:2775
465+
```
466+
453467
### SMTP
454468
455469
```bash

0 commit comments

Comments
 (0)