# Brute

On this page, you'll learn to:

* Use the `tourmaline brute` command
* Understand the default values for the optional parameters

## Overview

A brute forcer in web enumeration is a tool that iterates through a wordlist to see if a site contains the paths in the list. You can use Tourmaline's brute with:

```bash
tourmaline brute <URL>
```

By default, `tourmaline` will use [this](https://raw.githubusercontent.com/3ndG4me/KaliLists/refs/heads/master/dirb/common.txt) wordlist. You can specify one with

```bash
tourmaline brute <URL> [WORDLIST]
```

Where `[WORDLIST]` is the path to your wordlist.

### Optional Parameters

* `-t|--threads <THREADS>`: The number of threads the brute can use (defaults to 12).
* `-o|--outfile <OUTFILE>`: The path to the outfile.
* `-d|--depth <DEPTH>`: The recursion depth to use (defaults to 1)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jewels86.gitbook.io/tourmaline/commands/brute.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
