WPintel - WordPress Vulnerability Scanner
WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!
WPintel - WordPress Vulnerability Scanner là gì?
WPintel - WordPress Vulnerability Scanner là một tiện ích mở rộng Chrome được phát triển bởi Tuhinshubhra, và tính năng chính của nó là "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WPintel - WordPress Vulnerability Scanner
Tải xuống các tệp mở rộng WPintel - WordPress Vulnerability Scanner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
WPintel allows you to scan self hosted WordPress sites. With WPintel you can detect the following: • Version • Version vulnerabilities • Plugins • Themes • Users and much more! Although WPintel is designed for self hosted (wordpress.org) WordPress sites, some of it's functionalities still work for sites hosted on wordpress.com. DISCLAIMER: Usage of this extension without prior mutual consent can be considered as an illegal activity. It is the final user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WPintel - WordPress Vulnerability Scanner |
ID | mkhmkjcbidkifopffebieonhhkondlfe |
URL Chính Thức | https://chromewebstore.google.com/detail/wpintel-wordpress-vulnera/mkhmkjcbidkifopffebieonhhkondlfe |
Mô tả | WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more! |
Kích Thước Tệp | 153 KB |
Số Lần Cài Đặt | 5,852 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 3.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Tuhinshubhra |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WPintel - WordPress Vulnerability Scanner", "author": "Tuhinshubhra", "version": "1.7", "description": "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!", "manifest_version": 2, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "background": { "page": "html\/background.html" }, "page_action": { "default_popup": "html\/popup.html", "default_title": "WPintel - WordPress Scanner", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "permissions": [ "tabs", "activeTab", "https:\/\/*\/*", "http:\/\/*\/*", "webRequest" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js", "js\/include.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "resources\/Quicksand-Regular.ttf" ] } |