-
-
Save thezakman/770c03ada1d0b09e81171567e36c3982 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: api-linkfinder | |
info: | |
name: API Recon | |
author: nullenc0de | |
severity: info | |
tags: file | |
requests: | |
- method: GET | |
path: | |
- "{{BaseURL}}" | |
extractors: | |
- type: regex | |
name: url_params | |
regex: | |
- '[&\?][a-zA-Z0-9\_]+=' | |
- type: regex | |
name: relative_links | |
regex: | |
- ([a-zA-Z0-9_\-/]{1,}/[a-zA-Z0-9_\-/]{1,}(?:[a-zA-Z]{1,4}|action)(?:[\?|#][^"|']{0,}|)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment