AutoAR is a powerful framework that automates the bug bounty workflow from recon to monitoring.
✅ Subdomain enumeration
✅ URL collection
✅ JS analysis
✅ Nuclei integration
✅ DNS takeover checks
✅ GitHub recon
✅ Continuous asset monitoring
Less time running tools manually, more time hunting for real bugs.
Repo: https://t.co/fNuKfymHYK
#BugBounty #CyberSecurity #InfoSec #BugBountyHunter #Recon #OSINT #AppSec #Hacking
All You Need to Master IDOR: A Complete Resource Guide by B1scuit 🔥
👨💻 Raunak Gupta (B1scuit)
🔗 https://t.co/HLaSyhcOJL
Stay connected:
🔗 https://t.co/FeMz53IqCy
Have you found a WordPress that the home page redirects to an authentication page? It could be used by Internal teams as a CMS, knowledge sharing, etc
The frontend is protected, but what about the API?
1/2 🧵👇
#BugBounty#BugBountyTips
Check the /wp-json/ to see what data is accessible, more specifically:
- /wp-json/wp/v2/posts
- /wp-json/wp/v2/pages
- Custom plugins endpoints
You may find Secrets/PII in the plugins and sensitive data in the posts and pages.
Most people overlook PDF files, PDFs may contain Registration links or Registration Codes that can be used to either privilege escalate or access hidden applications
@shamim_12__ @Bugcrowd@Hacker0x01 It depends upon the website workflow. Many times websites do not allow normal bxss payload. So in that case i use payload which extracts cookies only and does not touch anything else like dom, screenshot etc, as these functionalities are very alarming and Waf stops execution.