https://github.com/zordius/https-scan
A https validation tool based on phantomjs. It can detect more dynamic loaded resources than static HTML analyze.
https://github.com/zordius/https-scan
Last synced: about 1 year ago
JSON representation
A https validation tool based on phantomjs. It can detect more dynamic loaded resources than static HTML analyze.
- Host: GitHub
- URL: https://github.com/zordius/https-scan
- Owner: zordius
- License: other
- Created: 2014-03-13T10:25:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T07:22:54.000Z (almost 12 years ago)
- Last Synced: 2024-10-06T03:21:43.231Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/https-scan
- Size: 266 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
https-scan [](https://david-dm.org/zordius/https-scan)
==========
A https validation tool based on phantomjs. It can detect more dynamic loaded resources than static HTML analyze.
Install
-------
```
npm install https-scan
```
Usage
-----
**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
```