https://www.google.com | https://github.com/primer/github-syntax-light | |
https://github.com/primer/github-syntax-dark | https://gist.github.com/unruthless/413930 | |
https://clients2.google.com/service/update2/crx | https://vuejs.org/error-reference/#runtime- | |
http://www.w3.org/2000/svg | http://www.w3.org/1998/Math/MathML | |
http://www.w3.org/1999/xlink | https://lodash.com/ | |
https://openjsf.org/ | https://lodash.com/license | |
http://underscorejs.org/LICENSE | https://npms.io/search?q=ponyfill. | |
https://material.io/design/environment/elevation.html#default-elevations | https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API | |
https://material.io/components/tabs#scrollable-tabs | https://developer.chrome.com/docs/extensions/reference/webRequest/#:~:text=only%20the%20following | |
https://github.com/emscripten-core/emscripten/issues/14130 | https://github.com/emscripten-core/emscripten/pull/16917 | |
https://github.com/curl/curl/blob/curl-7_86_0/lib/setopt.c#L678-L679 | https://github.com/curlconverter/curlconverter/pull/280#issuecomment-931241328 | |
https://github.com/WebKit/WebKit/blob/f58ef38d48f42f5d7723691cb090823908ff5f9f/Source/WebInspectorUI/UserInterface/Models/Resource.js#L1250 | https://github.com/highlightjs/highlight.js/issues/2827 | |
https://github.com/highlightjs/highlight.js/issues/1086 | https://github.com/highlightjs/highlight.js/issues/2277 | |
https://github.com/highlightjs/highlight.js/wiki/security | https://tc39.es/ecma262/#sec-additional-syntax-numeric-literals | |
https://github.com/highlightjs/highlight.js/issues/3288 | https://github.com/swisskyrepo/PayloadsAllTheThings/ | |
http://169.254.169.254/latest/meta-data/iam/security-credentials | https://twitter.com/realgam3/status/1184747565415358469 | |
http://example.com | https://google.com | |
http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247798.html?Logout&RedirectTo=http://example.com |
{ "name": "HackBar", "icons": { "128": "icon.png" }, "version": "1.2.8", "commands": { "load_url": { "description": "Trigger 'Load'", "suggested_key": { "default": "Alt+A" } }, "split_url": { "description": "Trigger 'Split'", "suggested_key": { "default": "Alt+S" } }, "execute_url": { "description": "Trigger 'Execute'", "suggested_key": { "default": "Alt+X" } }, "switch_mode": { "description": "Switch between 'Basic' and 'Raw' mode", "suggested_key": { "default": "Alt+M" } } }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "A browser extension for Penetration Testing", "permissions": [ "storage", "scripting", "webRequest", "declarativeNetRequest" ], "devtools_page": "devtools.html", "host_permissions": [ "*://*/*" ], "manifest_version": 3, "minimum_chrome_version": "107", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "web_accessible_resources": [ { "matches": [ "*://*/*" ], "resources": [ "payloads/*" ] } ] }