Giter VIP home page Giter VIP logo

isa's Introduction

This is Information Security and Audit Project (https://github.com/Regaron/isa.git) doing SQL injection where the api returns only Released Products but SQL Injection can be done to return Other Data.

Deployment

The app is deployed at https://isa-three.vercel.app/ where it can be tested without setting up the local environment.

Usage

You can start injecting in the home page by selecting from Attack Dropdown and pressing Start Button.

Payload Injection can be accessed on https://isa-three.vercel.app/payload or from the Navbar. This page can be used to Upload File with SQL Injection Statement to perform the attack or Predefined Payload can be injected by pressing Default Payload Button. The data obtained for each SQL Query can be seen by clicking on the Corresponding Card,

For Running Locally

System Requirements

Getting Started

First, install the package:

npm install
# or
yarn install

Then, enter database credentials in .env file as:

DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE.

Example:

DATABASE_URL=postgresql://ravi:076mscsk009@localhost:5432/sqlinjection

Then, run database migration:

npm run prisma db push
# or
yarn prisma db push

and

npm run prisma generate
# or
yarn prisma generate

Build the project using:

npm run build
#or
yarn build

Start the app using:

npm run start
#or
yarn start

After the server starts open http://localhost:3000/api/seed once with your browser to fill data into database.

Open http://localhost:3000 with your browser to see the homepage.

More Info

The pages/api/search directory is the api for our app which returns only Released Products but SQL Injection can be done to return other data.

The public/payload.txt is the SQL Query used as Default Payload in Payload Injection Page.

isa's People

Contributors

regaron avatar

Watchers

James Cloos avatar  avatar  avatar

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.