mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Recognize Allegro Software RomSShell.
This commit is contained in:
		@@ -589,6 +589,12 @@ class SSH(object):
 | 
			
		||||
				v = None
 | 
			
		||||
				os = cls._extract_os(banner.comments)
 | 
			
		||||
				return cls(v, p, mx.group(1), patch, os)
 | 
			
		||||
			mx = re.match(r'^RomSShell_([\d\.]+\d+)(.*)', software)
 | 
			
		||||
			if mx:
 | 
			
		||||
				patch = cls._fix_patch(mx.group(2))
 | 
			
		||||
				v, p = 'Allegro Software', 'RomSShell'
 | 
			
		||||
				return cls(v, p, mx.group(1), patch, None)
 | 
			
		||||
 | 
			
		||||
			mx = re.match(r'^mpSSH_([\d\.]+\d+)', software)
 | 
			
		||||
			if mx:
 | 
			
		||||
				v, p = 'HP', 'iLO (Integrated Lights-Out) sshd'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user