← all publishers

uphiago

@uphiago source repo

147 published skills · page 2 of 2

  1. Xmlrpc Exploitation · uphiago
    Exploit XMLRPC multicall, pingback for brute force and SSRF.
    0
    installs
  2. Hunt Cache Poison · uphiago
    Hunting skill for cache poison vulnerabilities. Built from 10 public bug bounty reports including X-Forwarded-Host poisoning, X-HTTP-Method-Override / GCS cache, reflected→stored XSS via cache, classic Omer-Gil Web Cache Deception, Cloudflare Cache Deception Armor bypass, session-token cache deception, Akamai hop-by-hop smuggling → server-side edge poisoning, and Kettle's 2024 path-normalization WCD against Cloudflare/Fastly/GCP. Use when hunting cache poisoning, Web Cache Deception, CDN-fronted apps.
    0
    installs
  3. Hunt MCP Security · uphiago
    Hunt Model Context Protocol (MCP) vulnerabilities in AI-tool integration systems.
    0
    installs
  4. M365 Entra Attack · uphiago
    Microsoft 365 / Entra ID red-team attack chain — current 2026 reality. AADSTS code reference, user enumeration vectors (with hardening status), Smart Lockout math, Conditional Access bypass options, ROPC + SAML SSO browser flow, Burp/Playwright templates. Built from authorized red-team work where ROPC spray surfaced pre-existing lockouts and CA-blocked credentials, plus real-time external attacker activity correlation. Use for any M365/Entra credential attack, password spray, user enumeration, CA-bypass exploration, or active-attacker-detection scenario.
    0
    installs
  5. Osint Methodology · uphiago bundle
    Comprehensive OSINT methodology for external red-team operations and authorized attack-surface assessments. Covers the 5-stage recon pipeline (seed discovery, asset expansion, enrichment, exposure analysis, reporting), asset-graph discipline with 29 asset types, severity rubric (CRITICAL/HIGH/MEDIUM/LOW/INFO), confidence upgrade workflows, time budgeting, asset-level triage rules, scale-based tactics, identity-fabric mapping (Entra/Okta/ADFS/Google/SAML/M365 Teams+SharePoint+OAuth), API and auth-map methodology, JavaScript deep analysis, mobile attack surface, cloud attack surface, breach×identity correlation, detectability tagging, detection-aware probing (back-off, persona rotation), read-only validator discipline, WAF/CDN bypass + origin discovery, vulnerability prioritization (CVE/EPSS/KEV), phishing infrastructure planning + pretext development, bug bounty submission templates, client deliverable templates with risk translation, threat-actor investigation (incl. RU/CN pivots), cryptocurrency tracing, ima
    0
    installs
  6. Triage Validation · uphiago
    Finding validation before writing any report — 7-Question Gate (all 7 questions), 4 pre-submission gates, always-rejected list, conditionally valid with chain table, CVSS 3.1 quick reference, severity decision guide, report title formula, 60-second pre-submit checklist. Use BEFORE writing any report. One wrong answer = kill the finding and move on. Saves N/A ratio.
    0
    installs
  7. Cross Attack Chains · uphiago bundle
    Use when two or more verified findings may combine into a higher-impact authorized attack path.
    0
    installs
  8. Bugcrowd Reporting · uphiago
    Bugcrowd-specific reporting tactics complementing report-writing: VRT category search-and-fallback strategy when no exact match exists, manual severity override when VRT defaults underrate impact, severity-request paragraph as first body section, OOS-clause rebuttal templates (rate limiting on auth-flow endpoints, debug-info framing, user-enumeration with sensitive PII, theoretical-issue counter), chained-finding cross-reference patterns, target selection for QA-vs-prod programs, researcher-side hygiene (Bugcrowdninja email alias, account state restoration, friendly-tester posture). Use when filing a Bugcrowd submission, when VRT default seems wrong, when triager closes as OOS or downgrades severity, when chaining linked submissions, or when scope distinguishes production from QA. Pairs with report-writing and triage-validation.
    0
    installs
  9. Hunt API Misconfig · uphiago
    Hunt API security misconfiguration — mass assignment, JWT attacks, prototype pollution, HTTP verb tampering. Mass assignment: send {is_admin:true, role:admin, verified:true} on profile/account/reset endpoints — server blindly applies. JWT: alg=none, weak HMAC bruteforce, kid path traversal, JWK injection, token confusion. Prototype pollution: __proto__ injection in JSON merge / Object.assign / lodash _.merge → polluted prototype reaches sink (RCE in Node, XSS in browser). HTTP verb: GET-bypass-CSRF, X-HTTP-Method-Override, TRACE enabled. Detection: API responses with extra fields, JWTs in headers (decode at jwt.io). CORS misconfiguration (reflect-any-origin, null origin, subdomain-regex bypass, postMessage) is owned by hunt-cors. Use when hunting API misconfigs, JWT flaws, mass-assignment, prototype pollution.
    0
    installs
  10. Hunt Open Redirect · uphiago
    Hunt Open Redirect — all types including low-impact, chained to OAuth token theft → ATO, phishing chains. URL parameter manipulation, JavaScript redirect, meta refresh, header injection. Use when hunting redirect bugs or building ATO chains.
    0
    installs
  11. Wp Plugin Cve Hunt · uphiago
    Systematic approach to finding and testing CVEs for identified WordPress plugins. Covers plugin discovery, version extraction from multiple sources (readme.txt, assets, inline JS), CVE database cross-referencing with WPScan/Patchstack/NVD/NVD API, version-based vulnerability matching, exploitation PoC generation, and false-positive elimination. Built from field experience finding exploitable plugin CVEs across 58-company mass recon including ElementsKit (CVE-2023-6851/CVE-2023-6853), Revslider (CVE-2024-2534), WPDM (CVE-2023-49753), Gravity Forms (CVE-2024-6115), and Jetpack (CVE-2024-1782).
    0
    installs
  12. Flask Werkzeug Attack · uphiago
    Exploit Flask/Werkzeug debugger exposure for traceback and SECRET leaks.
    0
    installs
  13. Github Secret Hunting · uphiago
    Find leaked API keys, tokens, and credentials in public GitHub repositories.
    0
    installs
  14. JS Secrets Extraction · uphiago bundle
    Analyze JS bundles and source maps for hardcoded secrets, API keys, JWTs, and internal endpoints
    0
    installs
  15. Scada Hikvision Isapi · uphiago
    Enumerate Hikvision ISAPI endpoints on SCADA and IoT web interfaces.
    0
    installs
  16. Subdomain Enumeration · uphiago
    Map subdomains via crt.sh and subfinder at recon kickoff.
    0
    installs
  17. Wordpress Plugin Hunt · uphiago
    Hunt WP plugins via REST, exploit CVEs when version known.
    0
    installs
  18. Hunt Business Logic · uphiago
    Hunting skill for business logic vulnerabilities. Built from 12 public bug bounty reports. Covers coupon-race-stacking (Instacart, Stripe, Reverb), negative-quantity-in-cart price tampering (Upserve, Eternal/Zomato), decimal/fraction price-field overflow (Shipt), client-side checkout amount trust on PayPal redirect (WordPress.org), price-per-unit mass-assignment (Krisp), and archived-price swap / cart-TOCTOU (Stripe). Use when hunting business logic — heavy emphasis on financial-impact-demonstrated cases.
    0
    installs
  19. Hunt HTTP Smuggling · uphiago
    Hunt HTTP request smuggling (CL.TE, TE.CL, H2.CL, H2.TE). Cause: front-end proxy and back-end server disagree on where one request ends and the next begins (Content-Length vs Transfer-Encoding header parsing inconsistency). CL.TE: front-end uses CL, back uses TE → smuggle by sending TE: chunked but with body that fits CL count. TE.CL: opposite. H2.CL: HTTP/2 downgrade, smuggle CL into HTTP/1.1 back-end. Detectiontools: Burp HTTP Request Smuggler extension, smuggler.py, h2csmuggler. Confirm: time-delay technique (smuggled GET with 30s timeout) — if front-end returns slow on next victim request, smuggling works. Validate: cache poisoning chain (smuggle request that gets cached for victim), credential theft (smuggle X-Forwarded-For override that captures next user's cookies), bypass auth (smuggled internal-path request). Real paid examples from major CDN deployments. Use when hunting H1 paid programs running CDN+origin stacks, when targeting load balancer / WAF bypass.
    0
    installs
  20. Hunt Race Condition · uphiago
    Hunting skill for race condition vulnerabilities. Built from 12 public bug bounty reports including modern HTTP/2 single-packet attack cases (James Kettle DEF CON 2023 "Smashing the State Machine"; RyotaK / Flatt Security 10,000-request first-sequence-sync expansion 2024). Covers coupon double-redemption, gift-card double-spend, MFA-OTP-validate race, account-create race, faucet/crypto token double-mint, email-activation race, vote/upvote inflation, password-reset token race, rate-limit bypass via concurrent requests. Use when hunting race conditions, TOCTOU bugs, MFA-bypass-via-timing.
    0
    installs
  21. Port Service Discovery · uphiago
    Nmap scan for MySQL, Redis, FTP, SSH, internal API services.
    0
    installs
  22. Staging Subdomain Hunt · uphiago
    Hunt staging via crt.sh when production is WAF-hardened.
    0
    installs
  23. Stealth Browser Launch · uphiago
    Launch stealth Chromium with C++ fingerprint patches for anti-bot bypass.
    0
    installs
  24. Unauth API Flow Hijack · uphiago
    Exploit unauthenticated multi-step API flows without credentials.
    0
    installs
  25. Apk Redteam Pipeline · uphiago
    End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external red-team engagement where 7 APKs were pulled manually, 4 download attempts truncated, and a hardcoded JWT + 30 internal API endpoints were recovered from one of the apps. Use when target has a mobile app catalogue (Play Store developer page), when you find an APK URL hosted on a web server, or when post-recon mentions "mobile app" in scope.
    0
    installs
  26. Hunt Cloud Misconfig · uphiago
    Hunt cloud / infrastructure misconfigurations. AWS: public S3 buckets (s3:GetObject anonymous), permissive bucket policies (PutObjectAcl public-write), exposed CloudFront origin, public Lambda function URL, public RDS snapshot, IAM credentials in JS bundles, AWS metadata accessible via SSRF. GCP: public GCS buckets, exposed Cloud Run services, leaked service account JSON. Azure: public blob containers, exposed Function App. (Kubernetes/Docker exposure is owned by hunt-k8s; CI/CD pipeline attacks by hunt-cicd; post-credential IAM escalation by cloud-iam-deep.) Detection: targeted dorking, certificate transparency, JS bundle secret extraction, port scan for known service ports. Validate: actual data read / write / RCE. Use when hunting cloud-native storage and compute misconfig (S3/GCS/Blob, IMDS-via-SSRF, serverless, public managed services).
    0
    installs
  27. Hunt Deserialization · uphiago
    Hunt Insecure Deserialization — Java gadget chains (ysoserial), PHP object injection (phpggc), Python pickle RCE, .NET BinaryFormatter, Ruby Marshal.load, JNDI/Log4Shell. RCE via deserialization is almost always Critical. Use when target runs Java, PHP serialization, Python pickle, .NET, or Ruby on Rails.
    0
    installs
  28. Hunt Mass Assignment · uphiago
    Hunt mass assignment via sensitive field injection and ORM framework exploitation.
    0
    installs
  29. LLM Prompt Injection · uphiago
    Use when testing an authorized LLM application for prompt injection, system-prompt exposure, unsafe tool use, or RAG data-boundary failures.
    0
    installs
  30. Wp Plugin Automation · uphiago
    Scripts and workflows to batch-test popular WordPress plugin CVEs across hundreds of domains. Covers automated plugin detection, version extraction from readme.txt, CVE matching against a curated matrix of high-impact plugin vulnerabilities (ElementsKit, Revslider, WPDM, Gravity Forms, Contact Form 7, Jetpack, WP File Manager, GSpeech), and exploitation PoC generation. Use after initial WordPress detection recon — when you have a target list of WP domains and need to find which specific plugin CVEs are exploitable at scale.
    0
    installs
  31. Sector Recon Methodology · uphiago bundle
    Pick sectors, compile targets, batch recon for campaigns.
    0
    installs
  32. Subdomain Takeover Hunt · uphiago
    Detect and verify subdomain takeover via dangling CNAME to unclaimed services.
    0
    installs
  33. Cors Chain Automation · uphiago
    Use when a bounded list of authorized API endpoints needs consistent CORS triage before browser validation.
    0
    installs
  34. Enterprise Vpn Attack · uphiago
    External SSL VPN / remote-access appliance attack matrix — Cisco ASA/AnyConnect, Fortinet FortiGate/FortiOS, Citrix NetScaler/ADC, Palo Alto GlobalProtect, Pulse Secure / Ivanti Connect Secure, SonicWall, F5 Big-IP. Covers version fingerprinting, CVE matrix (2018-2026), AAA backend identification, default credentials, configuration-disclosure paths, pre-auth RCE/SSRF/path-traversal exploits where applicable. Built from authorized-engagement Cisco ASA testing plus 2024-2026 enterprise VPN CVE landscape. Use whenever the target's perimeter exposes any SSL VPN appliance or remote-access gateway — these are the most common initial-access points in 2024-2026 actor TTPs.
    0
    installs
  35. Hunt Metrics Exposure · uphiago
    Hunt public /metrics, /health, and actuator endpoints leaking AI usage, DB pools, and operational intelligence.
    0
    installs
  36. Vmware Vcenter Attack · uphiago
    VMware vSphere / vCenter Server external attack matrix — version fingerprinting, the high-impact CVE chain (CVE-2021-21972 vRealize unauth file upload, CVE-2021-21985 vSAN plugin RCE, CVE-2022-22954 Workspace ONE SSTI, CVE-2023-20887 Aria RCE, CVE-2024-37085 ESXi AD bypass, CVE-2023-34048 vCenter DCERPC OOB write APT-exploited), default credentials, SSO configuration disclosure, vmdir LDAP enumeration, ESXi Open SLP RCE history. ONLY for vCenter / Workspace ONE / Aria instances exposed to the internet — internal-network vCenter is out of scope per the external-only boundary. Use when recon shows port 443 with vCenter banner, `/ui` redirect, `/websso/SAML2/Metadata`, or VMware product fingerprints.
    0
    installs
  37. Attack Patterns Reference · uphiago bundle
    Use when classifying a verified web or WordPress behavior and selecting a related validation skill.
    0
    installs
  38. Cross Wave Delta Analysis · uphiago
    Compare recon waves to find NEW, REGRESSED, PERSISTENT findings.
    0
    installs
  39. Firebase Supabase Attack · uphiago
    Exploit Firebase/Supabase for data via JS config leak probe.
    0
    installs
  40. Recon Sector Expansion · uphiago
    Multi-sector batch domain expansion — identify untested/under-tested sectors, generate candidate company domains (national chains, franchises, regionals), filter against existing test coverage, probe alive domains, and run the full testing pipeline across 20+ new targets in a single session. Complements per-sector recon-* skills by telling you WHICH sectors to expand into next.
    0
    installs
  41. Cors Credential Wordpress · uphiago
    Exploit WP CORS credential reflection for data theft.
    0
    installs
  42. Hardcoded Credential Hunt · uphiago
    Detect hardcoded passwords in HTML forms, JavaScript, and API responses.
    0
    installs
  43. S3 Minio Content Type Xss · uphiago
    Exploit public bucket Content-Type override for stored XSS on target origin.
    0
    installs
  44. Hunt Schema Enumeration · uphiago
    Enumerate hidden tables, fields, and endpoints via API error hints. Agnostic across PostgREST, Zod, FastAPI, GraphQL, and REST.
    0
    installs
  45. Redteam Report Template · uphiago
    Client-facing red-team deliverable format — codifies the Subject / Observations / Description / Impact / Recommendation / PoC structure used for external red-team engagements (not bug-bounty platform reports). Different audience, different tone, different cadence. Built from an authorized engagement deliverable where 14 findings were packaged into a 52KB MD + 2.2MB DOCX with 16 embedded screenshots. Use when the engagement is "external red team for an enterprise client" (not H1/Bugcrowd/Intigriti), when generating the final report, when the client has specified a custom report format, or when packaging findings into DOCX/PDF.
    0
    installs
  46. Wordpress Full Compromise · uphiago bundle
    Use when verified WordPress findings may combine into an authorized path to administrative or server control.
    0
    installs
  47. Asn Infrastructure Mapping · uphiago
    Map organization IP infrastructure via ASN, CIDR, TLD expansion, and reverse DNS.
    0
    installs