Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Oct 14, 2022
1 parent 1f8a6d8 commit f784234
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,30 @@ This will most likely yield no useable information but can be useful to enumerat
./stunner brute-transports -s x.x.x.x:3478 -u username -p password
```

## brute-password

This command tries all passwords from a given file for a username via the TURN protocol (UDP). This can be useful when analysing a pcap where you can see the username but not the password.
Please note that an offline bruteforce is much more faster in this case.

### Options

```text
--debug, -d enable debug output (default: false)
--turnserver value, -s value turn server to connect to in the format host:port
--tls Use TLS for connecting (false in most tests) (default: false)
--protocol value protocol to use when connecting to the TURN server. Supported values: tcp and udp (default: "udp")
--timeout value connect timeout to turn server (default: 1s)
--username value, -u value username for the turn server
--passfile value, -p value passwordfile to use for bruteforce
--help, -h show help (default: false)
```

### Example

```bash
./stunner brute-password -s x.x.x.x:3478 -u username -p wordlist.txt
```

## memoryleak

This attack works the following way:
Expand Down

0 comments on commit f784234

Please sign in to comment.