Dan mas mas hacker biasa nya juga cukup pinter kok, kalo aggal upload file .php biasanya doi ganti ekstensi nya jadi .phtml , atau kalo mentok ya minimal upload file .html atau .txt ssebagai tanya kalo doi berhasil masuk ke web korban.
Ada cara mencegah nya ?
Ada lah pasti .
Sebagai contoh ane ambil cms wordpress.
Nah, direktori /uploads/ biasa nya yang sering jadi sasaran.
kalo pengen tau cara upload shell di wp, baca disini :
Bypass Upload Shell di Wordpress
Kita bisa mencegah agar file backdoor tersebut gagal dieksekusi.
Cara nya ?
buat file .htaccess di folder /uploads/ *folder silahkan tentuin sendiri.
isi nya :
<FilesMatch "(?i)\.(php|php3?|phtml|html|txt)$">
Order Deny,Allow
Deny from All
</FilesMatch>
Liat ss dibawah :
htaccess security |
Saya coba testing di cpanel sendiri . :v
Disitu ada file .htaccess yang isi nya seperti di atas.
lalu ada file lol.php .
Kita lihat apa yang terjadi jika file lol.php tadi dibuka .
Folder Protected |
scriptkiddies gonna kill you now :p
Sekian tutor kali ini dan semoga bermanfaat :D
0 comments