Cybernotes
  • 🚩 CTF
  • 🥷🏼 Cyber Security
  • 🤖 Data Science
  • ♾️ Mathematics
  • 🧠 Psychology
  • 🧬 Neuroscience
  • 📢 About
Sign in Subscribe
PicoCTF - Static ain't always noise
picoCTF

PicoCTF - Static ain't always noise

Download all files, (static and ltdis.sh) cat static Provides an output that includes the flag itself. However, we will look into ltdis.sh to learn more about it. cat ltdis.sh Inside the program, we can see PHP code that we can use to our advantage. else echo "
23 Jun 2023 1 min read
PicoCTF -Nice Netcat
picoCTF

PicoCTF -Nice Netcat

Run the following command. nc mercury.picoctf.net 35652 returns an output of numbers in decimal format. We have to create a python script in order to convert from this decimal output to ASCII text. First save the output to a file named flag.txt nc mercury.picoctf.net 35652
23 Jun 2023 1 min read
PicoCTF - Wave a Flag
picoCTF

PicoCTF - Wave a Flag

Download the warm program. cat warm; returns Hello user! Pass me a -h to learn what I can do!-hOh, help? I actually don’t do much, but I do have this flag here: We can already see the flag here, but we can take it a step further. Give
23 Jun 2023
PicoCTF - Python Wrangling
picoCTF

PicoCTF - Python Wrangling

Download the python script, pw.txt and flag.txt.en. cat pw.txt cat flag.txt.en python3 ende.py -d flag.txt.en Enter the password of pw.txt and you get the flag. import sys import base64 from cryptography.fernet import Fernet usage_msg = "Usage: "+ sys.
23 Jun 2023 1 min read
PicoCTF - Obedient Cat
picoCTF

PicoCTF - Obedient Cat

Let's start on a fresh journey together, gaining knowledge on the Cyber Security field by gaining experience on CTF events. We will start with PicoCTF. Download the file and use the following command in the terminal. cat flag;
23 Jun 2023
← Newer Posts Page 4 of 4
Cybernotes © 2026
Powered by Ghost
A digital lab where security meets strategy, data meets insight, and psychology meets code.
Dive into CTFs, Cyber Security, Data Science, and the Human Mind.