├── Android ├── .gitkeep ├── Biometric-detect.yaml ├── adb-backup-enabled.yaml ├── certificate-validation.yaml ├── content-scheme.yaml ├── debug-enabled.yaml ├── dynamic-broadcast-receiver.yaml ├── file-scheme.yaml ├── provider-path.yaml ├── webview-addjavascript-interface.yaml ├── webview-javascript.yaml ├── webview-load-url.yaml └── webview-universal-access.yaml ├── Keys ├── .gitkeep ├── Amazon-mws-auth-token.yaml ├── Dynatrace-token.yaml ├── Facebook-client-id.yaml ├── Facebook-secret.yaml ├── GCP-service-account.yaml ├── Google-api.yaml ├── Linkedin-id.yaml ├── Mailchimp-api.yaml ├── Mailgun-api.yaml ├── Paypal-braintree-token.yaml ├── Pictatic-API-key.yaml ├── Sendgrid-api.yaml ├── Shopify-custom-token.yaml ├── Shopify-private-token.yaml ├── Shopify-shared-secret.yaml ├── Shopify-token.yaml ├── Slack-api.yaml ├── Slack-webhook.yaml ├── Square-access-token.yaml ├── Square-oauth-secret.yaml ├── Stripe-api-key.yaml ├── Twilio-api.yaml ├── Twitter-secret.yaml ├── aws-access-id.yaml ├── aws-cognito.yaml ├── cloudinary.yaml ├── credentials.yaml ├── firebase-database.yaml ├── private-key.yaml └── s3-bucket.yaml ├── LICENSE ├── README.md └── nuclei-insecureshop.png /Android/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Android/Biometric-detect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/Biometric-detect.yaml -------------------------------------------------------------------------------- /Android/adb-backup-enabled.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/adb-backup-enabled.yaml -------------------------------------------------------------------------------- /Android/certificate-validation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/certificate-validation.yaml -------------------------------------------------------------------------------- /Android/content-scheme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/content-scheme.yaml -------------------------------------------------------------------------------- /Android/debug-enabled.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/debug-enabled.yaml -------------------------------------------------------------------------------- /Android/dynamic-broadcast-receiver.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/dynamic-broadcast-receiver.yaml -------------------------------------------------------------------------------- /Android/file-scheme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/file-scheme.yaml -------------------------------------------------------------------------------- /Android/provider-path.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/provider-path.yaml -------------------------------------------------------------------------------- /Android/webview-addjavascript-interface.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/webview-addjavascript-interface.yaml -------------------------------------------------------------------------------- /Android/webview-javascript.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/webview-javascript.yaml -------------------------------------------------------------------------------- /Android/webview-load-url.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/webview-load-url.yaml -------------------------------------------------------------------------------- /Android/webview-universal-access.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Android/webview-universal-access.yaml -------------------------------------------------------------------------------- /Keys/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Keys/Amazon-mws-auth-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Amazon-mws-auth-token.yaml -------------------------------------------------------------------------------- /Keys/Dynatrace-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Dynatrace-token.yaml -------------------------------------------------------------------------------- /Keys/Facebook-client-id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Facebook-client-id.yaml -------------------------------------------------------------------------------- /Keys/Facebook-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Facebook-secret.yaml -------------------------------------------------------------------------------- /Keys/GCP-service-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/GCP-service-account.yaml -------------------------------------------------------------------------------- /Keys/Google-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Google-api.yaml -------------------------------------------------------------------------------- /Keys/Linkedin-id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Linkedin-id.yaml -------------------------------------------------------------------------------- /Keys/Mailchimp-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Mailchimp-api.yaml -------------------------------------------------------------------------------- /Keys/Mailgun-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Mailgun-api.yaml -------------------------------------------------------------------------------- /Keys/Paypal-braintree-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Paypal-braintree-token.yaml -------------------------------------------------------------------------------- /Keys/Pictatic-API-key.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Pictatic-API-key.yaml -------------------------------------------------------------------------------- /Keys/Sendgrid-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Sendgrid-api.yaml -------------------------------------------------------------------------------- /Keys/Shopify-custom-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Shopify-custom-token.yaml -------------------------------------------------------------------------------- /Keys/Shopify-private-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Shopify-private-token.yaml -------------------------------------------------------------------------------- /Keys/Shopify-shared-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Shopify-shared-secret.yaml -------------------------------------------------------------------------------- /Keys/Shopify-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Shopify-token.yaml -------------------------------------------------------------------------------- /Keys/Slack-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Slack-api.yaml -------------------------------------------------------------------------------- /Keys/Slack-webhook.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Slack-webhook.yaml -------------------------------------------------------------------------------- /Keys/Square-access-token.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Square-access-token.yaml -------------------------------------------------------------------------------- /Keys/Square-oauth-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Square-oauth-secret.yaml -------------------------------------------------------------------------------- /Keys/Stripe-api-key.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Stripe-api-key.yaml -------------------------------------------------------------------------------- /Keys/Twilio-api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Twilio-api.yaml -------------------------------------------------------------------------------- /Keys/Twitter-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/Twitter-secret.yaml -------------------------------------------------------------------------------- /Keys/aws-access-id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/aws-access-id.yaml -------------------------------------------------------------------------------- /Keys/aws-cognito.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/aws-cognito.yaml -------------------------------------------------------------------------------- /Keys/cloudinary.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/cloudinary.yaml -------------------------------------------------------------------------------- /Keys/credentials.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/credentials.yaml -------------------------------------------------------------------------------- /Keys/firebase-database.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/firebase-database.yaml -------------------------------------------------------------------------------- /Keys/private-key.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/private-key.yaml -------------------------------------------------------------------------------- /Keys/s3-bucket.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/Keys/s3-bucket.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/README.md -------------------------------------------------------------------------------- /nuclei-insecureshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/HEAD/nuclei-insecureshop.png --------------------------------------------------------------------------------