Summary

  • The write-up presents a step-by-step solution to the Ninja Skills room on TryHackMe, a platform for cyber security enthusiasts to learn and practice hacking skills.
  • It emphasizes the use of the find command, a powerful tool for searching and executing commands on files or directories, stating that it should be used first.
  • The command is executed to print all the files searched, ignoring any files that generate errors.
  • The tasks in the room involve identifying files based on their group owner, IP address content, SHA-1 hash, number of lines, and executable permissions.
  • The find command is used with various filters,combined with other commands like ls, sha1sum, and wc, to complete the tasks and provide the required information about the files.
  • It is important to understand Find command to solve this room and you can execute various other commands with Find command.

By Naman Thakur

Original Article