BishopFox / jsluice

Extract URLs, paths, secrets, and other interesting bits from JavaScript
MIT License
1.43k stars 96 forks source link

add Insecure flag --insecure to ignore TLS errors. #17

Open gprime31 opened 1 year ago

gprime31 commented 1 year ago

tls: failed to verify certificate: x509: cannot validate certificate for https://xxx.xxx

MMquant commented 1 year ago

I have same problem

error: Get "https://some-domain/js/app.5176f0f3.js": tls: failed to verify certificate: x509: certificate is valid for another-domain, *.another-domain, not some-domain
twest-bf commented 1 year ago

Proposed fix in #23