Merge pull request #259 from SiddTim/patch-1

Update Cassandra Injection.md
This commit is contained in:
Swissky
2020-10-09 10:31:58 +02:00
committed by GitHub

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