CTF · General Skills · picoCTF

Wave a flag

Link to Solve the Lab:- https://play.picoctf.org/practice/challenge/170?category=5&page=1 Concepts You Should Know Before Solving this Lab and the use of their Tutorials are Provided Below https://www.geeksforgeeks.org/chmod-command-linux/ https://www.geeksforgeeks.org/how-to-run-bash-script-in-linux/ Hello Everyone, So Today we are Solving the Lab in the ‘General Skills’ Category. All the things we are doing are in Kali Linux. As you can see in the… Continue reading Wave a flag

CTF · General Skills · picoCTF

Obedient Cat

Link to Solve the Lab:- https://play.picoctf.org/practice/challenge/147?category=5&page=1 If you don’t know about the CAT command then Below is the link to the Short and Sweet tutorial you can refer to understand the CAT Command https://www.geeksforgeeks.org/cat-command-in-linux-with-examples/ Hello Everyone, So Today we are Solving the Lab in the ‘General Skills’ Category. All the things we are doing are… Continue reading Obedient Cat

CTF · General Skills · picoCTF

Python Wrangling

Link To Solve the Labs:- https://play.picoctf.org/practice/challenge/166?category=5&page=1 Hello Everyone, So Today we are Solving the Lab in the ‘Cryptography’ Category All the things we are doing are in Kali Linux. As you can see in the Screenshot of the Description Description Python scripts are invoked kind of like programs in the Terminal… Can you run this… Continue reading Python Wrangling

Cryptography · CTF · picoCTF

Mind your Ps and Qs

Link To Solve the Labs:- https://play.picoctf.org/practice/challenge/162?category=2&page=1 If you don’t know about RSA then Below is the link to the Short and Sweet tutorial you can refer to understand RSA https://www.tutorialspoint.com/cryptography_with_python/cryptography_with_python_understanding_rsa_algorithm.htm Hello Everyone, So Today we are Solving the Lab in the ‘Cryptography’ Category All the things we are doing are in Kali Linux. As you… Continue reading Mind your Ps and Qs

Cryptography · CTF · picoCTF

Mod 26

Description: – Cryptography can be easy, do you know what ROT13 is? cvpbPGS{arkg_gvzr_V’yy_gel_2_ebhaqf_bs_ebg13_GYpXOHqX} Points: 10 Hint:- This can be solved online if you don’t want to do it by hand! The Walkthrough: –  ROT13 consists in swapping the letters of the message we want to cipher with the 13th letter (which is the cipher key)… Continue reading Mod 26

CTF · picoCTF · Web Exploitation

Insp3ct0r

Description: – Kishor Balan tipped us off that the following code may need inspection: https://jupiter.challenges.picoctf.org/problem/44924/ (link) or http://jupiter.challenges.picoctf.org:44924 Points: 40 Hints:- 1. How do you inspect web code on a browser? 2. There’s 3 parts The Walkthrough: –  The web interface look like this: So here we see a website with not much content and… Continue reading Insp3ct0r