This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Invoke-Portscan | |
| { | |
| <# | |
| .SYNOPSIS | |
| Simple portscan module | |
| PowerSploit Function: Invoke-Portscan | |
| Author: Rich Lundeen (http://webstersProdigy.net) | |
| License: BSD 3-Clause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Get-GPPPassword { | |
| <# | |
| .SYNOPSIS | |
| Retrieves the plaintext password and other information for accounts pushed through Group Policy Preferences. | |
| PowerSploit Function: Get-GPPPassword | |
| Author: Chris Campbell (@obscuresec) | |
| License: BSD 3-Clause | |
| Required Dependencies: None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #requires -version 2 | |
| <# | |
| PowerSploit File: PowerView.ps1 | |
| Author: Will Schroeder (@harmj0y) | |
| License: BSD 3-Clause | |
| Required Dependencies: None | |
| #> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Invoke-Inveigh | |
| { | |
| <# | |
| .SYNOPSIS | |
| This function is a Windows PowerShell ADIDNS/LLMNR/NBNS/mDNS/DNS spoofer. | |
| .DESCRIPTION | |
| This function is a Windows PowerShell ADIDNS/LLMNR/NBNS/mDNS/DNS spoofer/man-in-the-middle tool with | |
| challenge/response capture over HTTP/HTTPS/Proxy/SMB. |