Add Invoke-RIDHijacking to Persistence manifest

This commit is contained in:
r4wd3r 2019-02-10 13:33:42 -05:00
parent 3248724a29
commit 6d853ca471
No known key found for this signature in database
GPG Key ID: 0AC699395B31C3C9
1 changed files with 1 additions and 2 deletions

View File

@ -25,6 +25,5 @@ PowerShellVersion = '2.0'
FunctionsToExport = '*'
# List of all files packaged with this module
FileList = 'Persistence.psm1', 'Persistence.psd1', 'Usage.md'
FileList = 'Persistence.psm1', 'Persistence.psd1', 'Invoke-RIDHijacking.ps1', 'Usage.md'
}