hegusung / netscan

Network scanner
MIT License
31 stars 12 forks source link

[adscan] error when dumping certificate templates #11

Closed garatc closed 1 year ago

garatc commented 1 year ago

Got the following error when attempting to dump certificate templates using adscan.py:

image

Got quickly fixed locally by adding a check for 'schemaIDGUID' in attr under line ~1520 in lib/adscan/ldap.py

hegusung commented 1 year ago

Fixed