SkillAgentSearch skills...
Home

SnailSploit

79 skills across 79 repos541.1k repo starsGitHub

Showing 1–60 of 79 skills · Page 1 of 2

SnailSploit / offensive-advanced-redteam

6.8k

Comprehensive red team operations methodology covering full engagement lifecycle from planning through reporting. Addresses engagement scoping and rules of engagement negotiation, multi-tier C2 infrastructure design with redirectors and domain fronting, malleable traffic profiles and beacon tradecra…

📄 SKILL.mduniversal
skilldesign
96
Updated 6d ago

SnailSploit / offensive-business-logic

6.8k

Business logic vulnerability testing for web/mobile/API engagements. Covers workflow bypass, state machine violations, multi-step process abuse, price/quantity/discount manipulation, currency confusion, coupon stacking, refund/chargeback abuse, race conditions on logic boundaries, parameter tamperin…

📄 SKILL.mduniversal
skilltestingapi+1
96
Updated 6d ago

SnailSploit / offensive-data-exfiltration

6.8k

Dense methodology covering DNS exfiltration (dnscat2, iodine, dns2tcp), HTTPS tunneling (domain fronting, CDN abuse, legitimate service channels), ICMP tunneling (icmpsh, ptunnel-ng), cloud storage dead drops (S3 presigned URLs, Azure Blob SAS tokens, GCS signed URLs), email-based exfil (SMTP, EWS,…

📄 SKILL.mduniversal
skillgitimage+1
96
Updated 6d ago

SnailSploit / offensive-dependency-confusion

6.8k

Deep-dive offensive methodology for dependency confusion and namespace attacks across all major package ecosystems. Covers npm scope confusion exploiting the gap between public and private scoped packages and .npmrc misconfigurations where registry mappings fail to pin internal scopes exclusively.

📄 SKILL.mduniversal
skill
96
Updated 6d ago

SnailSploit / offensive-deserialization

6.8k

Insecure deserialization exploitation across Java, PHP, .NET, Python, Node.js, and Ruby. Covers gadget chain construction with ysoserial/phpggc/ysoserial.net, ObjectInputStream and BinaryFormatter sink identification, pickle __reduce__ RCE, phar:// wrapper abuse, Jackson polymorphic typing, Json.NET…

📄 SKILL.mduniversal
skillpythonkubernetes
96
Updated 6d ago

SnailSploit / offensive-file-upload

6.8k

File upload vulnerability checklist: MIME type bypass, extension bypass, magic byte manipulation, path traversal in filenames, stored XSS via SVG/HTML upload, server-side processing attacks, and race conditions. Use for assessing file upload endpoints in web app pentests or bug bounty.

📄 SKILL.mduniversal
skillgitgithub
96
Updated 6d ago

SnailSploit / offensive-graphql

6.8k

Offensive methodology for attacking GraphQL APIs during penetration tests and bug bounty engagements. Covers the full attack lifecycle: endpoint discovery, introspection abuse and blind schema reconstruction when introspection is disabled, authentication and authorization bypass through Relay node I…

📄 SKILL.mduniversal
skillapigraphql+1
96
Updated 6d ago

SnailSploit / offensive-idor

6.8k

IDOR (Insecure Direct Object Reference) testing checklist: object ID enumeration, horizontal/vertical privilege escalation, GUID predictability, indirect references via hashes, chained IDOR, and API endpoint IDOR. Use for web app pentests and bug bounty IDOR discovery.

📄 SKILL.mduniversal
skilltestinggit+2
96
Updated 6d ago

SnailSploit / offensive-iot

6.8k

IoT and embedded device security testing methodology. Covers hardware reconnaissance (UART, JTAG, SWD, SPI flash, I2C EEPROM, eMMC chip-off), firmware acquisition (vendor portals, OTA capture, flash dump, binwalk extraction), firmware analysis (filesystem mounting, binary triage, hardcoded secrets,…

📄 SKILL.mduniversal
skilltestingsecurity
96
Updated 6d ago

SnailSploit / offensive-lateral-movement

6.8k

Comprehensive lateral movement tradecraft for authorized red team engagements covering credential-based movement (pass-the-hash, pass-the-ticket, overpass-the-hash), NTLM relay attacks (ntlmrelayx with PetitPotam, DFSCoerce, PrinterBug coercion), remote execution protocols (WMI, WinRM, DCOM, PsExec…

📄 SKILL.mdzed
skill
96
Updated 6d ago

SnailSploit / offensive-linux-privesc

6.8k

Comprehensive Linux privilege escalation methodology for offensive security engagements. Covers the full attack surface from a low-privilege shell to root: SUID/SGID binary abuse via GTFOBins, Linux capabilities exploitation (cap_setuid, cap_dac_override, cap_dac_read_search), sudo misconfigurations…

📄 SKILL.mduniversal
skillsecurity
96
Updated 6d ago

SnailSploit / offensive-mobile

6.8k

Mobile (Android + iOS) application penetration testing methodology. Covers static analysis (apktool/jadx for Android, class-dump/Hopper/IDA for iOS), dynamic instrumentation with Frida and Objection, SSL pinning bypass strategies, root/jailbreak detection bypass, deep-link / URL-scheme abuse, export…

📄 SKILL.mduniversal
skilltesting
96
Updated 6d ago

SnailSploit / offensive-network-attacks

6.8k

Dense description covering ARP spoofing, LLMNR/NBT-NS/mDNS poisoning, DNS poisoning, MITM attacks, VLAN hopping, DHCP attacks, 802.1X/NAC bypass, IPv6 attacks. Tools: Bettercap, Responder, mitm6, Ettercap, Wireshark. MITRE T1557, T1040

📄 SKILL.mdzed
skilltesting
96
Updated 6d ago

SnailSploit / offensive-open-redirect

6.8k

Open redirect vulnerability checklist: parameter identification, bypass techniques (URL encoding, double slashes, CRLF injection, protocol handlers), chaining with OAuth/SSRF, and impact escalation paths. Use for web app testing and bug bounty open redirect discovery.

📄 SKILL.mduniversal
skilltestinggit+1
96
Updated 6d ago

SnailSploit / offensive-parameter-pollution

6.8k

HTTP parameter pollution (HPP) checklist: duplicate parameter injection, backend vs frontend parsing differences, WAF bypass via HPP, server-side vs client-side HPP, and practical exploitation patterns. Use when testing web applications for parameter handling flaws.

📄 SKILL.mduniversal
skilltestinggit+2
96
Updated 6d ago

SnailSploit / offensive-persistence

6.8k

Comprehensive persistence tradecraft for authorized red team engagements covering Windows and Linux mechanisms. Windows techniques include registry Run/RunOnce keys, scheduled tasks, WMI event subscriptions, DLL search order hijacking, COM object hijacking, Startup folder drops, service creation, Se…

📄 SKILL.mdzed
skillsecurity
96
Updated 6d ago

SnailSploit / offensive-phishing

6.8k

Phishing campaign execution methodology for authorized red team engagements. Covers end-to-end campaign lifecycle: infrastructure provisioning (GoPhish, SMTP relay configuration, domain acquisition and aging, SPF/DKIM/DMARC alignment), payload delivery vectors (Office macro weaponization, HTA droppe…

📄 SKILL.mdzed
skill
96
Updated 6d ago

SnailSploit / offensive-race-condition

6.8k

Race condition (TOCTOU) testing checklist: identifying timing windows, Burp Suite Turbo Intruder, Last-Byte sync technique, rate limit bypass, double-spend attacks, and concurrent request exploitation. Use for web app race condition testing or bug bounty time-of-check-to-time-of-use bugs.

📄 SKILL.mduniversal
skilltestinggit+1
96
Updated 6d ago

SnailSploit / offensive-rce

6.8k

Remote Code Execution testing checklist: OS command injection, SSTI-to-RCE, deserialization RCE, file upload RCE, XXE with SSRF to RCE, RCE via dependency confusion, and CVE-based RCE patterns. Use for web app pentests and bug bounty RCE discovery.

📄 SKILL.mduniversal
skilltestinggit+1
96
Updated 6d ago

SnailSploit / offensive-reporting

6.8k

Penetration test and red team report writing methodology. Covers executive summary structuring (risk-led narrative for non-technical readers), technical finding format (title, severity, affected scope, narrative, reproduction steps, impact, remediation, references), CVSS v3.1 / v4.0 scoring with vec…

📄 SKILL.mduniversal
skilldocumentation
96
Updated 6d ago

SnailSploit / offensive-request-smuggling

6.8k

HTTP request smuggling checklist: CL.TE, TE.CL, TE.TE variants, detection with timing and differential responses, WAF bypass, cache poisoning, credential hijacking, and request smuggling via HTTP/2. Use when testing reverse proxy/load balancer configurations.

📄 SKILL.mduniversal
skilltestinggit+1
96
Updated 6d ago

SnailSploit / offensive-social-engineering

6.8k

Social engineering attack techniques beyond email phishing for authorized red team and physical penetration testing engagements.

📄 SKILL.mdzed
skilltestingvoice
96
Updated 6d ago

SnailSploit / offensive-ssrf

6.8k

Server-Side Request Forgery testing checklist: SSRF discovery, blind SSRF with out-of-band, cloud metadata endpoints (AWS/GCP/Azure), SSRF filter bypass techniques (IP encoding, DNS rebinding, redirect chains), and SSRF to RCE escalation. Use for web app SSRF testing and bug bounty.

📄 SKILL.mduniversal
skilltestinggit+4
96
Updated 6d ago

SnailSploit / offensive-ssti

6.8k

Dense description covering Server-Side Template Injection across Jinja2, Twig, Freemarker, Velocity, Pebble, Smarty, Mako, Handlebars, ERB, Thymeleaf, EJS, Pug. Engine fingerprinting, filter bypass, blind exploitation, WAF evasion, SSTI-to-RCE chains. Tools: tplmap. CWE-1336. MITRE T1190

📄 SKILL.mduniversal
skilltesting
96
Updated 6d ago

SnailSploit / offensive-supply-chain

6.8k

Comprehensive offensive methodology for software supply chain attacks covering the full kill chain from reconnaissance through exploitation.

📄 SKILL.mduniversal
skill
96
Updated 6d ago

SnailSploit / offensive-waf-bypass

6.8k

WAF bypass techniques checklist: encoding bypass (URL/HTML/Unicode/double encoding), case variation, comment injection, HTTP header manipulation, chunked encoding, IP rotation, timing attacks, and payload obfuscation per WAF vendor. Use when WAF is blocking payloads during web app tests.

📄 SKILL.mduniversal
skillgitgithub
96
Updated 6d ago

SnailSploit / offensive-windows-privesc

6.8k

Comprehensive Windows privilege escalation methodology for offensive security engagements. Covers the full attack surface from a standard user shell to NT AUTHORITY\\SYSTEM: token impersonation via SeImpersonate and SeAssignPrimaryToken privileges using JuicyPotato, PrintSpoofer, GodPotato, SweetPot…

📄 SKILL.mduniversal
skillsecurity
96
Updated 6d ago

SnailSploit / offensive-xss

6.8k

Cross-Site Scripting testing checklist: stored/reflected/DOM/blind XSS discovery, polyglot payloads, CSP bypass, XSS filter bypass, event handler injection, DOM clobbering, mutation XSS, and impact escalation (session hijack, phishing, keylogging). Use for web app XSS testing and bug bounty.

📄 SKILL.mduniversal
skilltestinggit+1
96
Updated 6d ago

SnailSploit / offensive-xxe

6.8k

XML External Entity injection testing checklist: classic XXE, blind XXE (out-of-band), XXE via file upload (SVG/docx), XXE in SOAP/REST, error-based XXE, XInclude attacks, and XXE filter bypass. Use for web app XXE testing and bug bounty.

📄 SKILL.mduniversal
skilltestinggit+2
96
Updated 6d ago

SnailSploit / offensive-bluetooth-ble

6.8k

Bluetooth Low Energy (BLE) attack methodology — GATT enumeration, characteristic read/write without auth, pairing downgrade (Just Works forced), LE Secure Connections bypass, MITM via active relay, sniffing with Sniffle (TI CC1352) / Ubertooth / Frontline, encryption key extraction (LE Legacy Pairin…

📄 SKILL.mduniversal
skillrust
95
Updated 6d ago

SnailSploit / offensive-evil-twin

6.8k

Evil Twin / KARMA / Mana access point methodology — rogue AP construction with hostapd-mana / wifiphisher / airgeddon, KARMA universal probe response, Mana selective probe response, captive portal phishing, deauth-driven client coercion to attacker AP, MAC randomization defeat via PNL leak analysis,…

📄 SKILL.mduniversal
skill
95
Updated 6d ago

SnailSploit / offensive-fuzzing

6.8k

Practical offensive fuzzing methodology covering target identification, fuzzer selection (AFL++, libFuzzer, Honggfuzz, Boofuzz, syzkaller), harness writing, corpus curation, mutation strategies, coverage measurement, and crash triage

📄 SKILL.mduniversal
skill
95
Updated 6d ago

SnailSploit / offensive-lorawan-sub-ghz

6.8k

LoRaWAN and sub-GHz (433 / 868 / 915 MHz) attack methodology — LoRaWAN ABP/OTAA join attack, network/session key reuse, frame counter replay, downlink injection on TTN/Helium-style networks, sub-GHz protocol replay (KeeLoq garage doors, fixed-code remotes, TPMS spoofing, smart plug telemetry), HackR…

📄 SKILL.mduniversal
skill
95
Updated 6d ago

SnailSploit / offensive-sqli

6.8k

SQL injection testing skill for offensive security assessments and bug bounty hunting. Covers error-based, UNION-based, boolean/time-based blind, out-of-band, second-order, NoSQL, GraphQL, WebSocket, and JSON-operator SQLi.

📄 SKILL.mduniversal
skilltestingapi+5
95
Updated 6d ago

SnailSploit / offensive-wifi

6.8k

Wireless / 802.11 attack methodology for red team engagements and wireless security assessments. Covers monitor-mode setup, WPA/WPA2-PSK handshake capture and PMKID attacks, WPA3 SAE downgrade and Dragonblood, WPA-Enterprise (EAP) attacks (MSCHAPv2 cracking, EAP-TLS cert theft, evil-twin RADIUS), Ka…

📄 SKILL.mduniversal
skillsecurity
95
Updated 6d ago

SnailSploit / offensive-wifi-recon

6.8k

Wi-Fi reconnaissance methodology — adapter selection, monitor mode and packet injection setup, regulatory domain handling, multi-band airspace mapping, hidden SSID discovery, BSSID/ESSID/channel/PMF/encryption fingerprinting, client probe analysis, vendor OUI lookup, war-driving with Kismet/airodump…

📄 SKILL.mduniversal
skill
95
Updated 6d ago

SnailSploit / offensive-wpa-enterprise

6.8k

WPA/WPA2/WPA3-Enterprise (802.1X / EAP) attack methodology — EAP method identification (PEAP-MSCHAPv2, EAP-TTLS, EAP-TLS, EAP-GTC, EAP-PWD, EAP-FAST), evil-twin RADIUS attacks with eaphammer for credential capture, MSCHAPv2 challenge-response cracking, EAP-TLS client certificate theft paths (DPAPI,…

📄 SKILL.mduniversal
skillapi
95
Updated 6d ago

SnailSploit / offensive-wpa2-psk

6.8k

WPA/WPA2-PSK attack methodology — four-way handshake capture via targeted deauthentication, PMKID attacks (no client required), hcxdumptool / hcxpcapngtool conversion to hashcat hc22000 format, GPU-accelerated cracking with dictionary, mask, and rule-based attacks, vendor default-PSK generators (UPC…

📄 SKILL.mduniversal
skill
95
Updated 6d ago

SnailSploit / offensive-wpa3-sae

6.8k

WPA3 / SAE (Simultaneous Authentication of Equals) attack methodology — transition-mode (mixed WPA2/WPA3) downgrade, Dragonblood side-channel attacks (CVE-2019-9494, 9495, 13377, 13456), SAE auth flooding for AP CPU exhaustion, Hash-to-Element (H2E) timing analysis, group downgrade, and 6 GHz / Wi-F…

📄 SKILL.mduniversal
skill
95
Updated 6d ago

SnailSploit / offensive-bluetooth-classic

6.8k

Bluetooth Classic (BR/EDR) attack methodology — device discovery, service enumeration via SDP, LMP/L2CAP layer attacks, legacy PIN cracking (BlueBorne / KNOB), Bluetooth file-transfer abuse (BlueSnarfing legacy), unauthenticated profile abuse (HSP, HFP, OPP), and modern relevance against older indus…

📄 SKILL.mduniversal
skill
92
Updated 6d ago

SnailSploit / offensive-deauth-disassoc

6.8k

Deauthentication and disassociation attacks against 802.11 networks — targeted single-client deauth for handshake capture, broadcast deauth for DoS (with authorization), action-frame attacks bypassing 802.11w (PMF), beacon flooding, mdk4 / aireplay-ng tooling, and rate-limit / PMF-aware operation.

📄 SKILL.mduniversal
skill
92
Updated 6d ago

SnailSploit / offensive-wps

6.8k

WPS (Wi-Fi Protected Setup) PIN attack methodology — Pixie Dust offline attack against vulnerable chipsets (Ralink, Realtek, Broadcom, MediaTek), online PIN brute-force with reaver/bully, lockout handling, time-of-day evasion, WPS push-button vulnerability windows, and PIN-to-PSK derivation

📄 SKILL.mduniversal
skillgit
92
Updated 6d ago

SnailSploit / offensive-z-wave

6.8k

Z-Wave attack methodology — sniffing with Z-Force / EZ-Wave / RTL-SDR + ZniffMobile, S0 (legacy) network-key derivation flaw and key reuse, S2 (modern) ECDH commissioning analysis, replay/injection on unauthenticated nodes, default-key brute-force on test deployments, and home-automation hub pivots

📄 SKILL.mduniversal
skillautomation
92
Updated 6d ago

SnailSploit / offensive-zigbee-thread-matter

6.8k

Zigbee, Thread, and Matter mesh-protocol attack methodology — IEEE 802.15.4 sniffing with TI CC2531 / CC2540 / Sonoff Zigbee Dongle E, KillerBee toolkit, Touchlink commissioning abuse with the well-known transport key, replay/injection attacks, Zigbee Cluster Library command abuse for door locks and…

📄 SKILL.mduniversal
skill
92
Updated 6d ago

SnailSploit / offensive-keylogger-arch

6.8k

Low-level keylogger architecture design: kernel driver hooks (WH_KEYBOARD_LL, SetWindowsHookEx), ETW-based input capture, user-mode vs kernel-mode approaches, stealth techniques, and data exfiltration.

📄 SKILL.mduniversal
skillgitdesign+1
91
Updated 6d ago

SnailSploit / offensive-krack-fragattacks

6.8k

KRACK (CVE-2017-13077..082) and FragAttacks (CVE-2020-24586..588 + 26139-26147) — key reinstallation, fragmentation, and aggregation attacks against WPA2 supplicants.

📄 SKILL.mduniversal
skill
90
Updated 6d ago

SnailSploit / offensive-fast-checking

6.8k

Speed-optimized offensive checklist for rapid assessment: quick-win vulnerability patterns, fast recon shortcuts, automated scanner configurations, and triage shortcuts. Use for time-boxed assessments, CTF-speed engagements, or initial rapid surface mapping.

📄 SKILL.mdzed
skilltestinggit+2
89
Updated 6d ago

SnailSploit / offensive-osint

6.8k

Comprehensive OSINT methodology skill for offensive security, red team intelligence gathering, and bug bounty reconnaissance.

📄 SKILL.mduniversal
skillgitsecurity+2
89
Updated 6d ago

SnailSploit / offensive-osint-methodology

6.8k

Structured OSINT methodology framework: target definition, source selection, collection workflows, data correlation, timeline reconstruction, and reporting. Use to guide systematic OSINT campaigns or teach OSINT methodology.

📄 SKILL.mduniversal
skillgitgithub
89
Updated 6d ago

SnailSploit / offensive-active-directory

6.8k

Active Directory attack methodology for internal network red team engagements. Covers reconnaissance (BloodHound, PowerView, ADExplorer), credential abuse (Kerberoasting, ASREProasting, NTLM relay, LLMNR/NBT-NS poisoning), privilege escalation (ACL abuse, GPO abuse, unconstrained/constrained delegat…

📄 SKILL.mduniversal
skillrustrest
87
Updated 6d ago

SnailSploit / offensive-ai-security

6.8k

AI/LLM security offensive checklist: prompt injection, jailbreaking, model extraction, training data poisoning, adversarial inputs, LLM-assisted attack automation, and AI system reconnaissance. Use when assessing AI/ML systems, red-teaming LLMs, or researching AI attack vectors.

📄 SKILL.mduniversal
skillgitautomation+2
87
Updated 6d ago

SnailSploit / offensive-anti-forensics

6.8k

Anti-forensics and evidence destruction techniques for red team operators conducting authorized engagements. Covers log clearing on Windows (wevtutil, Clear-EventLog, ETW provider patching) and Linux (journal truncation, utmp/wtmp binary editing, syslog manipulation), timestamp manipulation via Time…

📄 SKILL.mdzed
skill
87
Updated 6d ago

SnailSploit / offensive-api-abuse

6.8k

Advanced API exploitation methodology focused on business logic abuse and sophisticated attack patterns that bypass traditional security controls. Covers business logic bypass through API call chaining and workflow manipulation.

📄 SKILL.mduniversal
skillapisecurity+1
87
Updated 6d ago

SnailSploit / offensive-api-security

6.8k

Comprehensive API security testing methodology covering REST, gRPC, and WebSocket attack surfaces. Addresses the full OWASP API Security Top 10 2023 including BOLA/IDOR, broken authentication, excessive data exposure, rate limiting bypass, BFLA, mass assignment, SSRF, and security misconfiguration.

📄 SKILL.mduniversal
skilltestingapi+4
87
Updated 6d ago

SnailSploit / offensive-basic-exploitation

6.8k

Week 5 exploit development curriculum. Foundational exploitation techniques: controlling EIP/RIP, ROP chain construction, ret2libc, shellcode injection, heap spraying, bypass techniques for ASLR/NX/stack canaries. Use when building initial PoCs or understanding classic exploitation primitives.

📄 SKILL.mduniversal
skilldevelopmentgit+1
87
Updated 6d ago

SnailSploit / offensive-bug-identification

6.8k

Systematic bug identification methodology: source code review patterns, black-box testing strategies, taint analysis, dangerous function hunting, data flow tracing, and automated scanning setup. Use for code audits, bug bounty triage, or building vulnerability identification pipelines.

📄 SKILL.mduniversal
skilltestinggit+2
87
Updated 6d ago

SnailSploit / offensive-c2-frameworks

6.8k

Command and Control framework deployment, configuration, and operational tradecraft for red team engagements. Covers Cobalt Strike (malleable C2 profiles, Beacon types HTTP/HTTPS/DNS/SMB, Beacon Object Files for in-memory execution, sleep and jitter tuning, named pipe pivoting), Sliver (implant gene…

📄 SKILL.mduniversal
skill
87
Updated 6d ago

SnailSploit / offensive-cicd-pipeline

6.8k

Comprehensive CI/CD pipeline exploitation methodology covering GitHub Actions injection vectors (expression injection via PR titles and issue bodies, workflow_run event abuse, GITHUB_TOKEN over-scoping, composite action supply chain compromise), Jenkins attack paths (Groovy sandbox escapes, script c…

📄 SKILL.mduniversal
skillgitgithub
87
Updated 6d ago

SnailSploit / offensive-cicd-secrets

6.8k

Comprehensive secrets extraction methodology targeting CI/CD environments across all major platforms. Covers environment variable extraction from build contexts, exploitation of vault and secrets-manager misconfigurations (HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, GCP Secret Manager), r…

📄 SKILL.mduniversal
skillrustaws+2
87
Updated 6d ago

SnailSploit / offensive-cloud

6.8k

Cloud security attack methodology covering AWS, Azure, and GCP. Includes credential harvesting (IMDS, ~/.aws, env vars, leaked CI secrets, instance roles), enumeration with cloud-specific tools (pacu, ScoutSuite, Prowler, ROADtools, gcp_enum), privilege escalation paths (IAM PassRole, AssumeRole cha…

📄 SKILL.mduniversal
skillsecurityaws+2
87
Updated 6d ago