Visitor Management System In PHP 1.0 SQL Injection

Discussion in 'News Aggregator' started by Packet Storm, 21 Oct 2020.

  1. Packet Storm

    Packet Storm Guest

    Visitor Management System in PHP version 1.0 suffers from an authenticated remote SQL injection vulnerability.

    Continue reading...
     
  2. mike dukes

    mike dukes Member

    Joined:
    20 Oct 2020
    Messages:
    20
    Likes Received:
    1
    In CVMS we use PHP and Mysqli database. This is the project which keep records of visitors who visited in the company. CVMS has one module i.e admin.
    Dashboard: In this sections, admin can briefly view how many visitors visited in a particular period.
    Visitors: In this section, admin adds new visitors by filling their information in add visitors sections and also view and manage visitors records. Admin also put visitors out time in the manage records section.
    Search: In this bar, admin can search a particular person by their name and phone number.
    Reports: In this section admin can generate visitors reports between two dates.
    to run the Company Visitors Management System (CVMS) Project
    1. Download the zip file
    2. Extract the file and copy cvms folder
    3.Paste inside root directory
    4. Open PHPMyAdmin
    5. Create a database with name cvmsdb
    6. Import cvmsdb.sql file(given inside the zip package in SQL file folder)
    7.Run the script
    Hope this helps
     

Share This Page

Loading...