infernoshout.php & inferno_settings.php #
go google and search :
Dork : inurl:infernoshout.php
Vulnerable code
--------------------------------------------------------------------------
go google and search :
Dork : inurl:infernoshout.php
Vulnerable code
--------------------------------------------------------------------------
$commands = unserialize($this->settings['s_commands']); |
if ($this->vbulletin->db->affected_rows() < 1 && !$this->vbulletin->db->query_first("select * from " . TABLE_PREFIX . "infernoshoutusers where s_user='{$this->vbulletin->userinfo['userid']}'")) |
{ |
$this->vbulletin->db->query(" |
insert into " . TABLE_PREFIX . "infernoshoutusers |
(s_user, s_commands) |
values |
({$this->vbulletin->userinfo['userid']}, '" . serialize($commands) . "') |
"); |
} |
No comments:
Post a Comment