@@ -50,6 +50,12 @@ Similar to PTH, but attacking Kerberos
|
||||
**Supported Platforms:** Windows
|
||||
|
||||
|
||||
#### Inputs
|
||||
| Name | Description | Type | Default Value |
|
||||
|------|-------------|------|---------------|
|
||||
| user_name | username | string | Administrator|
|
||||
| domain | domain | string | atomic.local|
|
||||
|
||||
#### Run it with `command_prompt`!
|
||||
```
|
||||
mimikatz # kerberos::ptt #{user_name}@#{domain}
|
||||
|
||||
@@ -37,6 +37,16 @@ atomic_tests:
|
||||
supported_platforms:
|
||||
- windows
|
||||
|
||||
input_arguments:
|
||||
user_name:
|
||||
description: username
|
||||
type: string
|
||||
default: Administrator
|
||||
domain:
|
||||
description: domain
|
||||
type: string
|
||||
default: atomic.local
|
||||
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user