mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
Merge pull request #823 from auk0x01/master
Fixed a Typo in pentesting-web/content-security-policy-csp-bypass
This commit is contained in:
commit
f0ee6d12a9
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ You could redirect by injecting a meta tag (this is just a redirect, this won't
|
|||
### DNS Prefetch
|
||||
|
||||
To load pages faster, browsers are going to pre-resolve hostnames into IP addresses and cache them for later usage.\
|
||||
You can indicate a browser to pre-resolve a hostname with: `<link reol="dns-prefetch" href="something.com">`
|
||||
You can indicate a browser to pre-resolve a hostname with: `<link rel="dns-prefetch" href="something.com">`
|
||||
|
||||
You could abuse this behaviour to **exfiltrate sensitive information via DNS requests**:
|
||||
|
||||
|
|
Loading…
Reference in a new issue