Maybe4a6f7365 avatar

Maybe4a6f7365

Community

@Maybe4a6f7365

5Followers
|
13Public Repos
|
24Published Skills

Maybe4a6f7365 provides a bug bounty hunting skill suite covering recon, CWE-class vulnerability discovery, dynamic PoC validation, and HackerOne scope/version tracking.

Skills Distribution
DomainCybersecurit...Web Vulnerability .. (45%)Exploit Validation.. (20%)Attack Surface Rec.. (15%)Bug Bounty Program.. (12%)

Agent Skills by Maybe4a6f7365

Showing 24 vetted skills indexed across 1 GitHub repositories.

Maybe4a6f7365Maybe4a6f7365
1

sqli-hunter

Detect SQL injection in web inputs using boolean, error, and bounded-time differentials.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

dynamic-poc-validation

Validates candidate vulnerabilities by executing dynamic proof-of-concept tests with independent outcome verification.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

scope-policy-qualification

Validates bug-bounty scope and reportability against live program policies and target contracts.

Community
Intermediate
Maybe4a6f7365Maybe4a6f7365
1

rce-chaining

Chains proven primitives like file write, SSRF, and deserialization into remote code execution paths.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

idor-hunter

Detect object-level authorization failures in REST and GraphQL APIs using two-principal controlled testing.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

business-logic-hunter

Detect business-logic flaws by testing workflow invariants, limits, races, and normalization.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

info-disclosure-hunter

Detect sensitive data exposure through serialization drift, public artifacts, and cross-origin resources.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

path-traversal-hunter

Test file operations for path traversal using controlled canary files and encoded payloads.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

xss-reflected-hunter

Detect reflected XSS by tracing input through redirects, Markdown renderers, and CSP-sensitive sinks.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

ssrf-hunter

Detect server-side request forgery in URL fetchers, webhooks, and renderers using out-of-band verification.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

duplicate-preflight

Prepares novelty-check search terms and checklists for human duplicate review before bug-bounty submission.

Community
Intermediate
Maybe4a6f7365Maybe4a6f7365
1

case-bundle-builder

Constructs case-bundle.yaml files from CVE/GHSA advisories, repositories, and fix-commit evidence.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

access-control-hunter

Detects broken access-control flaws across alternate interfaces, identity lifecycles, and tenant boundaries.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

privesc-hunter

Tests vertical privilege escalation via alternate APIs, role parameters, and capability checks.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

patch-review-hunter

Evaluates whether security patches fully enforce the intended invariant across all reachable code paths.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

break-assumptions

Enumerate and rank implicit developer assumptions behind an attack surface before vulnerability hunting.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

auth-bypass-hunter

Tests OTP, OAuth, session, and API endpoints for authentication bypass vulnerabilities.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

recon

Map a target's external attack surface and route candidates to vulnerability-class hunters.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

xss-stored-hunter

Detect stored XSS by tracing persisted user input through storage to later render contexts.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

version-tracker-add-target

Adds bug bounty targets with assets and version sources to a tracking database.

Community
Intermediate
Maybe4a6f7365Maybe4a6f7365
1

version-tracker-daily-check

Runs daily version checks across enabled sources and records changes in SQLite.

Community
Advanced
Maybe4a6f7365Maybe4a6f7365
1

version-tracker-db-init

Initializes the version-tracker SQLite database with schema, indexes, and seed data.

Community
Basic
Maybe4a6f7365Maybe4a6f7365
1

version-tracker-import-h1

Import HackerOne program and scope data from bounty-targets-data JSON into a SQLite database.

Community
Intermediate
Maybe4a6f7365Maybe4a6f7365
1

version-tracker-discover

Re-discover relocated version sources after structural failures in version checkers.

Community
Intermediate

Frequently Asked Questions About Maybe4a6f7365

FAQPage Schema
What tasks can I perform using Maybe4a6f7365's skills?

You can map a target's external attack surface, hunt CWE-class vulnerabilities (SQLi, XSS, SSRF, IDOR, path traversal, auth bypass, privilege escalation, business logic), chain primitives into RCE, dynamically validate PoCs, review patch completeness, and manage HackerOne scope and version tracking.

Who are these skills designed for?

They target bug bounty hunters and security researchers running authorized engagements. Skills like scope-policy-qualification enforce in-scope and program_reportable gates against live program policy, while duplicate-preflight hands novelty checks to a human querying HackerOne Hacktivity before submission.

How does a typical engagement flow through these skills?

Start with scope-policy-qualification at target entry, run recon to map the attack surface, apply break-assumptions, then route to CWE hunters. Qualify candidates with dynamic-poc-validation, run duplicate-preflight, and re-check policy before submission.

What prerequisites or dependencies do the version-tracker skills need?

The version-tracker skills require a SQLite database initialized via version-tracker-db-init, then seeded by importing HackerOne scope data from the arkadiyt/bounty-targets-data JSON feed. Daily checks dispatch to builtin or custom checkers with failure classification and auto re-discovery.

Do these skills enforce authorization and safe testing boundaries?

Yes. scope-policy-qualification builds an in-scope allowlist from the program policy and target contract.yaml, sets identification headers and rate budgets, and gates handoff. SQLi hunting uses safe boolean, error, and bounded-time differentials rather than destructive payloads.