This article is a beginner-friendly guide on using Linux commands and tools, focusing on a room titled “Ninja Skills” from the TryHackMe platform. It covers the process of searching for files, analyzing file properties, and leveraging command-line utilities like SSH and grep for security tasks. The writer aims to simplify the learning curve for both new and experienced users. Affected: TryHackMe platform
Keypoints :
- Introduction to “Ninja Skills,” a TryHackMe room focused on Linux fundamentals.
- Deployment of the virtual machine and connecting via SSH using provided credentials.
- Utilization of the ‘find’ command for searching specific files across the system.
- Execution of commands to determine file ownership and check for IP addresses in files.
- Use of ‘sha1sum’ to analyze file hashes.
- Employing ‘wc -l’ to count the number of lines in files.
- Identifying file permissions and executable status of files.
- Conclusion emphasizing the ease of Linux commands for users.
Full Story: https://5kullk3r.medium.com/ninja-skills-thm-writeup-51850f4644f4?source=rss——infosec-5