Bishop Vulnerability Scanner
Search websites for git repos, exposed config files, and more as you browse.
Bishop Vulnerability Scannerとは何ですか?
Bishop Vulnerability ScannerはJack Kingsmanによって開発されたChromeの拡張機能で、その主な機能は「Search websites for git repos, exposed config files, and more as you browse.」です。
拡張機能のスクリーンショット
Bishop Vulnerability Scanner拡張機能のCRXファイルをダウンロード
Bishop Vulnerability Scanner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bishop is a vulnerability scanner that searches websites in the background while you browse, looking for exposed version control systems, misconfigured administrative tools, and more. With a whitelisting regex system, you can easily restrict this tool to hosts that you are authorized to scan. It works by searching for files with a given path on the current URL path and all parent paths, applying given regex to the results to check for proof positive of a vulnerable location. If the path returns 200 and matches the regex, it's flagged as vulnerable and alerts you. All rules are run on all directories in a set of time-staggered background XHR requests, so network throughput remains high at all times. Bishop comes with a set of rules that hunt for the lowest hanging fruit, but the rule system is entirely extensible - rules are regular expressions that are run on specified directories, so if you can turn it into a regex, Bishop will look for it. Bishop is intended SOLELY for legal use on web servers that you control or are permitted to scan, and the developers are not responsible for how you choose to use this software. Bishop is MIT licensed and open source; contribute at https://github.com/jkingsman/bishop.
拡張機能の基本情報
名前 | Bishop Vulnerability Scanner |
ID | cbkdeoaaclnbidadjimofnhpbfhjakoe |
公式URL | https://chromewebstore.google.com/detail/bishop-vulnerability-scan/cbkdeoaaclnbidadjimofnhpbfhjakoe |
説明 | Search websites for git repos, exposed config files, and more as you browse. |
ファイルサイズ | 198 KB |
インストール数 | 3,560 |
現在のバージョン | 1.0.12 |
最終更新日 | 2019-01-20 |
公開日 | 2019-01-20 |
評価 | 3.75/5 合計 12 レビュー |
開発者 | Jack Kingsman |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jkingsman/bishop |
ヘルプページのURL | https://github.com/jkingsman/bishop |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bishop Vulnerability Scanner", "short_name": "Bishop", "version": "1.0.12", "description": "Search websites for git repos, exposed config files, and more as you browse.", "author": "Jack Kingsman |