I swear I saw flag.txt in the video, but now it’s ...
Tạo vào: 27 tháng 6, 2026
Tạo vào: 27 tháng 6, 2026
I swear I saw flag.txt in the video, but now it’s redacted—IT MUST BE THE CIA. I SWEAR… BRO, THE CIAAAAAA! https://www.youtube.com/watch?v=65wwer7yXLg
OSINT challenge
flag format: v1t{....}
I can’t solve the flag from here because the YouTube fetch is throttled, and search didn’t surface cached copies of that video ID. (Invalid URL)
Best next steps for this OSINT challenge:
bashyt-dlp --write-info-json --write-thumbnail --write-comments --write-auto-subs \ "https://www.youtube.com/watch?v=65wwer7yXLg"
Then check:
bashgrep -R "v1t{" . grep -R "flag.txt" . exiftool * strings *
Also try old thumbnail/frame sources:
texthttps://img.youtube.com/vi/65wwer7yXLg/maxresdefault.jpg https://web.archive.org/web/*/https://www.youtube.com/watch?v=65wwer7yXLg https://web.archive.org/web/*/https://img.youtube.com/vi/65wwer7yXLg/*
Upload the video file, thumbnail, or a screenshot of the redacted frame and I’ll inspect it directly.