> For the complete documentation index, see [llms.txt](https://cs.desdes.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs.desdes.xyz/api/recoleccion-de-informacion/directorios.md).

# Directorios

### Wfuzz

```
wfuzz -u 'URL' -c -hc 404,403,400 -w /usr/share/dirb/wordlist/common.txt
```

### Dirsearch

```
dirsearch -u 'URL' -w /usr/share/dirb/wordlist/common.txt
```
