← all publishers

zakirkun

@zakirkun source repo

224 published skills · page 2 of 3

  1. Hardcoded Credentials Detection · zakirkun bundle
    Detects hardcoded passwords, API keys, and tokens in source code
    0
    installs
  2. Insecure Cookie Configuration · zakirkun bundle
    Detects cookies set without Secure, HttpOnly, or SameSite attributes.
    0
    installs
  3. Insecure Password Storage · zakirkun bundle
    Detects passwords stored in plaintext or hashed with weak/unsalted algorithms instead of bcrypt/argon2/scrypt.
    0
    installs
  4. Secrets In Environment Files And Configuration · zakirkun bundle
    Detects sensitive secrets hardcoded in .env files, configuration files, and infrastructure definitions that may be committed to version control.
    0
    installs
  5. Timing Attack Vulnerability · zakirkun bundle
    Detects comparison operations on secrets using non-constant-time functions, enabling timing side-channel attacks.
    0
    installs
  6. CI CD Pipeline Secrets Exposure · zakirkun bundle
    Detects secrets hardcoded in CI/CD configuration files (GitLab CI, GitHub Actions, CircleCI, Jenkins).
    0
    installs
  7. Unsafe Temporary File Creation · zakirkun bundle
    Detects creation of temporary files with predictable names or in world-writable locations, enabling symlink attacks and race conditions.
    0
    installs
  8. Format String Vulnerability · zakirkun bundle
    Detects format string vulnerabilities where user-controlled input is passed directly as the format argument to printf-family functions.
    0
    installs
  9. Heap Buffer Overflow · zakirkun bundle
    Detects heap buffer overflows from unsafe memory operations and insufficient size validation.
    0
    installs
  10. Iframe Injection · zakirkun bundle
    Detects user-controlled content injected into iframe src attributes, enabling page embedding of malicious content.
    0
    installs
  11. Sensitive Url In Referrer Header · zakirkun bundle
    Detects pages that expose sensitive parameters (tokens, IDs) in URLs that get leaked via the Referer header to external resources.
    0
    installs
  12. Missing Security Headers · zakirkun bundle
    Detects missing or misconfigured HTTP security headers that protect against common browser-based attacks.
    0
    installs
  13. Session Fixation · zakirkun bundle
    Detects missing session regeneration after login, allowing session fixation attacks.
    0
    installs
  14. Hardcoded Salt In Password Hashing · zakirkun bundle
    Detects hardcoded or static salt values used in password hashing, allowing precomputed rainbow table attacks.
    0
    installs
  15. Insecure Key Derivation · zakirkun bundle
    Detects passwords used directly as encryption keys or hashed with fast algorithms instead of proper KDFs (PBKDF2, bcrypt, Argon2, scrypt).
    0
    installs
  16. Insecure Docker Configuration · zakirkun bundle
    Detects dangerous Docker and Docker Compose configurations including privileged containers, secrets in environment variables, and running as root.
    0
    installs
  17. Verbose Error Messages Exposed To Clients · zakirkun bundle
    Detects stack traces, exception details, and internal error information sent in HTTP responses to end users.
    0
    installs
  18. Stack Overflow Vulnerability · zakirkun bundle
    Detects code patterns that can cause stack overflows via unbounded recursion or excessive stack allocation.
    0
    installs
  19. Use After Free · zakirkun bundle
    Detects potential use-after-free vulnerabilities where memory is accessed after being freed.
    0
    installs
  20. Dns Rebinding Vulnerability · zakirkun bundle
    Detects server-side host validation logic vulnerable to DNS rebinding attacks, allowing attackers to bypass IP-based restrictions.
    0
    installs
  21. Ftp Cleartext Communication · zakirkun bundle
    Detects use of FTP protocol which transmits credentials and data in cleartext.
    0
    installs
  22. Extended Ssrf Detection Cloud Metadata Protocol Exploits · zakirkun bundle
    Detects SSRF vulnerabilities targeting cloud metadata services, internal networks, and non-HTTP protocols.
    0
    installs
  23. Command Injection · zakirkun bundle
    Detects untrusted input passed directly to operating system shell commands.
    0
    installs
  24. Missing Input Size Limits · zakirkun bundle
    Detects API endpoints without request body size limits, enabling denial of service via oversized payloads.
    0
    installs
  25. JWT Without Expiration · zakirkun bundle
    Detects JWTs issued without expiration claims, creating tokens that remain valid indefinitely.
    0
    installs
  26. Hardcoded Secrets · zakirkun bundle
    Detects API keys, passwords, and tokens embedded directly in the source code.
    0
    installs
  27. Orm Raw Query Injection · zakirkun bundle
    Detects raw SQL queries embedded within ORM frameworks that bypass parameterization, reintroducing SQL injection risk.
    0
    installs
  28. Redis Without Authentication · zakirkun bundle
    Detects Redis connections and configurations without authentication, allowing unauthenticated access to the cache.
    0
    installs
  29. Buffer Overflow · zakirkun bundle
    Detects unsafe C/C++ functions that copy data without bounds checking, enabling stack and heap buffer overflows.
    0
    installs
  30. Ipv6 Tunneling And Misconfiguration · zakirkun bundle
    Detects network configurations that fail to apply security controls to IPv6, allowing bypass via IPv6 tunneling.
    0
    installs
  31. Smtp Command Injection · zakirkun bundle
    Detects user-controlled input in SMTP commands that can inject malicious SMTP commands via CRLF sequences.
    0
    installs
  32. Framework Specific Dom Xss · zakirkun bundle
    Detects the use of dangerous API methods in modern frontend frameworks (React, Vue, Angular) that can lead to Cross-Site Scripting (XSS).
    0
    installs
  33. Server Timing Information Leak · zakirkun bundle
    Detects Server-Timing headers that expose internal component names and timing data to clients.
    0
    installs
  34. Subdomain Takeover Risk · zakirkun bundle
    Detects CNAME records pointing to cloud services that may be dangling, and configurations referencing external services vulnerable to takeover.
    0
    installs
  35. Websocket Security Issues · zakirkun bundle
    Detects insecure WebSocket implementations including missing origin validation, lack of authentication, and message injection risks.
    0
    installs
  36. Concurrent Session Issues · zakirkun bundle
    Detects missing concurrent session controls that allow multiple active sessions or fail to invalidate old sessions on new login.
    0
    installs
  37. Unencrypted Database · zakirkun bundle
    Detects database configurations and connections missing encryption at rest and in transit.
    0
    installs
  38. Hardcoded Secrets In Makefiles · zakirkun bundle
    Detects API keys, tokens, and passwords hardcoded in Makefile targets and variables.
    0
    installs
  39. CSV Formula Injection Spreadsheet Injection · zakirkun bundle
    Detects user-controlled data written to CSV files without sanitization, enabling formula injection in spreadsheet applications.
    0
    installs
  40. Log Injection · zakirkun bundle
    Detects user-controlled input written to log files without sanitization, enabling log forging and potential log viewer attacks.
    0
    installs
  41. PDF Document Injection · zakirkun bundle
    Detects user input embedded in PDF or document generation without sanitization, enabling XSS through PDF rendering and data exfiltration.
    0
    installs
  42. SQL Injection Detection · zakirkun bundle
    Detects SQL injection vulnerabilities where user input is concatenated into SQL queries
    0
    installs
  43. Server Side Include Ssi Injection · zakirkun bundle
    Detects user-controlled input reflected in pages processed by SSI, enabling file disclosure and command execution.
    0
    installs
  44. XML External Entity Xxe Injection · zakirkun bundle
    Detects XML parsers configured to process external entities, enabling file disclosure and SSRF.
    0
    installs
  45. Integer Overflow Underflow · zakirkun bundle
    Detects arithmetic operations that can overflow or underflow integer bounds, leading to heap overflows, logic bypasses, or unexpected behavior.
    0
    installs
  46. IOS App Transport Security Ats Disabled · zakirkun bundle
    Detects iOS ATS exceptions that allow insecure HTTP connections or disable certificate validation.
    0
    installs
  47. Insecure Network Socket · zakirkun bundle
    Detects plain TCP sockets without TLS wrapping used for sensitive network communication.
    0
    installs
  48. Prototype Pollution · zakirkun bundle
    Detects JavaScript prototype pollution vulnerabilities where attacker-controlled keys can modify Object.prototype.
    0
    installs
  49. Web Cache Deception · zakirkun bundle
    Detects server configurations that may serve personalized content under cacheable URLs, enabling web cache deception attacks.
    0
    installs
  50. Missing Or Incorrect Content Type Validation · zakirkun bundle
    Detects API endpoints that do not validate or enforce Content-Type headers, enabling MIME-type confusion and CSRF attacks.
    0
    installs
  51. Information Exposure Via Errors · zakirkun bundle
    Detects raw error stacks or generic exception details being directly returned in HTTP responses.
    0
    installs
  52. Account Enumeration · zakirkun bundle
    Detects authentication and registration endpoints that reveal whether a username or email exists, enabling targeted attacks.
    0
    installs
  53. Insecure Login Form · zakirkun bundle
    Detects login forms served over HTTP, with autocomplete enabled for password fields, or without CSRF protection.
    0
    installs
  54. Mongodb Without Authentication · zakirkun bundle
    Detects MongoDB connections without authentication credentials or configurations that disable authorization.
    0
    installs
  55. Insecure Container Registry Configuration · zakirkun bundle
    Detects Docker/container registry configurations using unauthenticated or HTTP (non-HTTPS) registries.
    0
    installs
  56. Code Injection Eval Dynamic Execution · zakirkun bundle
    Detects user-controlled input passed to code evaluation functions like eval, exec, or dynamic code generation.
    0
    installs
  57. HTML Injection · zakirkun bundle
    Detects user-controlled input reflected in HTML without proper encoding, enabling HTML injection that may not execute scripts but can redirect or spoof content.
    0
    installs
  58. Ldap Injection · zakirkun bundle
    Detects LDAP queries constructed from user input without proper escaping, enabling authentication bypass and data exfiltration.
    0
    installs
  59. Ognl Injection Apache Struts · zakirkun bundle
    Detects Apache Struts and other OGNL-using frameworks vulnerable to expression injection through request parameters.
    0
    installs
  60. Cors Private Network Access Misconfiguration · zakirkun bundle
    Detects CORS configurations that allow access from public origins to private network endpoints.
    0
    installs
  61. Insecure Postmessage Configuration · zakirkun bundle
    Detects careless use of the HTML5 Web Messaging API (postMessage), such as sending messages to the generic '*' origin.
    0
    installs
  62. Broken API Versioning Security · zakirkun bundle
    Detects API versioning patterns where newer security controls do not apply to older API versions still in use.
    0
    installs
  63. Authentication Bypass Patterns · zakirkun bundle
    Detects common authentication bypass patterns including type juggling, SQL truncation, and logic flaws.
    0
    installs
  64. Password Reset Vulnerabilities · zakirkun bundle
    Detects insecure password reset implementations including predictable tokens, missing expiration, and host header injection in reset links.
    0
    installs
  65. Privilege Escalation Through Code Logic · zakirkun bundle
    Detects code patterns that allow users to elevate their own privileges through API manipulation or mass assignment.
    0
    installs
  66. Insecure Remember Me Persistent Session · zakirkun bundle
    Detects insecure persistent login implementations using predictable tokens or insufficient expiration policies.
    0
    installs
  67. Insecure Diffie Hellman Parameters · zakirkun bundle
    Detects use of weak Diffie-Hellman parameters (< 2048 bits, export-grade, or known broken groups).
    0
    installs
  68. Insecure Prng Seed · zakirkun bundle
    Detects cryptographic operations where pseudo-random number generators are seeded with predictable values.
    0
    installs
  69. Insecure Random Iv Generation · zakirkun bundle
    Detects initialization vectors generated using non-cryptographic random functions, compromising cipher security.
    0
    installs
  70. Weak JWT Algorithm · zakirkun bundle
    Detects JWT usage with weak or insecure signing algorithms including HS256 with short secrets, RS256 key confusion, and algorithm downgrade.
    0
    installs
  71. CI CD Pipeline Code Injection · zakirkun bundle
    Detects CI/CD pipeline scripts that incorporate untrusted input into shell commands, enabling pipeline injection attacks.
    0
    installs
  72. Default Credentials · zakirkun bundle
    Detects use of common default usernames and passwords in application configuration and code.
    0
    installs
  73. Email Header Injection · zakirkun bundle
    Detects email sending functions that include user input in email headers without CRLF stripping, enabling spam relay and header manipulation.
    0
    installs
  74. Nosql Injection · zakirkun bundle
    Detects NoSQL query injection vulnerabilities in MongoDB, Redis, and other NoSQL databases.
    0
    installs
  75. Xpath Injection · zakirkun bundle
    Detects XPath queries built from user input without escaping, enabling authentication bypass and data disclosure.
    2
    installs
  76. Null Pointer Dereference · zakirkun bundle
    Detects code that dereferences pointers or return values that could be NULL without validation, causing crashes or privilege escalation.
    0
    installs
  77. Cleartext Network Traffic · zakirkun bundle
    Detects unencrypted HTTP connections for transmitting sensitive data, credentials, or API calls.
    0
    installs
  78. Browser History Visited Link Theft · zakirkun bundle
    Detects CSS-based browser history sniffing patterns and sensitive data in browser history.
    0
    installs
  79. Extended Clickjacking Detection · zakirkun bundle
    Detects advanced clickjacking vulnerabilities including UI redressing via transparent overlays and framebusting bypasses.
    0
    installs
  80. Content Type Sniffing Vulnerability · zakirkun bundle
    Detects missing X-Content-Type-Options header and incorrect Content-Type that allows MIME sniffing attacks.
    0
    installs
  81. Cors Misconfiguration · zakirkun bundle
    Detects insecure Cross-Origin Resource Sharing configurations that allow unauthorized cross-origin access.
    0
    installs
  82. Host Header Injection · zakirkun bundle
    Detects applications that use the HTTP Host header for URL generation, password reset links, or routing without validation.
    0
    installs
  83. Android Intent Redirection · zakirkun bundle
    Detects Android intent redirection vulnerabilities where attacker-controlled intents are re-sent or forwarded, enabling privilege escalation.
    0
    installs
  84. Android Webview Javascript Risks · zakirkun bundle
    Detects insecure Android WebView configurations enabling XSS, JavaScript bridge abuse, and remote code execution.
    0
    installs
  85. Sensitive Data In Localstorage · zakirkun bundle
    Detects potential storage of sensitive credentials or JWTs directly in the browser's localStorage or sessionStorage.
    0
    installs
  86. AWS Misconfiguration · zakirkun bundle
    Detects common AWS security misconfigurations including public S3 buckets, IAM wildcard policies, hardcoded AWS credentials, and unencrypted resources.
    0
    installs
  87. GCP Misconfiguration · zakirkun bundle
    Detects common Google Cloud Platform security misconfigurations including public storage buckets, overprivileged service accounts, and disabled audit logging.
    0
    installs
  88. Database Backup File Exposure · zakirkun bundle
    Detects database backup files stored in web-accessible directories or referenced with predictable names.
    0
    installs
  89. Database Error Information Exposure · zakirkun bundle
    Detects database errors and query details sent directly to HTTP responses, leaking schema information.
    0
    installs
  90. Path Traversal Extended · zakirkun bundle
    Detects unsafe file writing or dynamic inclusions leading to LFI/path traversal.
    0
    installs
  91. Kubernetes Misconfiguration · zakirkun bundle
    Detects insecure Kubernetes pod and container configurations including privileged containers, hostPID, hostNetwork, and missing resource limits.
    0
    installs
  92. HTTP Header Injection Crlf Injection · zakirkun bundle
    Detects user-controlled data written into HTTP response headers without CRLF stripping, enabling header injection and response splitting.
    0
    installs
  93. Pii In Analytics Events · zakirkun bundle
    Detects PII being sent to analytics platforms like Google Analytics, Mixpanel, or Amplitude in event properties.
    0
    installs
  94. File Time Of Check Time Of Use Toctou · zakirkun bundle
    Detects file operations that check file properties before using them, creating a race window exploitable via symlink attacks.
    0
    installs
  95. Typosquatting Package Names · zakirkun bundle
    Detects imports of known typosquatting package names that mimic popular packages with malicious intent.
    0
    installs
  96. HTTP Request Smuggling · zakirkun bundle
    Detects HTTP response headers and server configurations vulnerable to request smuggling via Transfer-Encoding/Content-Length discrepancies.
    0
    installs
  97. Android Insecure Certificate Validation · zakirkun bundle
    Detects Android TrustManager implementations that accept all certificates, disabling SSL/TLS security.
    0
    installs
  98. Android Exported Components Without Permission · zakirkun bundle
    Detects Android Activities, Services, BroadcastReceivers, and ContentProviders exported without proper permission checks.
    0
    installs
  99. Excessive Data Exposure In API Responses · zakirkun bundle
    Detects API endpoints that return more data than required, including sensitive fields that clients should not receive.
    0
    installs
  100. Missing Brute Force Protection · zakirkun bundle
    Detects login and authentication endpoints that lack rate limiting, account lockout, or CAPTCHA protection.
    0
    installs