> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metlo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Simulate an Attack

You can simulate attacks against your endpoints that Metlo has identified by using Metlo's CLI.
Simply run the following command and substitue in the hostname you want to run the tests for.

```bash Bash theme={null}
metlo fuzz -h <YOUR_HOST>
```

| Argument | Flag                  | Description                   |
| -------- | --------------------- | ----------------------------- |
| Host     | -h, --host            | The host to run the tests for |
| Verbose  | -v, --verbose         | Print detailed test errors    |
| Envfile  | --envfile \<string>   | Path for your env file        |
| Env      | --env \<key>=\<value> | Environment variables         |
