Index

1. Problem information

2. Problem solving

3. Review


 

 

 

[Problem information]


 

 

 

[Problem solving]

1. I accessed the server with rcity7 user.

 

 

2. There was no "flag" file. So I had to find a running network port as shown in the problem information.

 

 

3. I used the "netstat -a" command to check the network connection status, but the "netstat" command doesn't work. Therefore, I scanned the localhost using "nmap", a tool for scanning the network. Of the open ports, port 9999 was suspected.

 

 

4. I used "netcat" to access that port, and putted the password. 


 

 

 

[Review]

You could find more description or options about nmap, netcat using "man" command.

'Wargame & CTF > RACCOON CITY' 카테고리의 다른 글

[RACCOON CITY] Linux Quiz 1  (0) 2024.02.10
[RACCOON CITY] Operation RCity6  (0) 2024.02.09
[RACCOON CITY] Operation RCity5  (0) 2024.02.09
[RACCOON CITY] Operation RCity4  (0) 2024.02.08
[RACCOON CITY] Operation RCity3  (0) 2024.02.08

+ Recent posts