mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 10:48:50 +01:00 
			
		
		
		
	Fixed syntax error
This commit is contained in:
		@@ -8,7 +8,7 @@ functions:
 | 
				
			|||||||
        cat $TF*
 | 
					        cat $TF*
 | 
				
			||||||
  command:
 | 
					  command:
 | 
				
			||||||
    - description: Command execution using an existing or new created file.
 | 
					    - description: Command execution using an existing or new created file.
 | 
				
			||||||
    - code: |
 | 
					      code: |
 | 
				
			||||||
        COMMAND=id
 | 
					        COMMAND=id
 | 
				
			||||||
        TF=$(mktemp)
 | 
					        TF=$(mktemp)
 | 
				
			||||||
        split --filter=$COMMAND $TF
 | 
					        split --filter=$COMMAND $TF
 | 
				
			||||||
@@ -23,5 +23,3 @@ functions:
 | 
				
			|||||||
    - code: |
 | 
					    - code: |
 | 
				
			||||||
        split --filter=bash /dev/stdin
 | 
					        split --filter=bash /dev/stdin
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user