opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
certifi
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] __pycache__
N/A
__init__.py
94 bytes
Rename
Delete
__main__.py
243 bytes
Rename
Delete
cacert.pem
290.29 KB
Rename
Delete
core.py
4.32 KB
Rename
Delete
py.typed
0 bytes
Rename
Delete
import argparse from certifi import contents, where parser = argparse.ArgumentParser() parser.add_argument("-c", "--contents", action="store_true") args = parser.parse_args() if args.contents: print(contents()) else: print(where())
Save