RPRebika Parajuliinpico-ctf.hashnode.dev·Jun 12 · 3 min readkeygenme-py | CyLab Security Academy (PicoCTF)keygenme-py is a Medium level ctf challenge in the reverse engineering domain. A python script with no instructions in present in this challenge. A file named keygenme-trial.py is provided. Upon downl10
RPRebika Parajuliinpico-ctf.hashnode.dev·Jun 12 · 2 min readFirst Grep | CyLab Security Academy (PicoCTF)First Grep is a General Skill, easy challenge intending on the use of Grep tool. We are provided with the following details along with a file containing flag. Can you find the flag in the file? This w10
RPRebika Parajuliinpico-ctf.hashnode.dev·Jun 5 · 2 min readMod 26 | CyLab Security Academy (PicoCTF)Mod 26 is a General skill challenge lab. It aims to introduce learners about ROT13. The prompt provided to us is as follows: Cryptography can be easy, do you know what ROT13 is? values.txt file is m10
RPRebika Parajuliinpico-ctf.hashnode.dev·May 29 · 2 min readWhat's a net cat ? | CyLab Security Academy (PicoCTF)What's a net cat ? is a simple General Skills lab intending to introduce learners to the basics of Netcat. Netcat is a versatile command-line networking utility used to read and write data across TCP 20
NNirgunahincyberspace-flagfinder.hashnode.dev·May 17 · 2 min readPiece by Piece-General Skills-picoCTF WriteUpThis CTF asks us to find the FLAG in pieces from the server. Let us see the problem statement. After logging in, you will find multiple file parts in your home directory. These parts need to be combi00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 17 · 2 min readSudo make me a sandwich-General Skills-picoCTF WriteUpTime to see what can a simple user do and what powers it has and does it have the ultimate power in terminal - sudo. Let us see the problem statement. Can you read the flag? I think you can! So it i00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 17 · 3 min readNice netcat-General Skills-picoCTF WriteUpNetcat again but something is not right here. Are we really able to do something in this connection? Let's find out. Let us see the problem statement first. There is a nice program that you can talk 00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 17 · 1 min readStrings it-General Skills-picoCTF WriteUpAbout Strings The strings command in Linux is a utility used to print printable character sequences found in binary files. It is primarily used by developers and security analysts to extract human-rea00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 17 · 3 min readPing-cmd-General Skills-picoCTF WriteUpWe need to ping that's it right? Easy peasy. But wait how are we going to get a flag with just a ping. Let us explore this CTF to find out. Let us check the problem statement first. Can you make the 00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 17 · 3 min readMy Git-General Skills-picoCTF WriteUpIn this CTF we will deal with GIT again and we shall learn few mandatory commands that are needed in everyday life while working on a project to pull and push files and make commits. Let us see the pr00