Skip to main content
  1. write-ups/
  2. Other CTF Adventures/
  3. CyberBangla Batch 15 CTF Writeups | Primary CTF/

Pain | OSINT

140 words·1 min·
0xShakhawat
Author
0xShakhawat
Table of Contents

CTF NAME: Pain
#

Point: 200
Category: OSINT
Description:
My friend naurto got under attack by pain. To defeat pain he have to know all the history about pain. Can you help Naruto to defeat pain???

https://darkefsad.github.io/

Flag: CBCTF{pa1n_is_sucexx}

Solve:
The website contains a picture of “Pain” who is a villain of Naruto and about himself.

I’ve read the description of the challenge and there is a word called “history”. I remembered that word.

After seeing the URL, the site looks like it is deployed on “GitHub pages”.

And then I remembered the word “history”. Now, my work it to check the commit history of the site, if the repository is public.

Then I crafted the URL to view the user profile: https://github.com/darkefsad

There is only one repository.

Then I’ve checked the “create flag” commit. And I got the flag.