Skip to content

List of useful Nuclei templates for Android apps static analysis

License

Notifications You must be signed in to change notification settings

mathis2001/Android-nuclei-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

How to use?

Make sure to install Nuclei from their Github repo.

You can now use these templates as follows:

echo /output_apktool/ | nuclei -t Keys/xxxxx.yaml
echo /output_apktool/ | nuclei -t Android/xxxxx.yaml

If you want to run all the templates at once:

echo /output_apktool/ | nuclei -t Keys/
echo /output_apktool/ | nuclei -t Android/

About

List of useful Nuclei templates for Android apps static analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published