Detectify Recorder
Detectify Recorder allows you to record interactions with a website which Application Scanning can use during security testing.
Detectify Recorder란 무엇입니까?
Detectify Recorder은(는) detectify-team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detectify Recorder allows you to record interactions with a website which Application Scanning can use during security testing."입니다.
확장 프로그램 스크린샷
Detectify Recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Detectify Recorder extension is part of Detectify’s Application Scanning product. This extension records interactions with web pages that can then be replayed during scans. Recordings produced by this extension can be used for both Recorded Login and Recording Crawling. RECORDED LOGIN Recorded Login makes it possible to scan for vulnerabilities behind a login page. You can use the extension to record yourself logging in. Upload this recording to Detectify to include in scans. RECORDED CRAWLING Recorded Crawling captures a sequence of actions that will be recreated during Application Scanning. You can use the extension to record a specific flow of actions that Detectify’s crawler might otherwise miss, such as filling out complicated forms. Not sure if you need Detectify Recorder? Get in contact with our support team: [email protected].
확장 프로그램 기본 정보
이름 | Detectify Recorder |
ID | neeflaehflcedfiiojlebfkdochfdelj |
공식 URL | https://chromewebstore.google.com/detail/detectify-recorder/neeflaehflcedfiiojlebfkdochfdelj |
설명 | Detectify Recorder allows you to record interactions with a website which Application Scanning can use during security testing. |
파일 크기 | 336 KB |
설치 횟수 | 1,954 |
현재 버전 | 4.4.0 |
최근 업데이트 | 2024-01-12 |
출시 날짜 | 2018-12-14 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | detectify-team |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://support.detectify.com/support/solutions/articles/48001049282-scan-behind-login-with-recorded-login |
도움말 페이지 URL | https://support.detectify.com |
개인정보 보호 정책 페이지 URL | https://detectify.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Detectify Recorder", "description": "Detectify Recorder allows you to record interactions with a website which Application Scanning can use during security testing.", "version": "4.4.0", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAihcioTIgQLKHgBM4TWh192CAm+hJIEUMua6+mD\/qOdPbuyVsnfuBz4QQht\/LwKKwKOm7TSBh262F3L7zBsfUDwtfRz4r+4CDTFVRvK4ifTwH0CcFFL8EA96ujUyNOsqMK\/L5MLZ5AhcuQV+IDvAJGLLHSELdotSR6ANam963zdAGA8GA0C2yO3+ElYKhzepCy41nHJZpei\/XnxknMdsS+cURDPz3ZnVwweeC083zkX1geFrqAOsoRENcLbuIvklUk9n0dIFf34XtFNUN4sMYrk3FReMSuzanJfIiFz83Dt60KTtaJcXBsTov+105XfzJeJbuloloLLB2oHOr+BeqgwIDAQAB", "permissions": [ "tabs", "webNavigation", "background", "storage", "alarms" ], "action": { "default_popup": "popup.html", "default_icon": "icons\/icon16.png" }, "background": { "service_worker": "background.js" }, "incognito": "split", "content_scripts": [ { "all_frames": false, "js": [ "js\/content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" } } |