Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked JSONBee


0x1

Recommended Posts

A ready to use JSONP endpoints to help bypass content security policy of different websites.

This is the hidden content, please

The tool was presented during HackIT 2018 in Kiev. The presentation can be found Here

This is the hidden content, please

What is JSONBee ?

The main idea behind this tool is to find the JSONP endpoint(s) that would help you bypass content security policy for your target website in an automated way. JSONBee takes an input of a url name (i.e. https://www.facebook[.]com), parses the CSP (Content-Security-Policy), and automatically suggest the XSS payload that would bypass the CSP. It mainly focuses on JSONP endpoints gathered during my bug bounty hunting activities, and could be used to bypass the CSP.

JSONBee relies on 3 methods to gather the JSONP endpoints:

  • The repository within this project;
  • Google dorks;
  • Internet archive (archive[.]org).

The tool is not yet fully completed as I'm still adding some validations and features too. However, the repository will be hosted here so that anyone can use it till the tool is ready.

The repo contains ready-to-use payloads that can bypass CSP for Facebook[.]com, Google[.]com and more.

This is the hidden content, please

Bypasing Facebook.com Content-Security policy:

Facebook.com allows *.google[.]com in its CSP policy (script-src directive), thus, below payload would work like a charm to execute JavaScript on Facebook[.]com:

This is the hidden content, please

If you came across a website that trusts any of the domains in jsonp.txt file in its script-src directive, then pickup a payload  that matches the domain and have fun 🙂

How can you help?
You are all welcome to contribute by adding links to sites that uses JSONP endpoins/callbacks to make the repo bigger and more usefull for bug hunters, pentesters, and security researchers.

Download

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.