From f66c53ee250ba5f1a29d87f36a54fd3549c3947b Mon Sep 17 00:00:00 2001 From: Siddharth Reddy Date: Fri, 9 Oct 2020 12:45:28 +0530 Subject: [PATCH] Update Cassandra Injection.md Broken link [https://hack2learn.pw/cassandra/login.php] --- SQL Injection/Cassandra Injection.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/SQL Injection/Cassandra Injection.md b/SQL Injection/Cassandra Injection.md index 2396618..d722a8d 100644 --- a/SQL Injection/Cassandra Injection.md +++ b/SQL Injection/Cassandra Injection.md @@ -38,8 +38,6 @@ The injection would look like the following SQL query SELECT * FROM users WHERE user = 'admin'/*' AND pass = '*/and pass>'' ALLOW FILTERING; ``` -Example from EternalNoob : [https://hack2learn.pw/cassandra/login.php](https://hack2learn.pw/cassandra/login.php) - ## References * [Injection In Apache Cassandra – Part I - Rodolfo - EternalNoobs](https://eternalnoobs.com/injection-in-apache-cassandra-part-i/)