> For the complete documentation index, see [llms.txt](https://notes.nomanaziz.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.nomanaziz.me/cybersecurity/penetration-testing/elearnsecurity/ejpt/network-attacks/authentication-cracking.md).

# Authentication Cracking

### Hydra

#### Get Detailed info on specific module

Use `-U` switch

```
hydra -U rdp
```

***
