> For the complete documentation index, see [llms.txt](https://wiki.lucysecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucysecurity.com/application-reference/campaigns/wizard-mode/settings/attack-settings.md).

# Attack Settings

## **Domain**

Select an [attack domain you have registered](/application-reference/settings/common-system-settings/domains.md).\
This will be the primary domain for both the sender email address and the associated landing page.

<figure><img src="/files/piVII4If8tLCucY1H8tw" alt=""><figcaption></figcaption></figure>

## **SSL**

When using an attack domain, it's important to [create an SSL certificate](/application-reference/settings/common-system-settings/ssl-settings.md).

{% hint style="danger" %}
Without an SSL certificate, your recipients will encounter a big <mark style="color:red;">red</mark> warning page, signaling that the site they're trying to access isn't secure. This could seriously affect the authenticity of your simulation if it's not properly set up.
{% endhint %}

If you've already created an SSL certificate you can use the **Select Existing SSL Certificate** option. If not, you can either manually **generate** one yourself or automatically generate and install one using **Let's Encrypt** (this is much easier).

<figure><img src="/files/gbKnHr8g6mYsDb9amDyA" alt=""><figcaption></figcaption></figure>

## **Sender Name**, **Email**, and **Subject**

Here you will define from whom the Attack is being sent, their email address, and the subject.&#x20;

{% hint style="success" %}
It's recommended to use a sender email address that matches your registered attack domain. This practice enhances email deliverability by leveraging existing DNS records, reducing the risk of emails being caught by spam filters.
{% endhint %}

<figure><img src="/files/Os7J8HZ7vQyI4q6SZ63x" alt=""><figcaption></figcaption></figure>

## Template Language

Select a default language for the template. Later on you can add additional language configurations.

<figure><img src="/files/9A5zzA41KOGZeS4UHU1R" alt=""><figcaption></figcaption></figure>

## Email Preview

Later on you can edit this email, for now the campaign wizard simply shows you what the template email looks like.

<figure><img src="/files/cDNdwQKmlvmrOAMd2DIj" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.lucysecurity.com/application-reference/campaigns/wizard-mode/settings/attack-settings.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.
