> For the complete documentation index, see [llms.txt](https://riteshs4hu.gitbook.io/infosec-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riteshs4hu.gitbook.io/infosec-notes/internal-and-external-network-sec/wordlist.md).

# Wordlist

* Usernames

```bash
/usr/share/seclists/Usernames/xato-net-10-million-usernames.txt
```

Passwords

* Online Password Cracking

```bash
/usr/share/wordlists/fasttrack.txt
```

* Offline Password Cracking

```bash
rockyou.txt
```

SSH

```bash
/usr/share/wfuzz/wordlist/general/common.txt
```

```bash
/usr/share/seclists/Passwords/Common-Credentials/top-20-common-SSH-passwords.txt
```

Directory Bruteforce

```bash
/usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt
```

Parameter

```bash
/usr/share/dict/words
```

{% embed url="<https://github.com/s0md3v/Arjun/blob/master/arjun/db/small.txt>" %}
