Fixing some paths / adding some paths, this will improve upstream hunting tool efficacy if proper paths are referenced in the yml (#392)

This commit is contained in:
p4yl0ad
2024-09-07 15:07:46 +01:00
committed by GitHub
parent 61bff01584
commit cfd827fe6d
7 changed files with 175 additions and 163 deletions

View File

@@ -14,10 +14,10 @@ Commands:
Tags:
- Download: INetCache
Full_Path:
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.xxx\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.xxx\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.xxx\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.xxx\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe
Acknowledgement:
- Person: Avihay Eldad
Handle: '@AvihayEldad'