https://github.com/mikehorn-git/kakia
Windows anti-forensics module
https://github.com/mikehorn-git/kakia
anti-forensics forensics hardening powershell windows
Last synced: 9 days ago
JSON representation
Windows anti-forensics module
- Host: GitHub
- URL: https://github.com/mikehorn-git/kakia
- Owner: MikeHorn-git
- License: mit
- Created: 2023-08-24T18:01:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-14T14:43:35.000Z (3 months ago)
- Last Synced: 2026-04-14T16:10:25.303Z (3 months ago)
- Topics: anti-forensics, forensics, hardening, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 10.7 KB
- Stars: 25
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kakia

> [!Warning]
> Backup your data and your registry before.
## Table of content
- [Installation](https://github.com/MikeHorn-git/Kakia#installation)
- [Usage](https://github.com/MikeHorn-git/Kakia#usage)
- [Features](https://github.com/MikeHorn-git/Kakia#features)
- [Credits](https://github.com/MikeHorn-git/Kakia#credits)
## Installation
```bash
Invoke-WebRequest https://raw.githubusercontent.com/MikeHorn-git/Kakia/main/Kakia.psm1 -Outfile Kakia.psm1
Import-Module .\Kakia.psm1
```
## Usage
```pwsh
Get-Help Kakia
Name Category Module Synopsis
---- -------- ------ --------
Invoke-Kakia Function Kakia Main entry point for Kakia module.
Invoke-KakiaAll Function Kakia Runs full cleanup and system modification sequence.
Invoke-KakiaClean Function Kakia Performs system artifact cleanup.
Invoke-KakiaDisable Function Kakia Disables selected Windows features and telemetry-related components.
```
## Features
- Clean
- Chrome cache - history - session restore
- DNS cache
- Edge cache - history
- Firefox cache - history
- Internet Explorer cache - history - session restore
- Last-Visited MRU
- OpenSave MRU
- Plug and Play logs
- PowerShell history
- Prefetch
- Recent items
- RecycleBin
- Run command history
- Shadow copies
- Shellbags
- Simcache
- System Resource Usage Monitor
- Tempory files
- Thumbcache
- USB history
- User Assist
- VPN cache
- Windows Timeline
- Disable
- Keylogger
- NTFS Last Acces Time
- Prefetch
- Shadow Copies
- Shellbags
- User Assist
- UsnJrnl
- Windows Event Logs
- Windows Timeline
- Remove
- Cortana
## Credits
- [Awesome anti-forensic](https://github.com/shadawck/awesome-anti-forensic)
- [Sans Forensics](https://www.sans.org/posters/windows-forensic-analysis/)