Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
mysql /
mysql /
Delete
Unzip
Name
Size
Permission
Date
Action
psi
[ DIR ]
drwxr-xr-x
2024-06-16 06:01
client_authentication.h
1.62
KB
-rw-r--r--
2023-10-11 15:12
client_plugin.h
6.98
KB
-rw-r--r--
2023-10-11 15:12
client_plugin.h.pp
1.94
KB
-rw-r--r--
2023-10-11 15:12
com_data.h
3.43
KB
-rw-r--r--
2023-10-11 15:12
get_password.h
1.56
KB
-rw-r--r--
2023-10-11 15:12
group_replication_priv.h
5.02
KB
-rw-r--r--
2023-10-11 15:12
innodb_priv.h
2.51
KB
-rw-r--r--
2023-10-11 15:12
mysql_lex_string.h
1.47
KB
-rw-r--r--
2023-10-11 15:12
plugin.h
26.08
KB
-rw-r--r--
2023-10-11 15:12
plugin_audit.h
17.52
KB
-rw-r--r--
2023-10-11 15:12
plugin_audit.h.pp
13.57
KB
-rw-r--r--
2023-10-11 15:12
plugin_auth.h
5.63
KB
-rw-r--r--
2023-10-11 15:12
plugin_auth.h.pp
5.03
KB
-rw-r--r--
2023-10-11 15:12
plugin_auth_common.h
5.4
KB
-rw-r--r--
2023-10-11 15:12
plugin_ftparser.h
7.86
KB
-rw-r--r--
2023-10-11 15:12
plugin_ftparser.h.pp
4.76
KB
-rw-r--r--
2023-10-11 15:12
plugin_group_replication.h
5.93
KB
-rw-r--r--
2023-10-11 15:12
plugin_keyring.h
6.54
KB
-rw-r--r--
2023-10-11 15:12
plugin_keyring.h.pp
4.35
KB
-rw-r--r--
2023-10-11 15:12
plugin_trace.h
12.26
KB
-rw-r--r--
2023-10-11 15:12
plugin_validate_password.h
1.94
KB
-rw-r--r--
2023-10-11 15:12
service_command.h
13.56
KB
-rw-r--r--
2023-10-11 15:12
service_locking.h
4.63
KB
-rw-r--r--
2023-10-11 15:12
service_my_plugin_log.h
2.03
KB
-rw-r--r--
2023-10-11 15:12
service_my_snprintf.h
3.72
KB
-rw-r--r--
2023-10-11 15:12
service_mysql_alloc.h
3.09
KB
-rw-r--r--
2023-10-11 15:12
service_mysql_keyring.h
2.79
KB
-rw-r--r--
2023-10-11 15:12
service_mysql_password_policy.h
2.77
KB
-rw-r--r--
2023-10-11 15:12
service_mysql_string.h
5.62
KB
-rw-r--r--
2023-10-11 15:12
service_parser.h
9.58
KB
-rw-r--r--
2023-10-11 15:12
service_rpl_transaction_ctx.h
2.7
KB
-rw-r--r--
2023-10-11 15:12
service_rpl_transaction_write_set.h
3.58
KB
-rw-r--r--
2023-10-11 15:12
service_rules_table.h
5.37
KB
-rw-r--r--
2023-10-11 15:12
service_security_context.h
4.36
KB
-rw-r--r--
2023-10-11 15:12
service_srv_session.h
5.18
KB
-rw-r--r--
2023-10-11 15:12
service_srv_session_info.h
5.51
KB
-rw-r--r--
2023-10-11 15:12
service_ssl_wrapper.h
5.43
KB
-rw-r--r--
2023-10-11 15:12
service_thd_alloc.h
4.62
KB
-rw-r--r--
2023-10-11 15:12
service_thd_engine_lock.h
1.85
KB
-rw-r--r--
2023-10-11 15:12
service_thd_wait.h
4.25
KB
-rw-r--r--
2023-10-11 15:12
service_thread_scheduler.h
3.01
KB
-rw-r--r--
2023-10-11 15:12
services.h
2.3
KB
-rw-r--r--
2023-10-11 15:12
services.h.pp
21.78
KB
-rw-r--r--
2023-10-11 15:12
thread_pool_priv.h
6.5
KB
-rw-r--r--
2023-10-11 15:12
thread_type.h
1.75
KB
-rw-r--r--
2023-10-11 15:12
Save
Rename
struct st_mysql_client_plugin { int type; unsigned int interface_version; const char *name; const char *author; const char *desc; unsigned int version[3]; const char *license; void *mysql_api; int (*init)(char *, size_t, int, va_list); int (*deinit)(void); int (*options)(const char *option, const void *); }; struct st_mysql; #include "plugin_auth_common.h" typedef struct st_plugin_vio_info { enum { MYSQL_VIO_INVALID, MYSQL_VIO_TCP, MYSQL_VIO_SOCKET, MYSQL_VIO_PIPE, MYSQL_VIO_MEMORY } protocol; int socket; } MYSQL_PLUGIN_VIO_INFO; typedef struct st_plugin_vio { int (*read_packet)(struct st_plugin_vio *vio, unsigned char **buf); int (*write_packet)(struct st_plugin_vio *vio, const unsigned char *packet, int packet_len); void (*info)(struct st_plugin_vio *vio, struct st_plugin_vio_info *info); } MYSQL_PLUGIN_VIO; struct st_mysql_client_plugin_AUTHENTICATION { int type; unsigned int interface_version; const char *name; const char *author; const char *desc; unsigned int version[3]; const char *license; void *mysql_api; int (*init)(char *, size_t, int, va_list); int (*deinit)(void); int (*options)(const char *option, const void *); int (*authenticate_user)(MYSQL_PLUGIN_VIO *vio, struct st_mysql *mysql); }; struct st_mysql_client_plugin * mysql_load_plugin(struct st_mysql *mysql, const char *name, int type, int argc, ...); struct st_mysql_client_plugin * mysql_load_plugin_v(struct st_mysql *mysql, const char *name, int type, int argc, va_list args); struct st_mysql_client_plugin * mysql_client_find_plugin(struct st_mysql *mysql, const char *name, int type); struct st_mysql_client_plugin * mysql_client_register_plugin(struct st_mysql *mysql, struct st_mysql_client_plugin *plugin); int mysql_plugin_options(struct st_mysql_client_plugin *plugin, const char *option, const void *value);