Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 235 Bytes

chromium.md

File metadata and controls

15 lines (12 loc) · 235 Bytes

Take a screenshot

chromium --ignore-certificate-errors -headless --screenshot="<file>.png" <rhost>

Use proxychains

chromium --proxy-server="socks4://<ip>:<port>

Chrome DevTools Protocol port

9222