An open API service providing repository metadata for many open source software ecosystems.

Topic: "sql-injection-attacks"

payloadbox/sql-injection-payload-list

🎯 SQL Injection Payload List

Size: 76.2 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 5,336 - Forks: 1,249

americo/sqlifinder

SQL Injection Vulnerability Scanner made with Python

Language: Python - Size: 79.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 350 - Forks: 71

harismuneer/Flight-Booking-System-JavaServlets_App

✈️ An MVP level Flight Booking System (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attacks.

Language: Java - Size: 44.1 MB - Last synced at: 16 days ago - Pushed at: 4 months ago - Stars: 241 - Forks: 247

omurugur/SQL_Injection_Payload

SQL Injection Payload List

Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 91 - Forks: 50

PentestPlaybook/ad-lab-scripts

AD Lab Setup Scripts

Language: PowerShell - Size: 514 KB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 71 - Forks: 13

arpeetrathii/50-Days-Of-SQLi

Learning and hunting SQL injection bugs for 50 continuous days

Size: 74.2 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 63 - Forks: 8

txn2/n2proxy

Contraband filtering reverse proxy for plain http and SSL.

Language: Go - Size: 429 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 33 - Forks: 8

saptajitbanerjee/SQL-Injection-Detection

My team built a Machine Learning model to detect SQL Injections. The dataset was prepared by capturing normal and malicious HTTP requests, extracting essential features for training the model effectively. It enhances web application security by accurately identifying and flagging SQL Injection attacks.

Language: Python - Size: 1.58 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 3

inforkgodara/sql-injection

It is a SQL injection vulnerable project with demonstration. It is developed using PHP and MySQL technologies. It also contains a youtube link where fully demonstrated SQL Injection.

Language: PHP - Size: 220 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 18 - Forks: 17

R3DHULK/sqli-detector-in-python

python based sqli detector tool

Language: Python - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 4

Alfredredbird/Bibi-Bird

Bibi-Bird is a SQL Injection Automation tool.

Language: Python - Size: 564 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 12 - Forks: 5

zebbern/BlindSQL

Accurate & Fast BlindSQL Scanner, This tool automatically determines a response time baseline for each target and calculates dynamic thresholds for each payload!

Language: Python - Size: 22.5 KB - Last synced at: about 19 hours ago - Pushed at: 4 months ago - Stars: 12 - Forks: 0

Err0r-ICA/DIOS_WAF_bypass

Custom DIOS for SQL injection

Size: 342 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 11 - Forks: 1

galihap76/web-app-sql-injection

This is my repo to hack my web app about vulnerability sql injection with python.

Language: Python - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 6

soufianetahiri/sqlmap-cheat-sheet

sqlmap cheat sheet

Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

jayantrane/Secure-Systems-of-SQL-Injection-Attack

Secure Systems possessing SQL Injection Vulnerability

Language: HTML - Size: 446 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 3

toggio/SecureTokenizer

A PHP Library for Cryptographically Secure Token Generation and Management

Language: PHP - Size: 182 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 6 - Forks: 2

wahyuhadi/gorm-sqlInjection

Language: Go - Size: 8.79 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 2

danbettles/defence

A simple intrusion detection/prevention system framework written in PHP.

Language: PHP - Size: 210 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

NeuronAddict/vulnerable-apps

Some vulnerables docker webapps

Language: PHP - Size: 45.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 2

philip-hub/sql-injection-hack-workshop

This is a workshop to teach the basics of SQL injection

Language: PHP - Size: 27.3 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

Aryia-Behroziuan/SQL-Injection-attacks

SQL Injection attack is the most common website hacking technique. Most websites use Structured Query Language (SQL) to interact with databases. SQL allows the website to create, retrieve, update, and delete database records. It used for everything from logging a user into the website to storing details of an eCommerce transaction. An SQL injection attack places SQL into a web form in an attempt to get the application to run it. For example, instead of typing plain text into a username or password field, a hacker may type in ‘ OR 1=1. If the application appends this string directly to an SQL command that is designed to check if a user exists in the database, it will always return true. This can allow a hacker to gain access to a restricted section of a website. Other SQL injection attacks can be used to delete data from the database or insert new data. Hackers sometimes use automated tools to perform SQL injections on remote websites. They will scan thousands of websites, testing many types of injection attacks until they are successful. SQL injection attacks can be prevented by correctly filtering user input. Most programming languages have special functions to safely handle user input that is going to be used in an SQL query.

Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 2

samedog/PHPmvs

PHPmvs is an old tool i wrote to test common web apps and server vulnerabilities

Language: PHP - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 3

mannasoumya/sqltrip

SQL Map in CORE JAVA

Language: Java - Size: 138 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 1

ImKKingshuk/StealthSQL

StealthSQL: The Ultimate SQL Injection Tool - Dive into the shadows of web security with StealthSQL. Harness the power of StealthSQL to silently unveil vulnerabilities in SQL databases. Conduct stealthy SQL injections, expose misconfigurations, and empower your security journey. 🕵️‍♂️🔐

Language: Shell - Size: 23.4 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 4 - Forks: 2

milesrack/sqli-lab

SQL injection lab built to demonstrate and teach the basics of SQL injection attacks

Language: PHP - Size: 90.8 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

sadiqsonalkar/PortSwigger-Lab-and-Burpsuite-Tutorial

It is a burpsuite introduction and these are 5 lab I performed in Burpsuite.

Size: 7.47 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

shivamkumar06/Vulnerable-Web-Application

This Project is a demo of XSS attacks and SQL Injection by The OWASP Foundation. Payloads are in the respective folders in Attack.md

Language: PHP - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 3

adamalston/SQL-Injection

SQL Injection exploit 💉

Language: PHP - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 3

scurite/Websites-Security

We are going to go through some techniques and common PHP use cases for Website Security. Website security is often overlooked- and that’s understandable, but basic security can be put down to lots of techniques.

Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

secdec/esm-7

Convenience wrapper around the sqlmap SQL injection tool to help with automation

Language: Shell - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

shardwiz/online-booking-system-java

✈️ An MVP-level Flight Booking System, a web application built using the Model-View-Controller (MVC) architecture with Java Servlets and JavaServer Pages (JSP). It includes user authentication and authorization features and is secured against SQL Injection and Cross-Site Scripting (XSS) attacks.

Language: Java - Size: 34.5 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

p0dalirius/sql-injections-with-raw-hashes 📦

List of values that produces SQL injections with their raw hashes values.

Language: C - Size: 40 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

TearsAchly/DVWA

DVWA (Damn Vulnerable Web Application) DVWA is a web application that is intentionally made vulnerable for educational and security testing purposes. It lets users practice and understand different types of web security attacks.

Language: PHP - Size: 11.7 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

kaanaktas/go-slm

policy-based service level management library that enforces policy requirements

Language: Go - Size: 432 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

thadriss/Vulnerability_Scanner

This script is a powerful and efficient tool for identifying vulnerabilities in web applications. Its multi-threading, fingerprinting, exploit verification, WAF bypass and logging features make it a valuable addition to any security tester's toolkit.

Language: Python - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Overlrd/Lab-SQL-Injections

Simple explanation and ethical lab of a sql injection

Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

vrikodar/SQL_injection

Some sqli methods, labs from portswigger along with python3 scripts to automate some tasks

Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

ap-atul/web-exploit

A smiple php example to test sql injection and code injection

Language: PHP - Size: 74.2 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

Kimdonghyeon7645/Los_problem-solving

Los(Lord of SQLinjection)에서의 문제를 풀고 정리하는 repo

Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

julius/node-red-contrib-sqlstring

Format SQL-Queries to avoid SQL-Injections - For Node-RED

Language: HTML - Size: 72.3 KB - Last synced at: 9 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

sohailahmedkhan/Simple-SQL-XSS-Fuzzing-Tool-PYTHON-

Language: Python - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

Yo7cc/Basic-Penetration-Testing-Report-Ethical-Hacking

Basic Penetration Testing Report for Ethical Hacking covering key findings and recommendations for improving cybersecurity defenses. Detailed analysis of vulnerabilities identified during the testing process and steps to enhance overall security posture.

Size: 3.17 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

FREAKYBOBr/Basic-Penetration-Testing-Report-Ethical-Hacking

This repository contains a basic penetration testing report focusing on ethical hacking techniques and methodologies. It includes findings, analysis, and recommendations to improve the security posture of the tested system.

Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

berlinbrown/zri-banking-forum-injection

ZRI Banking SQL Injection Bad Example App for that testing, not production ready

Language: Java - Size: 324 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

LamSut/Computer-Security

CT201H

Language: Python - Size: 62.8 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

AyeshaAshfaq12/Vulnerability_Scanner

The Vulnerability Scanner is a Django-based application that scans websites for security vulnerabilities, providing insights into potential weaknesses such as SQL Injection, XSS, and CSRF issues. Users receive a detailed analysis and site safety score, helping them enhance their web security posture.

Language: Python - Size: 136 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

gevendra115/sqlfinder

SQL Injection Vulnerability Scanner made with Python

Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Rc-W024/SQL-injection

Introduction to SQL injection and PostgreSQL injection simulation.

Language: Python - Size: 106 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

lopescode/sql-injection-security

Exploring ways to prevent SQL injection in Node.js

Language: TypeScript - Size: 93.8 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

galihap76/sql-injection-with-sqlmap

How to perform SQL injection using sqlmap tool.

Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ramesh-adhikari/seed-lab-2.0-projects

This repository contains the reports of Seed Lab 2.0 projects which includes Breaking a Simple Cipher, TCP Attacks, Buffer Overflow Attack (Server), Request Forgery (CSRF) Attack, SQL Injection Attack, Meltdown Attack

Language: PHP - Size: 17.2 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

snowcra5h/sqli

Cheatsheets and code for sql exploitation

Language: Python - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

kkmanos/pentest-eclass-assignment

This is a cyber security university assignment which is consisted of two phases. On the first phase, students seperated in teams, must find and patch security vulnerabilities of an old eClass version on a 4-week period. On the second phase, all teams had to attack the patched eClass version of the other teams.

Language: PHP - Size: 21.8 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Code-4ge/HackAble

Website to experience website vulnerability

Language: HTML - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

zabir-nabil/remote-docker-spawn

Remotely spawning docker containers using REST API

Language: Python - Size: 83 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

DANTEH98/Advanced-Dork-Scanner

Lierre is a Python tool that helps you find SQL injection and XSS vulnerabilities using Google dorks. It features proxy support and user-agent rotation for discreet scanning. 🐙🔍

Language: Python - Size: 13.7 KB - Last synced at: about 4 hours ago - Pushed at: about 5 hours ago - Stars: 0 - Forks: 0

lierree/Advanced-Dork-Scanner

Lierre is a Python-based tool for discovering potential SQL injection and XSS vulnerabilities in websites using Google dorks. It searches for URLs via Bing, filters them based on specific patterns, and tests for vulnerabilities with predefined payloads. Features include proxy support, randomized User-Agents, and domain blacklisting.

Language: Python - Size: 13.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

warpath-staticx/Basic-Penetration-Testing-Report-Ethical-Hacking

This repository contains a basic penetration testing report focusing on ethical hacking practices. It provides insights into identifying vulnerabilities and improving overall security measures.

Size: 2.93 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

deblunt/Basic-Penetration-Testing-Report-Ethical-Hacking

This repository contains a basic penetration testing report focusing on ethical hacking practices. It provides insights into identifying vulnerabilities and improving overall security measures.

Size: 3.17 MB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

freedeersunez2000/Basic-Penetration-Testing-Report-Ethical-Hacking-2ky

This repository contains a basic penetration testing report focusing on ethical hacking practices. It provides insights into identifying vulnerabilities and improving overall security measures.

Size: 2.93 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

Zaibten/SQL-Injections-By-SQL-Map

SQL map is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.

Size: 13.4 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

Krishnan1601/admin-panel-sql-injection

This repository explores ethical hacking by demonstrating SQL injection techniques on a controlled environment using DVWA. It highlights vulnerabilities found, the attack process, and offers mitigation strategies. 🛠️💻

Size: 3.25 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

codelassey/admin-panel-sql-injection

I used SQL injection to access a website admin panel on DVWA. I attempted a login bypass with SQLMap (which failed), then successfully exploited an SQL injection vulnerability to extract and crack admin password hashes. This repo includes everything to secure web apps against SQL injection attacks. Great for learning web security.

Size: 3.24 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

enjoymrepic5/Basic-Penetration-Testing-Report-Ethical-Hacking-xi

This repository contains a basic penetration testing report focusing on ethical hacking practices. It provides insights into identifying vulnerabilities and improving overall security measures.

Size: 2.93 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

stephen-mi11er/PayTrack

PayTrack is an open-source platform designed to help developers discover, understand, and remediate real-world security exploits in real world web stacks.

Language: TypeScript - Size: 217 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

farouk-alghazzy/sql-injection-detector

Flask web app to detect and log SQL injection attempts through a fake login system, with admin dashboard and downloadable attack logs.

Language: Python - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

blackpearloy/Basic-Penetration-Testing-Report-Ethical-Hacking-sh

This repository contains a basic penetration testing report focusing on ethical hacking practices. It provides insights into identifying vulnerabilities and improving overall security measures.

Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Linuxndroid/SQL-Injection-Lab

A Python Web App For SQL Injection Practices and Learning Purpose

Language: Python - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

fraadap/SQL-injection-analysis

CyberSecurity exam project (Bachelor Degree, course academic year 2023/2024). Goal is been implement a simple website with two different version: critical to SQL injection attacks and secured implementing contromisures. A specific time-attack strategy is been conceived.

Language: PHP - Size: 677 KB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

user20252228/SQLInjection

SQLInjection

Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

FaisalAhmed21/Basic-Penetration-Testing-Report-Ethical-Hacking

Size: 3.17 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

usethisname1419/SecPayloads

Payloads for testing in python list format

Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

CarlosPaterninaDev/sql-injection

Este proyecto está destinado exclusivamente a fines académicos y de aprendizaje. Contiene ejemplos y técnicas relacionadas con SQL Injection para ilustrar vulnerabilidades comunes en aplicaciones web.

Language: TypeScript - Size: 713 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

HaelSturm1337/SQLi-Dumper-v10.3

Size: 1000 Bytes - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ntedgi/node-libinjection

node.js wrapper for libinjection C/C++ library it's a simple and fast library to detect SQL Injection in a string.

Language: C - Size: 75.2 KB - Last synced at: 7 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

YusufMarall/CustomNetworkTool

Language: Python - Size: 81.1 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

rayapatilavakumar/SQL-Server-Videos-for-Beginners

My Youtube playlist - SQL Server Videos for Beginners - https://www.youtube.com/playlist?list=PLOX4P8JBtVQCH3nU5FXyrOoLn1z9rTUf1

Language: TSQL - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 1

ji-podhead/Web-And-CloudSecurity

Attack Vectors, Tools, Monitoring&SIEM, Intrusion Detection

Size: 72.3 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Seva41/CTF_Injection

CTF challenge based on the IT Security course of the Adolfo Ibáñez University 2024/1. Mix of SQL Injection, XSS, Cryptography and Session Cookie hijacking.

Language: JavaScript - Size: 30.3 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Sandhya80/Preventing_SQL_InjectionAttacks

Hardening the web-form to validate that the submission is a number, as well as converting the SQL query to a prepared statement preventing a SQL injection attack.

Language: JavaScript - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

RecaptchaVerified/final_project-sql-injection

SQL injection Demonstration

Language: PHP - Size: 52.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cyberknight0021/FortifyScan_Toolbox

FortifyScan is a penetration testing framework developed by cyberknight. It is designed to assist security professionals in identifying and addressing vulnerabilities in web applications.

Language: Python - Size: 118 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BishoySedra/Notes_Website_Project

Achieve the concept of security of web coding through this project.

Language: CSS - Size: 5.22 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

BishoySedra/Cyberus-Summer-Training

All associated materials and tasks for the training

Language: Python - Size: 15.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

gui1535/sql-injection-list

Lista de SQL Injection

Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

MD571/Demonstration-of-Android-Vulnerabilities

Demonstration of an Android attack through a vulnerability in Android

Language: Kotlin - Size: 110 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

fagun18/web-vulnerability

Web Vulnerability Scanning and Exploitation Script

Language: Python - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

trandung2k1/sql_injection

Language: TypeScript - Size: 43 KB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Brunel01/sql_injection_scanner

A python application to protect websites against SQL injections

Language: Python - Size: 415 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

diamantis-rafail-papadam/Undergraduate-Cybersecurity-Assignment_3

This is an assignment I completed as an undergraduate student in Technical University of Crete.

Size: 149 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

yan-vei/sql-injection-demo

Language: TypeScript - Size: 253 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

danyahscript/SkinGlow

Skin Glow is a skin care online shop that provides users with the ability to view skin care products, register, log-in, edit profile, and purchase. Furthermore, provide the admins with main management options (add, delete, and view user's messages).

Language: CSS - Size: 3.45 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Andres-Hernandez-Mata/Web-For-Pentester

PentesterLab

Language: PHP - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

muhammedsaidkaya/bof-xss-csrf-sql-Injection-attacks-examples

This repository includes Buffer Overflow, SQL Injection, Cross-Site Scripting, Cross-Site Request Factory Attacks implementations and Smart Contract Vulnerabilities

Language: JavaScript - Size: 13.3 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 2

joaomota59/siteSeguro

🔐 Site seguro à ataques SQL INJECTION e XSS

Language: PHP - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

joaomota59/siteNaoSeguro

🔓 Site vulnerável à ataques SQL INJECTION e XSS

Language: PHP - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jainsarthak277/Computer-Security-Fundamentals

Language: C++ - Size: 308 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Avielyo10/sqli

SQLi small lab on the university moodle

Language: Python - Size: 1.42 MB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

MinaMeh/Web-Security-Workshop-Shellamtes

Web security workshop examples [Shellmates Club]

Language: PHP - Size: 257 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Related Topics
sql-injection 52 sql-injection-exploitation 25 sql 22 xss-attacks 17 hacking 15 sql-injections 14 brute-force-attacks 12 csrf-attacks 11 cybersecurity 11 ethical-hacking 10 php 10 xss 10 idor-attack 10 python 9 replay-attack 9 sqlinjection 9 security 9 basic-pentesting 8 hashing-passwords 8 man-in-the-middle-attack 8 prepared-queries 8 mysql 7 vulnerability-scanners 7 xss-detection 7 xss-vulnerability 7 sql-injection-attack 6 penetration-testing 6 sqli 6 cyber-security 6 injection 6 hacking-tool 5 sql-injection-payloads 5 xss-exploitation 5 vulnerability 5 sqlmap 4 web-application 4 python3 4 cybersecurity-education 4 vulnerability-detection 4 sql-injection-vulnerability 4 web-security 4 attack 4 sql-injection-filterer 3 sql-server 3 xss-filter 3 ajax 3 payload 3 intrusion-detection 3 html 3 linux 3 cross-site-scripting 3 vulnerability-assessment 3 flask 3 buffer-overflow-attack 3 nodejs 3 dvwa 3 burpsuite 3 websecurity 3 xss-injection 3 injection-attacks 3 bug-bounty 3 security-vulnerability 3 owasp 3 mysql-database 3 fuzzing 2 soap-web-services 2 javascript 2 ticket-reservation-system 2 blind-sql-injection 2 price-manipulation-attack 2 tomcat-server 2 sql-payloads 2 web-services 2 php-sql-injection 2 security-scanner 2 blindsqli 2 secure 2 css 2 hack 2 web-hacking 2 injection-payloads 2 bugbounty 2 python-script 2 enterprise-applications 2 java 2 owasp-top-10 2 flight-reservation-system 2 java-server-pages 2 scanner 2 security-tools 2 payloads 2 java-web-app 2 mvc-architecture 2 netbeans-project 2 responsive-web-design 2 prepared-statements 2 security-roles 2 pentesting 2 website-hacking 2 docker-container 2