
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
A https validation tool based on phantomjs. It can detect more dynamic loaded resources than static HTML analyze.
A https validation tool based on phantomjs. It can detect more dynamic loaded resources than static HTML analyze.
npm install https-scan
Help you find out bad http:// resources in your https:// page!
Test on one url.
https-scan https://www.yahoo.com/
Check on many urls.
https-scan https://www.yahoo.com/ https://google.com/
Use a file to check more urls (1 url in 1 line).
https-scan --file url_list_file
Keep slient when testing.
https-scan --file url_list_file --slient
Show me more final detail.
https-scan --file url_list_file --debug
Show me more bad resources detail.
https-scan --file url_list_file --verbose
Lower the concurrent level to 1 (test one after another) .
https-scan --fil url_list_file --verbose --concurrent 1
Do crazy concourrent scan (May drain lots of memory) .
https-scan --fil url_list_file --verbose --concurrent 999
Show options.
https-scan
FAQs
A https validation tool based on phantomjs. It can detect more dynamic loaded resources than static HTML analyze.
The npm package https-scan receives a total of 0 weekly downloads. As such, https-scan popularity was classified as not popular.
We found that https-scan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.