Skip to content

CTF-Archives/2024qwqsnxbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2024qwqsnxbs

2024 强网杯青少年专项赛-选拔赛

Misc

签到漫画

书中自有黄金屋,书中自有flag。

动态环境

环境下载

whitepic

Is there really nothing at all?

附件下载 提取码(GAME)备用下载

删除后门用户2

本题需要选手完成风险排查:清理后门用户。当彻底清理好后,等待一分钟左右,/checklog会出现flag。

(本题下发后会有一个ssh地址、账号密码,选手可通过ssh来访问环境)

动态环境

环境复现指南 写一个bash脚本(原题脚本)

#!/bin/bash

# 定义要检查的用户名
USERNAME="backdoor"
PASSWD_FILE="/etc/passwd"

# 无限循环,直到手动停止
while true; do
  # 检查是否存在 backdoor 用户
  if ! grep -q "^${USERNAME}:" $PASSWD_FILE; then
    
    # 创建 backdoor 用户,设置 UID 和 GID 都为 0
    useradd -u 0 -o -s /sbin/nologin ${USERNAME}

    # 设置密码
    echo "${USERNAME}:password" | chpasswd
  fi

  # 休眠一段时间,例如 5 秒
  sleep 5
done

root运行 然后每分钟check /etc/passwd 是否存在backdoor用户 创建用户ctf,登录尝试清理

问卷

问卷链接已隐藏

Crypto

Clasics

This task introduces you to CyberChef and various simple and classic encryption and encoding techniques.

附件下载 提取码(GAME)备用下载

AliceAES

In this task, you step into the role of Alice, with your communication partner, Bob, eagerly awaiting your message.

动态环境

easymath

More isn't always better.

附件下载 提取码(GAME)备用下载

Reverse

EnterGame

Please enter the password to start the game.

附件下载 提取码(GAME)备用下载

Flip_over

My app will run on <1>

附件下载 提取码(GAME)备用下载

Pwn

clock_in

1.We wish you success and hope you enjoy this task.

2.The flag position is in /home/ctf/flag

附件下载 提取码(GAME)备用下载

动态环境

journey_story

Record your journey, leave your story.

附件下载 提取码(GAME)备用下载

动态环境

Web

ezGetFlag

You came across a strange piece of front-end code. A seemingly simple button always fails to return what you're looking for. Every time you click the button, the server responds with: "Good job for trying, but unfortunately...".

动态环境

ezFindShell

"Separate the wheat from the chaff"

动态环境

环境下载

cyberboard

simple cyber messageboard,admin can leave the message

附件下载 提取码(GAME)备用下载

动态环境

mysqlprobe

mysql probe,you can connect to your mysql

动态环境

环境下载

About

2024 强网杯青少年专项赛

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages