nmap_vscan icon indicating copy to clipboard operation
nmap_vscan copied to clipboard

nmap-service-probes are not parsed according to nmap specifications

Open chushuai opened this issue 6 years ago • 2 comments
trafficstars

https://github.com/nmap/nmap/blob/ec30dbab3f519f91bf6b66653b5c44187cae5a13/service_scan.cc#L415

chushuai avatar Oct 23 '19 06:10 chushuai

Error details ?

os platform:
python verison:
exception:

nixawk avatar Oct 24 '19 01:10 nixawk

The delimiter could be any non-alphabetic character

match proconos m|^\xcc\x01...\x02\x92\0V\d+.\d+ProConOS V([\d.]+) \w\w\w +\d+ \d+\0+\0([^\0]+)\0+([^\0]+)\0+([^\0]+)\0+([^\0]+)\0|s p/ProConOS/ v/$1/ i|PLC: $2; project: $3/$4; source: $5|

match ssl m=^\x16\x03[\0-\x03]..\x02\0\0.\x03[\0-\x03].*\x16\x03[\0-\x03]\0.\x0c.....(.+?)(?:\x16\x03[\0-\x03]|$)=s p/TLS PSK/ i/PSK identity hint: $P(1)/

chushuai avatar Oct 28 '19 02:10 chushuai