baderj / domain_generation_algorithms

Some results of my DGA reversing efforts
GNU General Public License v2.0
638 stars 212 forks source link

DGA of tufik #11

Closed zulaaxx closed 2 years ago

zulaaxx commented 2 years ago

Hi, The cmdline arg date is passed as a string to dga(), then to seed_data(), which tries to handle it as if an datetime object. Should there be "strptime" somewhere?

baderj commented 2 years ago

Yes, there absolutely should be. Thanks for reporting. Fixed in 43cc55445a0a463b92546b5807893d7dc32b648a.

zulaaxx commented 2 years ago

Thanks