Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
base-files /
Delete
Unzip
Name
Size
Permission
Date
Action
dot.bashrc
570
B
-rwxrwxrwx
2010-01-31 12:52
dot.profile
148
B
-rwxrwxrwx
2015-08-17 17:30
dot.profile.md5sums
72
B
-rwxrwxrwx
2015-08-17 17:32
info.dir
781
B
-rwxrwxrwx
2020-07-10 23:05
motd
286
B
-rwxrwxrwx
2020-07-10 23:05
profile
767
B
-rwxrwxrwx
2016-03-04 12:00
profile.md5sums
607
B
-rwxrwxrwx
2016-03-04 12:00
staff-group-for-usr-local
771
B
-rwxrwxrwx
2012-06-09 12:00
Save
Rename
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...). if [ "`id -u`" -eq 0 ]; then PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" else PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" fi export PATH if [ "${PS1-}" ]; then if [ "${BASH-}" ] && [ "$BASH" != "/bin/sh" ]; then # The file bash.bashrc already sets the default PS1. # PS1='\h:\w\$ ' if [ -f /etc/bash.bashrc ]; then . /etc/bash.bashrc fi else if [ "`id -u`" -eq 0 ]; then PS1='# ' else PS1='$ ' fi fi fi if [ -d /etc/profile.d ]; then for i in /etc/profile.d/*.sh; do if [ -r $i ]; then . $i fi done unset i fi