Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/optiv/mobile-nuclei-templates
https://github.com/optiv/mobile-nuclei-templates
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/optiv/mobile-nuclei-templates
- Owner: optiv
- License: mit
- Created: 2021-05-26T18:06:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T05:40:31.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:41:43.125Z (4 months ago)
- Size: 1.78 MB
- Stars: 384
- Watchers: 22
- Forks: 79
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - optiv/mobile-nuclei-templates - (Others)
README
# Mobile Nuclei Templates
These Nuclei Templates are created to aid mobile security assessments.
Note, the `Keys` folder contain templates to identify API keys based on the regex pattern. So you can run the `Keys` template on a decompiled android app, any local code repository or either 'unzipped' IPA file.
The `Android` folder contain templates specific to Android app. These templates should only run on decompiled Android app as most of the templates are created to perform `smali` checks.
![alt text](https://raw.githubusercontent.com/optiv/mobile-nuclei-templates/main/nuclei-insecureshop.png)
# How to use?
Make sure to install **Nuclei** from their [Github repo](https://github.com/projectdiscovery/nuclei).
You can now use these templates as follows:
```
echo /output_apktool/ | nuclei -t Keys/xxxxx.yaml
```If you want to run all the templates at once:
```
echo /output_apktool/ | nuclei -t Keys/
```