Race Condition + Host Header Injection + Redis(Cache)= Zero Click XSS
The first attempts were not successful and the reflect was not observed, but using the RACE, I saw that my sampler is displayed for the rest of the users
๐ซฅ
I will publish it after permission.
#BugBounty
๐ Sensitive data leakage using .json
Hereโs a tip to achieve sensitive data leak using .json extension.
Notice the added .json extension in our request which resulted in obtaining the secret token!
#bugbounty#bugbountytips#bugbountytip#hackerone#bugcrowd#infosec #cybersecurity #pentesting #redteam #informationsecurity #securitycipher #technology #coding #code #recon #ai #llm #owasp
How i am hunting for phpmyadmin logins:-
nuclei -l live-subs.txt -t nuclei-templates/http/exposed-panels/phpmyadmin-panel.yaml
## Then :-
- Test for default creds : root & password,..etc
- Fuzzing
- Test SQLi
- Response Manipulation
#bugbountytips #cybersecurity #Security
Credit - @wadgamer10
#bugbountytip#bugbountytips
i found phpmyadmin template on nuclei
phpmyadmin-setup.yaml
next step edit that template for
/admin/
template endpoint was [/pma/setup/index.php]
i found 2 on [/admin/pma/setup/index.php]
happy hunting โฅ
#BugBounty
Bug bounty hunters: want a #bugbountytip on finding the right public programs to participate in?
1๏ธโฃ Look at some of the more successful bounty hunter's profiles (if they are public)
2๏ธโฃ Scroll down to their most awarded or participated in.
3๏ธโฃ Hack those. There's vulns there.
95% from hunters remove pics from endpoint
my steps
gathering all target endpoints
filter the results just for pic extensions
(cat endpoints.txt | egrep 'jpg|jpeg|png' > results.txt)
filter to live
send results for screenshot tool
1/2
#bugbountytips#bugbountytip#bugbounty
url/?f=etc/passwd ==> 403
encode etc/passwd as base64
url/?f=L2V0Yy9wYXNzd2Q= ==> 200
#note
you can use this trick in SQL , SSTI , XSS , LFI , Etc...
#bugbountytips#bugbountytip
Tip :
1-Site https://t.co/HsP3izDRcl
2-Add first subdomain in first directory .sql.gz like
https://t.co/hYyYcTdjur
Severity depending on content of files most of time is (Critical)
#bugbountytip#bugbountytips#bugbounty#hackerone#bugcrowd#h1