NNirgunahincyberspace-flagfinder.hashnode.dev·May 17 · 1 min readStrings it-General Skills-picoCTF WriteUpAbout Strings The strings command in Linux is a utility used to print printable character sequences found in binary files. It is primarily used by developers and security analysts to extract human-rea00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 16 · 2 min readWave a flag-General Skills-picoCTF WriteUpLast time we learnt how to execute a compiled C executable file. In this case we have a binary file. It can be binary file of any origin. Let us see the problem statement first. Can you invoke help f00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 16 · 2 min readTab, Tab, Attack-General Skills-picoCTF WriteUpTab, Tab? If you are not yet familiar with it then you are missing the most basic thing in Linux environment. It is autocomplete. Nobody wants to waste their time by typing same things over and over a00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 16 · 2 min readMagikarp Ground Mission-General Skills-picoCTF WriteUpIn this CTF we are introduced with a remote server session to which we shall connect and try to get the files of interest. This simulates a real world scenario where we often connect to a remote serve00
NNirgunahincyberspace-flagfinder.hashnode.dev·May 16 · 5 min readFixme 1&2-General Skills-picoCTF WriteUpTime to again troubleshoot the errors at work. But it is fun to be honest. In both fixme1 and fixme2 we are provided with python scripts which has some errors in code and we have to fix them. Let us d00