Skip to main content
Back to registry

API Fuzzing for Bug Bounty

sickn33/antigravity-awesome-skills

Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.

Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill 'API Fuzzing for Bug Bounty'
Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykFAIL
About this skill
Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors. Identify API type and enumerate endpoints: Insecure Direct Object Reference is the most common API vulnerability: IDOR Bypass Techniques: SQL Injection in JSON: Command Injection: XXE Injection: SSRF via API: .NET Path.Combine Vulnerability: Fetch entire backend schema: URL-encoded version: When receiving 403/401, try these bypasses: Must: Must Not: Should: - Burp Suite or similar proxy tool - API wordlists (SecLists, api_wordlist) - Understanding of REST/GraphQL/SOAP protocols - Python for scripting - Target API endpoints and documentation (if available) - Identified API vulnerabilities - IDOR exploitation proofs - Authentication bypass techniques - SQL injection points - Unauthorized data access documentation - Test mobile, web, and developer APIs separately - Check all API versions (/v1, /v2, /v3) - Validate both authenticated and unauthenticated access - Assume same security controls across API versions - Skip testing undocumented endpoints - Ignore rate limiting checks - Add X-Requested-With: XMLHttpRequest header to simulate frontend - Check archive.org for historical API endpoints - Test for race conditions on sensitive operations

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does API Fuzzing for Bug Bounty do?

Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.

Is API Fuzzing for Bug Bounty good?

API Fuzzing for Bug Bounty does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does API Fuzzing for Bug Bounty work with?

API Fuzzing for Bug Bounty currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to API Fuzzing for Bug Bounty?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install API Fuzzing for Bug Bounty?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill 'API Fuzzing for Bug Bounty'

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering