picoCTF 2021: Transformation
- Solution - Acknowledgement - References Solution You will be given the following file, enc . The problem description says The enc file should contai…
7件の記事
- Solution - Acknowledgement - References Solution You will be given the following file, enc . The problem description says The enc file should contai…
- Solution - Acknowledgement Solution First, let's check the file type. Then, let's check the metadata. The License field looks like base64. Let's dec…
- Solution - Acknowledgement Solution When I execute the given command, I get this output: This seems to be a list of ASCII codes. I can use a convert…
- Solution - Acknowledgement Solution You're given a file called warm . Run file on it and you'll find that it's an ELF file. Run ./warm and you'll ge…
- Solution - Acknowledgement Solution You will be given the following files. - ende.py - flag.txt.en - pw.txt The ende.py is a simple encryption/decry…
- Solution - Acknowledgement Solution You will be given this string, cvpbPGS{arkg gvzr V'yy gel 2 ebhaqf bs ebg13 hyLicInt} . Apply ROT13 to it and yo…
- Solution - Acknowledgement Solution Download the attached file and run cat on it. You'll find the flag. Acknowledgement Thank you, CMU security and…