PicoCTF - useless
There's an interesting script in the user's home directory. The work computer is running SSH. We've been given a script that performs some basic calculations,...
There's an interesting script in the user's home directory. The work computer is running SSH. We've been given a script that performs some basic calculations,...
Can you make sense of this file? First, download the required file (enc_flag). The file is formatted in the base64 format. We need to...
First, click on the button βLaunch Instanceβ. Then ssh to the remote machine using the presented command. Yours might be with different port or user...
We need to find the malware name for a Bitcoin address. Bitcoin address is the following. 1Mz7153HMuxXTuR2R1t78mGSdzaAtNbBWX Just search for 1Mz7153HMuxXTuR2R1t78mGSdzaAtNbBWX malware and you will...
First, open up the terminal and connect to the server using SSH. ssh picoplayer@saturn.picoctf.net -p 53143 You will have different port and...
First, use wget to download the big-zip-files.zip file. Then unzip it. wget https://artifacts.picoctf.net/c/503/big-zip-files.zip unzip -u big-zip-files.zip...