mirror of
				https://github.com/LOLBAS-Project/LOLBAS
				synced 2025-11-03 18:19:25 +01:00 
			
		
		
		
	Merge pull request #241 from fslds/alias_introduction
Optional aliases introduction to YAML Template
This commit is contained in:
		@@ -1,6 +1,8 @@
 | 
			
		||||
---
 | 
			
		||||
Name: Binary.exe
 | 
			
		||||
Description: Something general about the binary
 | 
			
		||||
Aliases:  # Optional field if any common aliases exist of the binary with nearly the same functionality,
 | 
			
		||||
  - Alias: Binary64.exe  # but for example, is built for different architecture.
 | 
			
		||||
Author: The name of the person that created this file
 | 
			
		||||
Created: YYYY-MM-DD (date the person created this file)
 | 
			
		||||
Commands:
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,8 @@
 | 
			
		||||
---
 | 
			
		||||
Name: Procdump(64).exe
 | 
			
		||||
Name: Procdump.exe
 | 
			
		||||
Description: SysInternals Memory Dump Tool
 | 
			
		||||
Aliases:
 | 
			
		||||
  - Alias: Procdump64.exe
 | 
			
		||||
Author: 'Alfie Champion (@ajpc500)'
 | 
			
		||||
Created: '2020-10-14'
 | 
			
		||||
Commands:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user