secureworks / dcept

A tool for deploying and detecting use of Active Directory honeytokens
https://www.secureworks.com/blog/dcept
GNU General Public License v3.0
498 stars 102 forks source link

http_port read as string and should be integer #2

Closed dlee35 closed 8 years ago

dlee35 commented 8 years ago

The current configuration seems to read dcept.cfg as a string and throw an error when removing the comment from the honeytoken_port variable. Casting the http_port variable to an int in GenerationServer fixes this situation.