> For the complete documentation index, see [llms.txt](https://notes.kraken-security.ru/kraken/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.kraken-security.ru/kraken/tools/ataki-na-paroli/cupp.md).

# CUPP

<figure><img src="/files/3CSAjhXeb5gA3GBpMMBT" alt="" width="375"><figcaption></figcaption></figure>

## Руководство по CUPP

Команда для установки - `sudo apt install cupp`

CUPP имеет конфигурационный файл **cupp.cfg** с инструкциями.

При запуске о жертве собирается следующая информация:

```
> First Name: Имя
> Surname: Фамилия
> Nickname: Прозвище
> Birthdate (DDMMYYYY): Дата рождения в формате ДЕНЬМЕСЯЦГОД
 
 
> Partners) name: Имя супруга
> Partners) nickname: Прозвище супруга
> Partners) birthdate (DDMMYYYY): Дата рождения в формате ДЕНЬМЕСЯЦГОД
 
> Child's name: Имя ребёнка
> Child's nickname: Прозвище ребёнка
> Child's birthdate (DDMMYYYY): Дата рождения в формате ДЕНЬМЕСЯЦГОД
 
> Pet's name: Имя домашней зверюшки
> Company name: Имя компании
 
> Do you want to add some key words about the victim? Y/[N]: 
Вы хотите добавить ключевые слова о жертве? [по умолчанию НЕТ]
 
> Do you want to add special chars at the end of words? Y/[N]: 
Вы хотите добавить специальные символы в конец слов? [по умолчанию НЕТ]
 
> Do you want to add some random numbers at the end of words? Y/[N] 
Вы хотите добавить несколько случайных цифр в конец слов? [по умолчанию НЕТ]
 
> Leet mode? (i.e. leet = 1337) Y/[N]: Режим Leet? [по умолчанию НЕТ]
```

{% hint style="info" %}
«Leet (стилизуется как 1337) — распространившийся в Интернете стиль применения английского языка. Основные отличия — замена латинских букв на похожие цифры и символы, имитация и пародия на ошибки, характерные для быстрого набора текста, имитация жаргона хакеров и геймеров, добавление окончания z0r к словам. Используется в основном в письменном виде, некоторые слова (напр., pwn) не имеют определённого произношения, например, слово "Wikipedia" в английском leet превращается в //i|\<iP3\[)i@».
{% endhint %}

### Пример запуска CUPP

```
┌──(root㉿kali)-[/home/kali]
└─# cupp -i
 ___________ 
   cupp.py!                 # Common
      \                     # User
       \   ,__,             # Passwords
        \  (oo)____         # Profiler
           (__)    )\   
              ||--|| *      [ Muris Kurgas | j0rgan@remote-exploit.org ]
                            [ Mebus | https://github.com/Mebus/]


[+] Insert the information about the victim to make a dictionary
[+] If you don't know all the info, just hit enter when asked! ;)

> First Name: Ivan


```


---

# 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, and the optional `goal` query parameter:

```
GET https://notes.kraken-security.ru/kraken/tools/ataki-na-paroli/cupp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
