mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 17:07:34 +00:00
Update README.md
This commit is contained in:
parent
34d9baeb61
commit
34242e846e
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,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