## LAB: FINDING HIDDEN FILES
SKILL FOCUS: Hidden File Discovery
DIFFICULTY: Beginner
HACKER MINDSET: Look for what others try to hide
### THE SCENARIO
Linux systems have hidden files that don't show up with regular 'ls' commands. As a hacker, you need to know how to find these hidden files - they often contain important configuration data or secrets.
### WHAT YOU'LL LEARN
1. Use 'ls -a' to reveal hidden files
2. Understand what hidden files are (they start with a dot)
3. Navigate to system directories
4. Explore different parts of the file system
### WHY THIS MATTERS
• Hidden files often contain configuration and sensitive data
• System administrators hide important files this way
• Real hackers always check for hidden files
### YOUR MISSION
Learn to uncover the files that others try to keep hidden.