Skip to content

Commit

Permalink
Fixed mistake in readme (thanks Dan!)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Mar 31, 2023
1 parent f8d6aaf commit 21a8627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.MD
Expand Up @@ -23,7 +23,7 @@ go install github.com/lkarlslund/ldapnomnom@latest
### Usage

```bash
ldapnomnom [--server dc1.domain.suffix[,dc2.domain.suffix] | --dnsdomain domain.suffix] [--port number] [--tlsmode notls|tls|starttls] [--input filename] [--output filename [--progressbar]] [--parallel number-of-connections] [--maxservers number-of-servers] [--maxstrategy fastest|random] [--throttle n] [--maxrequests n]
ldapnomnom [--server dc1.domain.suffix[,dc2.domain.suffix] | --dnsdomain domain.suffix] [--port number] [--tlsmode notls|tls|starttls] [--input filename] [--output filename] [--parallel number-of-connections] [--maxservers number-of-servers] [--maxstrategy fastest|random] [--throttle n] [--maxrequests n]
```

### Bruteforcing examples
Expand Down

0 comments on commit 21a8627

Please sign in to comment.