Merge pull request #319 from redcanaryco/Technique-fixing

Final Fix
This commit is contained in:
caseysmithrc
2018-08-31 06:22:02 -06:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
+6
View File
@@ -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}
+10
View File
@@ -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: |