Wargame & CTF/RACCOON CITY
[RACCOON CITY] Operation RCity0
shadow_hacker
2024. 2. 5. 22:00
Index
1. Problem information
2. Problem solving
3. Review
[Problem information]
[Problem solving]
1. Let's access to the server using SSH. The ssh command consists of: ssh Username@Address-p Port
2. I used the ls command to see which files exist in the current path. There was a file named flag.
3. Then I checked the contents of the flag file through the cat command.
[Review]
So far, I have mainly solved problems accessed through netcat rather than SSH. it was a beneficial time to get used to SSH.