# PowerShell_Popup **Repository Path**: laoyang2020/PowerShell_Popup ## Basic Information - **Project Name**: PowerShell_Popup - **Description**: PowerShell_Popup - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Password Popup -------------------------------- < About > This PowerShell script is a modified Nishang script that spawns a pop up box, prompting the target user for credentials. Once entered, the credentials are printed back to the attacker. < Usage > This script can be implemented in several ways: > Inside of a command shell on a target host. > Against a target host using something like winexe (this is good if you have normal credentials to authenticate, or if on a domain that implements poor authentication policies). > Pushed to a target via an unauthenticated share (if the path to scheduled tasks on the target machine is traversable within the mounted share on the target). > Any way you can come up with. ;)