InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Follow publication

Member-only story

Beginner picoMini CTF 2022 — Writeup

Vishnuram Rajkumar
InfoSec Write-ups
Published in
6 min readFeb 5, 2022

In this article you can find the writeups for all beginner level picoMini 2022 challenges.

  1. runme.py

Download the given python script and run it using python3. I’m using python3 in wsl

2. ncme

This is straight forward you have copy the given command and paste in terminal to get the flag.

3. convertme.py

Download the given python script and run it.

Now convert the given decimal value to binary and you will get the flag.

4. Codebook

Download the given files in the same directory.

Open the python code and analyze it.

The main function just prints the flag from the codebook.txt file

So run the python script.

5. fixme1.py

Download the script.

Analyze it by opening it.

While running it I got this error.

It seems like we have error check the given python code. When I opened the code in vs code. I…

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

No responses yet

Write a response