mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	New command: column
This commit is contained in:
		
							
								
								
									
										15
									
								
								_gtfobins/column.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								_gtfobins/column.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
---
 | 
			
		||||
functions:
 | 
			
		||||
  file-read:
 | 
			
		||||
    - code: |
 | 
			
		||||
        LFILE=file_to_read
 | 
			
		||||
        column "$LFILE"
 | 
			
		||||
  suid:
 | 
			
		||||
    - code: |
 | 
			
		||||
        LFILE=file_to_read
 | 
			
		||||
        ./column "$LFILE"
 | 
			
		||||
  sudo:
 | 
			
		||||
    - code: |
 | 
			
		||||
        LFILE=file_to_read
 | 
			
		||||
        sudo column "$LFILE"
 | 
			
		||||
---
 | 
			
		||||
		Reference in New Issue
	
	Block a user