Last active
October 18, 2018 23:10
-
-
Save carnal0wnage/5b5980fc409782f52259 to your computer and use it in GitHub Desktop.
PowerShell exec with Import Module to run in Meterpreter shell (local file)
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
powershell.exe -exec bypass -Command "& {Import-Module 'C:\Users\user\Desktop\PowerTools\PowerView\powerview.ps1'; Get-NetDomain}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment