WPintel - WordPress Vulnerability Scanner
WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!
WPintel - WordPress Vulnerability Scanner란 무엇입니까?
WPintel - WordPress Vulnerability Scanner은(는) Tuhinshubhra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!"입니다.
확장 프로그램 스크린샷
WPintel - WordPress Vulnerability Scanner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | WPintel - WordPress Vulnerability Scanner |
ID | mkhmkjcbidkifopffebieonhhkondlfe |
공식 URL | https://chromewebstore.google.com/detail/wpintel-wordpress-vulnera/mkhmkjcbidkifopffebieonhhkondlfe |
설명 | WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more! |
파일 크기 | 153 KB |
설치 횟수 | 5,852 |
현재 버전 | 1.7 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | Tuhinshubhra |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } |