> For the complete documentation index, see [llms.txt](https://sec88.0x88.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sec88.0x88.online/web-appsec/features-abuse/social-sharing.md).

# Social Sharing

* [ ] Parameter Pollution

  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 above 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.

  **Reference** <https://hackerone.com/reports/105953>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sec88.0x88.online/web-appsec/features-abuse/social-sharing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
