Skip to content

Instantly share code, notes, and snippets.

View mayank-s16's full-sized avatar

Mayank Kumar Prajapati mayank-s16

View GitHub Profile
@mayank-s16
mayank-s16 / gist:19b22b3b356646dce2639a9400f3f7d9
Created June 5, 2022 17:16
Simple Bakery Shop Management System in PHP MySQL
# Description:
The Bakery Shop Management System is a simple web-based application platform for bakery shops that
can help them to manage their stocks and day-to-day transaction with their customers.
# Vulnerability Name: Cross site scripting (XSS) in Simple Bakery Shop Management System
# Vulnerable URL: http://localhost/bsms/?page=manage_account
# Parameters Vulnerable: Full Name, Username
# Payload Used: "><script>alert("XSS")</script>
# Steps to reproduce:
1. Login with admin credential.