Capture files from network
mitmdump -p 2019 -q -s capture/capture_html_parts.py --anticache
chrome --proxy-server=localhost:2019
# open -a 'Google Chrome' --args --proxy-server=localhost:2019Scanning
const VK_RIGHT = 0x27
setInterval(function () {
document.dispatchEvent(new KeyboardEvent('keydown', { keyCode: VK_RIGHT }))
}, 2019)