File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,14 @@ nmap --script cassandra-brute -p 9160 <IP>
131131legba 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
450458legba 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
You can’t perform that action at this time.
0 commit comments