Cyber Heroines CTF

Competition Begins: 5:00 PM EST Sept 8, 2023, Competition Ends: 5:00 PM EST Sept 10, 2023

https://cyberheroines.ctfd.io/


Challenges

Crypto

Web

Forensics


Crypto

Sophie Wilson

Description:

Here the e is small and n is too large, so m^e < N

We can get the message by just doing 5th root of c.

Python code:

flag: chctf{d3516n3d_4c0rn_m1cr0_c0mpu73r}

Web

Grace Hopper

Description:

Link: https://cyberheroines-web-srv2.chals.io/vulnerable.php

On this site we can execute few commands on running dir command we can see all files:

image

The flag is in the https://cyberheroines-web-srv2.chals.io/cyberheroines.sh file.

flag: CHCTF{t#!$_!s_T#3_w@Y}

Forensics

Barbara Liskov

Description:

file: BarbaraLiskov.pyc

In this file we can see one Base64 text: Y2hjdGZ7dV9uM3Yzcl9uMzNkXzBwdDFtNGxfcDNyZjBybTRuYzMsX3VfbjMzZF9nMDBkLTNuMHVnaF9wM3JmMHJtNG5jM30= this is the flag.

flag: chctf{u_n3v3r_n33d_0pt1m4l_p3rf0rm4nc3,_u_n33d_g00d-3n0ugh_p3rf0rm4nc3}

Margaret Hamilton

Description:

file: Apollo-Mystery.jpg

This is archive file open this with 7zip and there is a new image margaret_flag.png it have flag in it.

image

flag: chctf{i_wr1t3_code_by_h4nd}

:octocat: Happy Hacking :octocat:

Last updated

Was this helpful?