Search found 3 matches

by trinitytek
July 23rd, 2019, 12:25 pm
Forum: Bug Reports
Topic: Obfuscated files without PARs
Replies: 27
Views: 20634

Re: Obfuscated files without PARs

one caveat, run the files through a renamer first or do it via powershell... the files will need an RAR extension for this script to function
by trinitytek
July 23rd, 2019, 12:17 pm
Forum: Bug Reports
Topic: Obfuscated files without PARs
Replies: 27
Views: 20634

Re: Obfuscated files without PARs

I am sure you can find one with obfuscated files, but here is the script: $FileList = Get-ChildItem -Path X:\Downloads\Folder foreach ($File in $FileList) { $test = C:\WinRAR\rar l $file.FullName $option = [System.StringSplitOptions]::RemoveEmptyEntries $newvar = ($test[11].split(' ',$option)).forea...
by trinitytek
July 23rd, 2019, 8:47 am
Forum: Bug Reports
Topic: Obfuscated files without PARs
Replies: 27
Views: 20634

Obfuscated files without PARs

Is there any work being done to implement de-obfuscation for files without pars? If you are interested in adding this to your app, please contact me, I do this using powershell, it is pretty simple.