Skip to content

m4karoni/SKRCTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 

Repository files navigation

Welcome to m4karoni SKRCTF write-ups

Hi! This is my first ever write-up for challenges based on my senior's CTF project, skrctf.me which is a ctf site for beginner players.

Web

Web warmup

Can you find the flag in this website?

Flag format: SKR{flag_flag}

At first, it shows a simple html header and a body:
"Header and body"

My first action is to inspect the webpage for the flag:
"Inpect element"

Just like that, I got the flag!

Flag: SKR{imp0rt4nt_c0mm3nt_a24996}



Where is the flag?

I remember that I put a flag in this website, but I just can't find it. Can you help me?

Flag format: SKR{flag_flag}

As hinted in the image, "It's too bright"
"Header and body"

So I have an idea of looking into the css file of the site.
"Inspect css"

Flag: SKR{wh0_turn_th3_light5_0n?_10621b}



My First SQL

I made a website with login using PHP and MySQL! Feel free to try it

The challenge is about SQLi (SQL injection) attack
image

Using a simple sql injection payload

' OR '1' = '1
https://ctflearn.com/lab/SQL-Injection-Part-1
This site provides clear explanation on basics of SQL injection techniques



image

Flag: SKR{Do_not_forget_to_escape_user_input_c75983}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published