dga_detector
dga_detector copied to clipboard
DGA Domains detection
Results
2
dga_detector issues
Sort by
recently updated
recently updated
newest added
:~$ python dga_detector.py Traceback (most recent call last): File "dga_detector.py", line 2, in from gib import gib_detect_train ImportError: No module named gib
Hi there, I looked at your code and added some comments to make it easier to understand. I also added some minor tweaks to make the code more pythonic. Cheers,...