# HardeningKitty

HardeningKitty adalah aplikasiyang mendukung (hardening) sistem Windows. Konfigurasi sistem diambil dan dinilai menggunakan daftar yang ditemukan. Selain itu, sistem dapat di-hardening sesuai dengan nilai yang telah ditentukan. HardeningKitty membaca pengaturan dari register dan menggunakan modul lain untuk membaca konfigurasi di luar register.

### Installasi

Anda dapat mengunduh pada link berikut ini

{% hint style="success" %}
<https://github.com/0x6d69636b/windows_hardening/archive/refs/tags/v.0.6.0.zip>
{% endhint %}

Atau menuju <https://github.com/0x6d69636b/windows_hardening> , kemudian download pada source yang ditunjukkan pada gambar.

![](/files/IaY1phLBWMSTQKHNJ9CT)

### Penggunaan

**VA/Audit**

Import module dengan perintah berikut

```
Import-Module .\Invoke-HardeningKitty.ps1
```

Anda dapat melakukan audit sistem dengan perintah berikut

```
Invoke-HardeningKitty -Mode Audit -Log -Report
```

**Backup**

Anda dapat melakukan backup sebelum melakukan hardening

```
Invoke-HardeningKitty -Mode Config -Backup
```

#### Hardening

1. Download CSV file configuration [disini](https://phi.cryptonit.fr/policies_hardening_interface/interface/windows/)
2. Input perintah berikut:<br>

   ```
   Invoke-HardeningKitty -Mode HailMary -FileFindingList <file.csv> 
   ```

\*Langkah detailnya menyusul ya 😅 , saya sudah ngantuk nih hehe 😴


---

# 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://notes.anggipradana.com/tutorial/windows-va-audit/hardeningkitty.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.
