7 Jan 2026, 14:12 UTC≈2,920 views11 reactionsread 8 August 2026 Photo
🔍 SwaggerSpy: Automated OSINT for API Intelligence
Looking for exposed secrets in API documentation? Meet SwaggerSpy - an OSINT tool that crawls SwaggerHub for publicly exposed API specs and uses regex patterns to extract:
● Hardcoded API keys and tokens
● Database credentials
● Internal endpoints and architecture details
● Authentication secrets
● AWS keys, JWT tokens, and more
Quick Start:
python3 swaggerspy.py …
❤8🔥2👍1
23 Dec 2025, 20:15 UTC≈2,820 views9 reactionsread 8 August 2026 🔍 Quick Win: Git Exposure → Secret Hunting 🔥
Step 1: Mass Git Config Hunt
nuclei -l alive_http_services.txt -id git-config
Step 2: Dump the repository
git-dumper https://target.com/ output/
Step 3: Hunt for secrets in dumped code
nuclei -u output/ -file
Jackpot:
- SaaS Keys in config files
- DB credentials in .env
- Internal API docs with admin endpoints
Lesson: Never stop at initial finding - always dig deeper…
❤9
16 Dec 2025, 18:01 UTC≈2,620 views5 reactionsread 8 August 2026 Video
Want to report a scanner finding, but feel like writing it up is too tedious? 😅
Install the ReportLM extension and get Burp AI to do it for you!
Prompt example:
Generate a bug bounty report, outlining the finding summary, impact, provide full HTTP requests and CVSS scoring
#bugbountytips
🔥3❤2
5 Dec 2025, 12:38 UTC≈2,740 views3 reactionsread 8 August 2026 Video
If you need to generate a target-specific wordlist, make sure to check out GAP extension.
It will scan for sus parameters and generate you a complete wordlist with one click of a button.
#bugbountytips
❤3
4 Dec 2025, 19:49 UTC≈3,960 views14 reactionsread 8 August 2026 Video
Cloudflare has recently started blocking proxy tools such as Burp Suite by detecting their unique TLS and request fingerprints.
If you encounter this issue, install the "Bypass Bot Detection" extension from the BApp Store. It spoofs Burp’s TLS fingerprint to resemble normal browser traffic and bypass the block.
https://github.com/PortSwigger/bypass-bot-detection
#bugbountytips
🔥10👎3👍1
9 Nov 2025, 16:51 UTC≈3,510 views25 reactionsread 8 August 2026 Video
If you found a package.json file in the wild, you might find some internal packages vulnerable to a dependency confusion attack 👀
Check for it quicker using this cool new tool by JSMon:
https://app.jsmon.sh/tools/npm-validator/
#bugbountytips
👍19❤3😱2🔥1
21 Oct 2025, 17:55 UTC≈3,770 views21 reactionsread 8 August 2026 Video
Found an XSS but got blocked by the CSP?
https://cspbypass.com has a compiled list of ways to bypass the Content-Security Policy. Check out the video.
#bugbountytips
❤19👍2
13 Oct 2025, 16:43 UTC≈3,020 views8 reactionsread 8 August 2026 🎯 CSP Takeover Hunting
Content-Security-Policy (CSP) whitelists trusted hosts for scripts/resources — but if a whitelisted domain is vulnerable to subdomain takeover (expired DNS, dangling CNAME, abandoned cloud service), an attacker can host malicious assets and bypass CSP.
How to find them:
Use cspgrabber - to extract domains/subdomains from CSP headers across your targets, then feed results to Nuclei’s subdomai…
🔥3🗿3❤2
11 Oct 2025, 01:00 UTC≈2,500 views5 reactionsread 8 August 2026 Not many know this: nuclei's param fuzzing skips a parameter after the first 10 payloads that return nothing.
So if the initial 10 tries don't trigger anything, that parameter gets ignored and you might miss interesting cases.
How to fix it: use -fuzz-param-frequency. It controls how many "uninteresting" payloads are allowed before nuclei skips a parameter (default is 10).
nuclei -h | grep frequency
...
-fuzz-para…
❤4👍1
10 Oct 2025, 15:29 UTC≈1,820 views5 reactionsread 8 August 2026 12 useful firefox extensions for bugbounty 💵
1. Trufflehog - Detecting hidden API keys, tokens and secrets on websites.
2. Wappalyzer - Identify technologies on websites.
3. DotGit - An extension to check if .git is exposed in visited websites.
4. FindSomething - Find interesting things in the webpage's source code or JavaScript.
5. Fake Filler - A form filler that fills all form inputs (textboxes, textareas, ra…
🔥3❤1👍1
10 Oct 2025, 15:29 UTC≈2,340 views5 reactionsread 8 August 2026 TLS-Based Recon for Attack Surface
Here's a fast and effective recon flow to find and scan hidden assets using TLS certificate metadata and Shodan dorking via Nuclei’s built-in Uncover engine.
Step 1: Find subdomains with subfinder and use tlsx to extract TLS certificate metadata:
subfinder -d tesla.com | tlsx -nc -silent -so | awk '{for(i=2; i<=NF; i++) printf "%s ", $i; print ""}'| tr -d '[],' | sort -uf
📌 This g…
❤3👍1🔥1
29 Sept 2025, 23:05 UTC≈5,400 views6 reactionsread 8 August 2026 Nuclei AI Prompts enables security researchers to quickly generate Nuclei templates using AI. Instead of manually writing YAML templates for vulnerabilities, you simply provide a description, and a fully structured template ready for use with Nuclei is generated automatically.
To get started with Nuclei AI Prompts, first obtain an API token from ProjectDiscovery. Then, run Nuclei with the -auth flag and add your tok…
❤🔥6
Showing the 12 most recent of 18 posts we hold for @bughuntertips. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.