Skip to content

Commit 7980fae

Browse files
authored
Update README.md
1 parent 9f4bbea commit 7980fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The tool was presented during HackIT 2018 in Keiv.
55

66
# What is JSONBee?
77

8-
The main idea behind this tool is to bypass content security policy for many websites 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.
8+
The main idea behind this tool is to gather the JSONP endpoint 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.
99

1010
JSONBee relies on 3 methods to gather the JSONP endpoints:
1111
* The repository within this project;

0 commit comments

Comments
 (0)