This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import sys | |
| import xml.etree.ElementTree as ET | |
| from cryptography import x509 | |
| ''' | |
| Usage: checkKB.py keybox.xml | |
| Checks the EC and RSA certificates against the official CRL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Prompts the user for a URL if not provided as a command-line argument. | |
| # Extracts the ID from the given URL to use in API requests. | |
| function promptForURL() { | |
| local url="$1" | |
| until [ -n "$url" ]; do | |
| read -p "URL: " url | |
| done | |
| id=$(sed 's|.*gofile.io/d/||g' <<< "$url") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Online kms host address: | |
| -------- | |
| kms.digiboy.ir | |
| 54.223.212.31 | |
| kms.cnlic.com | |
| kms.chinancce.com | |
| kms.ddns.net | |
| franklv.ddns.net | |
| k.zpale.com | |
| m.zpale.com |

