Last active
October 28, 2017 12:40
-
-
Save kevchentw/5a6616b95009c30aefedc41a3dd3b66a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "input_url": "https://bit.ly/gggggg", | |
| "result": [ | |
| { | |
| "url": "https://bit.ly/gggggg", | |
| "ssl": { | |
| "title": "網站安全憑證", | |
| "data": { | |
| "common_name": "github.com" | |
| }, | |
| "alert": [ | |
| "沒有 SSL 的網址可能是惡意網址" | |
| ], | |
| "message": "網站應該要有 SSL" | |
| }, | |
| "date": { | |
| "title": "網站建立時間", | |
| "data": { | |
| "create_date": "1997/10/13" | |
| }, | |
| "alert": [ | |
| "此網站很新,可能有問題" | |
| ], | |
| "message": "xxxxxx" | |
| }, | |
| "relate_url": { | |
| "title": "相關網域", | |
| "data": { | |
| "relate_urls": ["www.github.com", "*.github.com", "github.com"," *.github.io", "github.io", "*.githubusercontent.com", "githubusercontent.com"] | |
| }, | |
| "alert": [], | |
| "message": "請確認xxx" | |
| }, | |
| "contact": { | |
| "title": "網站註冊資訊", | |
| "data": { | |
| "Organization": "GitHub, Inc.", | |
| "Location": "San Francisco, California, US", | |
| "Name": "GitHub Hostmaster", | |
| "Organization": "GitHub, Inc.", | |
| "Street": "88 Colin P Kelly Jr St,", | |
| "City": "San Francisco", | |
| "State": "CA", | |
| "Postal Code": "94107", | |
| "Country": "US", | |
| "Phone": "+1.4157354488", | |
| "Email": "email@github.com" | |
| }, | |
| "alert": [], | |
| "message": "請檢查網站註冊資訊是否合理" | |
| }, | |
| "short_url": { | |
| "title": "短網址", | |
| "data": { | |
| "short_url_service": "bit.ly" | |
| }, | |
| "alert": [ | |
| "此為短網址" | |
| ], | |
| "message": "若為短網址xxxx" | |
| }, | |
| "form": { | |
| "data": { | |
| }, | |
| "alert": [ | |
| "此網站可能需要輸入帳號密碼", | |
| "此網站可能需要輸入信用卡" | |
| ] | |
| } | |
| }, | |
| { | |
| "url": "https://google.com", | |
| "ssl": { | |
| "title": "網站安全憑證", | |
| "data": { | |
| "common_name": "google.com" | |
| }, | |
| "alert": [ | |
| "沒有 SSL 的網址可能是惡意網址" | |
| ], | |
| "message": "網站應該要有 SSL" | |
| }, | |
| "date": { | |
| "title": "網站建立時間", | |
| "data": { | |
| "create_date": "1997/10/13" | |
| }, | |
| "alert": [ | |
| "此網站很新,可能有問題" | |
| ], | |
| "message": "xxxxxx" | |
| }, | |
| "relate_url": { | |
| "title": "相關網域", | |
| "data": { | |
| "relate_urls": ["www.github.com", "*.github.com", "github.com"," *.github.io", "github.io", "*.githubusercontent.com", "githubusercontent.com"] | |
| }, | |
| "alert": [], | |
| "message": "請確認xxx" | |
| }, | |
| "contact": { | |
| "title": "網站註冊資訊", | |
| "data": { | |
| "Organization": "GitHub, Inc.", | |
| "Location": "San Francisco, California, US", | |
| "Name": "GitHub Hostmaster", | |
| "Organization": "GitHub, Inc.", | |
| "Street": "88 Colin P Kelly Jr St,", | |
| "City": "San Francisco", | |
| "State": "CA", | |
| "Postal Code": "94107", | |
| "Country": "US", | |
| "Phone": "+1.4157354488", | |
| "Email": "email@github.com" | |
| }, | |
| "alert": [], | |
| "message": "請檢查網站註冊資訊是否合理" | |
| }, | |
| "short_url": { | |
| "title": "短網址", | |
| "data": { | |
| "short_url_service": "bit.ly" | |
| }, | |
| "alert": [ | |
| "此為短網址,有危險" | |
| ], | |
| "message": "若為短網址xxxx" | |
| }, | |
| "form": { | |
| "data": { | |
| }, | |
| "alert": [ | |
| "此網站可能需要輸入帳號密碼", | |
| "此網站可能需要輸入信用卡" | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment