Chrome Remote Debugger Privilege Escalation
Investigation
/usr/bin/google-chrome --remote-debugging-port=12345Exploitation
1. Port Forwarding
ssh -L 12345:127.0.0.1:12345 remote-user@example.com2. Configure Network Targets in Chrome
chrome://inspect/#devices(Option) Find Credentials
Last updated