mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a duplicate OS class.
It had Android 6 twice; should be Android 6 and Android 7.
This commit is contained in:
parent
173a99ede4
commit
183fb15110
1 changed files with 2 additions and 2 deletions
|
|
@ -31154,8 +31154,8 @@ Class Google | Android | 5.X | phone
|
|||
CPE cpe:/o:google:android:5 auto
|
||||
Class Google | Android | 6.X | phone
|
||||
CPE cpe:/o:google:android:6 auto
|
||||
Class Google | Android | 6.X | phone
|
||||
CPE cpe:/o:google:android:6 auto
|
||||
Class Google | Android | 7.X | phone
|
||||
CPE cpe:/o:google:android:7 auto
|
||||
Class Linux | Linux | 3.X | phone
|
||||
CPE cpe:/o:linux:linux_kernel:3 auto
|
||||
SEQ(SP=FB-10A%GCD=1-6%ISR=103-113%TI=Z%CI=I|Z|RD%II=I%TS=6|7)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue