Hey, I have made a terminal that only uses echo, can you find the flag?
nc chal.competitivecyber.club 3333
We're given a Python server that looks like this:
#!/usr/bin/python3
import os,pwd,re
blob says: blob
We're given an express server that looks like this:
require("express")()
.set("view engine", "ejs")
.use((req, res) => res.render("index", { blob: "blob", ...req.query }))
how can one golf with jelly if it just explodes when you hit it with a large metal golf club?
nc challs1.pyjail.club 5999
We're given a Python server that looks like this:
#!/usr/local/bin/python3
# https://github.com/DennisMitchell/jellylanguage/tree/70c9fd93ab009c05dc396f8cc091f72b212fb188
from jellylanguage.jelly.interpreter import jelly_eval
The latest trendz is all about Go and HTMX, but what could possibly go wrong? A secret post has been hidden deep within the application. Your mission is to uncover it.
Notice anything off in this application? If you suspect something is wrong, report it to the superadmin. You never know what secrets might be uncovered.
nc trendz-bot.challs.csc.tf 1337
We're given a Go server that looks like this:
package main
Nanakura Rin, a very skilled gamer, took one of the flags. You need to defeat her 200 times to get the flag back.
nc game-with-rin.challs.csc.tf 1337
We're given a Python server that looks like this:
from basement_of_rin import NanakuraRin, flag, generate_graph
import time
I keep trying to log in, but it's not working :'(
We're given a simple Next.js + Next Auth site with a simple login / logout implementation:
"use client";
import { useFormStatus, useFormState } from "react-dom";
import { authenticate } from "@/lib/actions";