Skip to content

Meterpreter Tunneling & Port Forwarding

ℹ️ Informations

Question

What two IP addresses can be discovered when attempting a ping sweep from the Ubuntu pivot host? (Format: x.x.x.x,x.x.x.x)

📋 Walkthrough

Use provided credentials ubuntu:HTB_@cademy_stdnt!

for i in {1..254} ;do (ping -c 1 172.16.5.$i | grep "bytes from" &) ;done

Answer

172.16.5.**,172.16.5.***


Question

Which of the routes that AutoRoute adds allows 172.16.5.19 to be reachable from the attack host? (Format: x.x.x.x/x.x.x.x)

📋 Walkthrough

Just read the module

Answer

172.16.5.0/***.***.***.*