Cracking an RDP password using Crunch and Hydra
Lately, I had to crack an RDP password for a known user in an on-site CTF. In this post, I will explain how I solved this challenge.
Lately, I had to crack an RDP password for a known user in an on-site CTF. In this post, I will explain how I solved this challenge.
As the title of the challenge suggests, we are dealing with a simple Vigenere Cipher here. In Vigenere, each character of the plaintext is shifted using a key. ...
After connecting, a prompt asking for the flag was displayed. After entering an incorrect flag, it would simply return "Nope\n" and quit. What I noticed after s...
First step, of course, is downloading the files. Turned out it was only an apk file called youtube.apk. APKs are just an archive, and can thus be extracted easi...
Let's start by having a look at the website at the URL given in the description. Then, I saw that another image was requested through an additional GET request ...
After opening the website that was given with the challenge, I was presented a simple-looking website. Of course, I tried to log in with the credentials provide...
There is an .rtf file. Considering that the title of this challenge is RTFspy, there must be something in this file. First, of course, I tried to open it in the...
Just like I did with Canada – 1n51d3r’5 j0b and Germany – ch17ch47, I started grep'ing. As there was only one file, which was a pcap, I chose to first look for ...
The ZIP archive attached to the challenge contains a ./Docs directory that held several files and directories. First, I looked at all the files to get some idea...
The attached ZIP archive contained an image called planet.png. It was a regular-looking image, so let's look for any hidden stuff inside. First, I looked for...