baderj / domain_generation_algorithms

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

Maybe something wrong in the md6.py #8

Closed WHOLETTHEDOG-OUT closed 3 years ago

WHOLETTHEDOG-OUT commented 3 years ago

I just test the md6.py use the method in the head of the script but the script couldn't work.

Error info: TypeError: unsupported operand type(s) for &: 'str' and 'int'

baderj commented 3 years ago

It looks like you are using Python 2. All scripts in this repo are for Python 3. To generate the Pykspa domains, run

python3 dga.py

from within pykspa/improved.

WHOLETTHEDOG-OUT commented 3 years ago

ok thanks a lot! I killed the problem.