fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
610 stars 114 forks source link

Send raw arguments to Chrome #90

Open s0i37 opened 2 years ago

s0i37 commented 2 years ago

Hello. What's about sending arbitrary arguments to chrome browser?

First of all I want to ignore any SSL errors: chrome --ignore-certificate-errors --ignore-ssl-errors ...

Also very often we can faced with old/hidden sites (without valid dns): chrome --host-resolver-rules="MAP old.company.int 1.2.3.4"