mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-11-03 22:12:53 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			314 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			314 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								- name: mysql
							 | 
						||
| 
								 | 
							
								  config:
							 | 
						||
| 
								 | 
							
								    databases:
							 | 
						||
| 
								 | 
							
								      information_schema:
							 | 
						||
| 
								 | 
							
								        path: ":memory:"
							 | 
						||
| 
								 | 
							
								      # example how to extend this
							 | 
						||
| 
								 | 
							
								      # just provide a databasename and path to the database
							 | 
						||
| 
								 | 
							
								      # the database can be altered by attackers, so ... better use a copy
							 | 
						||
| 
								 | 
							
								#      psn:
							 | 
						||
| 
								 | 
							
								#        path: "/path/to/cc_info.sqlite"
							 |