Update Cassandra Injection.md

Broken link [https://hack2learn.pw/cassandra/login.php]
This commit is contained in:
Siddharth Reddy 2020-10-09 12:45:28 +05:30 committed by GitHub
parent c9be68f0a1
commit f66c53ee25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/)