├── README.MD ├── get_sn.py ├── pyForgeCert.py ├── requirements.txt └── tools ├── getnthash.py └── gettgtpkinit.py /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/pyForgeCert/HEAD/README.MD -------------------------------------------------------------------------------- /get_sn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/pyForgeCert/HEAD/get_sn.py -------------------------------------------------------------------------------- /pyForgeCert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/pyForgeCert/HEAD/pyForgeCert.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | cryptography>=3.4.7 2 | pyOpenSSL>=20.0.1 3 | -------------------------------------------------------------------------------- /tools/getnthash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/pyForgeCert/HEAD/tools/getnthash.py -------------------------------------------------------------------------------- /tools/gettgtpkinit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ridter/pyForgeCert/HEAD/tools/gettgtpkinit.py --------------------------------------------------------------------------------