Exploring Picoctf 2023 Chrono
Exploring Picoctf 2023 Chrono reveals several interesting facts.
- Solve General Skills: Task 146:
- Weird bash shell capitalizes the first thing you type and spellchecks some of the rest. Using & to separate shell commands, find ...
- Use the base64 command in the webshell repeatedly to decode the flag.
- Grab a Corewars warrior from Corewars for Dummies (http://www.koth.org/info/corewars_for_dummies/dummies.html) and submit ...
- Flag has been encrypted with a Caesar cipher. Used an online solver (https://www.dcode.fr/caesar-cipher) to find the flag from the ...
In-Depth Information on Picoctf 2023 Chrono
Flag is found in /etc/crontab, a file which keeps track of tasks that are run periodically on a linux server. What are scheduled tasks? How can I view them in Linux? Find out in today's cd to the root folder, use ls to find the challenges folder, then cd and cat the file to obtain the flag. NOTE! This was an unintended ... Decompile an Android APK file using an online decompiler (http://www.javadecompilers.com/apk) and find the flag in the resulting ...
This challenge has the flag base64 encoded in the URLs of a couple of web requests that are redirected.
Stay tuned for more updates related to Picoctf 2023 Chrono.