X7ROOT File Manager
Current Path:
/home/u126090504/domains/cablesindia.in/public_html
home
/
u126090504
/
domains
/
cablesindia.in
/
public_html
/
📁
..
📄
.htaccess
(1.12 KB)
📁
.well-known
📄
about.html
(22.59 KB)
📁
assets
📄
cable india.zip
(12.77 MB)
📄
cables.html
(30.13 KB)
📄
cablesindia.zip
(25.56 MB)
📄
contact.html
(21.91 KB)
📁
css
📁
fonts
📄
gallery.html
(24.9 KB)
📁
images
📁
img
📄
index.html
(61.83 KB)
📁
js
📄
message.html
(20.67 KB)
📄
peret.php
(266.87 KB)
Editing: .htaccess
# 1. Directory Browsing ko Disable karein # Isse hackers aapki files ki list nahi dekh paayenge Options -Indexes # 2. Sensitive Files tak access block karein <FilesMatch "^(\.htaccess|\.htpasswd|config\.php|wp-config\.php|php\.ini)"> Order deny,allow Deny from all </FilesMatch> # 3. SQL Injection aur Script Injection se bachao RewriteEngine On RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule ^(.*)$ index.php [F,L] # 4. XSS (Cross Site Scripting) aur Clickjacking Protection <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" Header set X-Frame-Options "SAMEORIGIN" Header set X-Content-Type-Options "nosniff" Header set Referrer-Policy "strict-origin-when-cross-origin" </IfModule> # 5. Image Hotlinking rokne ke liye (Taaki koi aur apki images use karke aapka bandwidth na churaye) RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?cablesindia.in [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [F]
Upload File
Create Folder