Arachne Level 2
- User: user12
- Pivot SSH Port: 12000
- Pivot IP Address: downthewire.org
- Pivot Port Range: 12001-12010
- Target IP Address: 10.10.100.243
- Target Port: 12001
Using the above username, password, Pivot IP, and Port, SSH into Level 2. Once connected to the C2, find and utilize the appropriate application to pivot to the target IP and port. Any ports listed in the Pivot Port range can be used to bind a local listener on the C2 server. Once the pivot application is configured and running, use cURL or an equivalent application to access the flag. Be sure to save the flag as it is the password for the next level.
Hint 1
user12:~$ help
cd echo help kill lpath lsudo ps
clear exit history ll ls netstat socat
Map

Answer
socat TCP4-LISTEN:12001,fork TCP4:10.10.100.243:12001