pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.44k stars 631 forks source link

Python3 Support in registration.sh #750

Open kevthehermit opened 4 years ago

kevthehermit commented 4 years ago

Python2 is end of life but there are still several scripts that require it for example registration.txt

uuid=$(python -c 'import json;obj=json.load(file("/tmp/deploy.json"));print obj["uuid"]')

d1str0 commented 4 years ago

The whole project currently runs on 2.7 which is EOL. We will need to migrate everything over, or re-implement parts.

kevthehermit commented 4 years ago

Im looking for a new project :) Going to pull a fork and see if i can make a start on it unless you already have a branch somewhere