Tenable.io Web Application Scanning
This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning.
Tenable.io Web Application Scanning란 무엇입니까?
Tenable.io Web Application Scanning은(는) tenableio-chrome-extension-admins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning."입니다.
확장 프로그램 스크린샷
Tenable.io Web Application Scanning 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Tenable.io WAS Chrome Extension helps you easily create and manage your web application scans, including setting up complex authentication by recording your mouse and keyboard actions required, for later automated use in, Tenable.io Web Application Scanning. This allows you to save time and effort with creating new scans by simply following a few configuration steps from within your browser. Tenable.io Web Application Scanning is a dynamic application security testing (DAST) product that safely, accurately and automatically scans your web applications, providing deep visibility into vulnerabilities and valuable context to prioritize remediation. Tenable.io Web Application Scanning allows you to: - Understand the sitemap and layout of your web applications - Scan safely to prevent performance latency and disruptions - Enable highly automated, no-touch scans for continuous protection - Scan your HTML5 and single page web applications, along with traditional HTML apps - Minimize the number of false positives and negatives to give you confidence - Provide a unified view of vulnerabilities across your modern attack surface with Tenable.io. ***Use of this extension requires an active subscription to Tenable.io Web Application Scanning.***
확장 프로그램 기본 정보
이름 | Tenable.io Web Application Scanning |
ID | nkmmlnphajhildmnjkjkgkjnggpnhkhk |
공식 URL | https://chromewebstore.google.com/detail/tenableio-web-application/nkmmlnphajhildmnjkjkgkjnggpnhkhk |
설명 | This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning. |
파일 크기 | 7.2 MB |
설치 횟수 | 3,955 |
현재 버전 | 1.2.8 |
최근 업데이트 | 2024-01-24 |
출시 날짜 | 2020-07-01 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | tenableio-chrome-extension-admins |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.tenable.com/products/tenable-io/web-application-scanning |
개인정보 보호 정책 페이지 URL | https://www.tenable.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tenable.io Web Application Scanning", "short_name": "Tenable.io WAS", "version": "1.2.8", "version_name": "1.2.8", "homepage_url": "https:\/\/www.tenable.com\/products\/tenable-io\/web-application-scanning", "description": "This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning.", "manifest_version": 2, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "32": "icons\/32.png", "19": "icons\/19.png" }, "browser_action": { "default_title": "Tenable.io", "default_icon": "icons\/19.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "tabs", "contextMenus", "webNavigation", "notifications", "storage", "debugger", "downloads", " |