A city wants the tester to exercise browser-based admin apps that are only reachable through an internal path after foothold. Which pivoting pattern fits that use-case?
Select an answer to reveal the explanation.
Short Explanation
Internal admin sites that only load through the pivot path are awkward if every click needs a brand-new one-port forward. A dynamic SOCKS-style proxy is like giving your browser a temporary on-site tour guide. It flexes with whatever URLs those admin apps throw at you—still inside the rules.
Full Explanation
Dynamic proxies help assessments interact with internal web applications reachable only via pivot paths, especially when destinations and ports vary. Fixed single-port forwards can become cumbersome for browser workflows. Exposing admin apps publicly or substituting ICMP for HTTP is not a professional substitute. SOCKS-class dynamic proxying is the conceptual fit after a foothold.