forked from KathanP19/HowToHunt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request KathanP19#6 from stormbreaker4557/patch-1
Parameter Pollution in social sharing buttons
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Hi Guys, | ||
|
||
Though it is not severe bug.But still some organizations take this seriously. | ||
|
||
Steps : | ||
|
||
1.Browse through your target. | ||
say https://target.com | ||
2.Find a article or blog present on target website which must have a link to share that blog on different social networks such as | ||
Facebook,Twitter etc. | ||
3.Let's say we got and article with url: | ||
https://taget.com/how-to-hunt | ||
then just appened it with payload ?&u=https://attacker.com/vaya&text=another_site:https://attacker.com/vaya | ||
so our url will become | ||
https://taget.com/how-to-hunt?&u=https://attacker.com/vaya&text=another_site:https://attacker.com/vaya | ||
4.Now hit enter with the abover url and just click on share with social media. | ||
Just observe the content if it is including our payload i.e. https://attacker.com | ||
Then it is vulnerable or else try next target. | ||
|
||
References: | ||
https://hackerone.com/reports/105953 | ||
|
||
You can finde me here | ||
https://twitter.com/KenAdams000 |