xsstension
Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
什么是xsstension?
xsstension是由switch开发的Chrome扩展程序,该扩展的主要功能是“Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.”。
扩展截图
下载xsstension扩展crx文件
下载xsstension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is used to store web payload for bug bounty hunters or pentesters. It also found HTML comment within HTML document.
扩展基本信息
名称 | xsstension |
ID | cbpilpokfocembangdndcjcnleagmlia |
官方URL | https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia |
简介 | Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document. |
文件大小 | 33.44 KB |
安装次数 | 23 |
当前版本 | 1.0.2 |
更新时间 | 2021-08-26 |
上架时间 | 2020-05-26 |
开发者 | switch |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://0xswitch.fr/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "popup\/background.js" ] }, "manifest_version": 2, "name": "xsstension", "version": "1.0.2", "description": "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.", "icons": { "32": "icons\/logo.png", "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "permissions": [ "activeTab", "storage", " |