-
-
Save phoenix-sec/ed49d679161eb1b906d21fb82d776428 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: apk-recon | |
info: | |
name: APK Recon | |
author: nullenc0de | |
severity: info | |
tags: android,file | |
file: | |
- extensions: | |
- action | |
- asp | |
- aspx | |
- html | |
- jar | |
- java | |
- js | |
- json | |
- jsp | |
- php | |
- properties | |
- smali | |
- txt | |
- xml | |
extractors: | |
- type: regex | |
name: url_params | |
regex: | |
- '[&\?][a-zA-Z0-9\_]+=' | |
- type: regex | |
name: link_finder | |
regex: | |
- https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*) | |
- type: regex | |
name: relative_links | |
regex: | |
- (?:"|')(((?:/|\.\./|\./)[^"'><,;| *()(%%$^/\\\[\]][^"'><,;|()]{1,})|([a-zA-Z0-9_\-/]{1,}/[a-zA-Z0-9_\-/]{1,}\.(?:[a-zA-Z]{1,4}|action)(?:[\?|#][^"|']{0,}|))|([a-zA-Z0-9_\-/]{1,}/[a-zA-Z0-9_\-/]{3,}(?:[\?|#][^"|']{0,}|))|([a-zA-Z0-9_\-]{1,}\.(?:php|asp|aspx|jsp|json|action|html|js|txt|xml)(?:[\?|#][^"|']{0,}|)))(?:"|') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment