Get both version1 or version4 UUID from uuidgenerator
- This tool helps you to get free UUID for your proxies like
vmess
andvless
A Version 1 UUID is a universally unique identifier that
is generated using a timestamp and the MAC address of
the computer on which it was generated.
A Version 4 UUID is a universally unique identifier that
is generated using random numbers, using a secure random
number generator.
- clone
https://github.com/Kourva/getUUID && cd getUUID
- requirements
pip install beautifulsoup4, requests
- usage
Help: python getUUID.py [[-h] [-v1] [-v4]]
-h : Show this message and exit.
-v1 : get version 1 UUID
-v4 : get version 4 UUID
- example
python getUUID.py -v1 -v4
result:
Version1 UUID: 913860b6-a4f9-11ed-b9df-0242ac120003
Version4 UUID: 2060577b-49d1-49e3-97f0-d6ec9a5218fd